All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] Pull request for misc changes
@ 2011-05-07 19:19 Otavio Salvador
  2011-05-07 19:59 ` Koen Kooi
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Otavio Salvador @ 2011-05-07 19:19 UTC (permalink / raw)
  To: OpenEmbedded Devel List

Hello,

On the process of migrating our products to oe-core we have done some
changes up to now...

The following changes since commit 1325cc262c3f1e3cb5153aff98287ea8c65b15cf:

  gcc-4.5: add checksums (2011-05-02 11:10:30 +0200)

are available in the git repository at:
  git://github.com/OSSystems/meta-oe master

Otavio Salvador (8):
      fuse: add 2.8.5
      ntfs-3g-ntfsprogs: add 2011.4.12 recipes
      setxkbmap: add 1.2.0 version
      freerdp: add recipe based on GIT from 2009-03-29
      pixman.inc: use Xorg mirror
      p910nd: add 0.95 version
      libiconv: drop hack since gettext was being inherited
      libinih: add git recipe

 .../recipes-graphics/xorg-app/setxkbmap_1.2.0.bb   |    8 +++
 meta-oe/recipes-graphics/xorg-lib/pixman.inc       |    2 +-
 meta-oe/recipes-support/freerdp/freerdp.inc        |   23 +++++++++
 meta-oe/recipes-support/freerdp/freerdp_git.bb     |   15 ++++++
 meta-oe/recipes-support/fuse/fuse_2.8.5.bb         |   32 ++++++++++++
 meta-oe/recipes-support/inih/libinih_git.bb        |   18 +++++++
 .../recipes-support/libiconv/libiconv_1.13.1.bb    |    5 +--
 .../ntfs-3g-ntfsprogs_2011.4.12.bb                 |   25 ++++++++++
 meta-oe/recipes-support/p910nd/files/avahi         |    9 ++++
 meta-oe/recipes-support/p910nd/files/p910nd.init   |   38 +++++++++++++++
 meta-oe/recipes-support/p910nd/p910nd_0.95.bb      |   51 ++++++++++++++++++++
 11 files changed, 221 insertions(+), 5 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb
 create mode 100644 meta-oe/recipes-support/freerdp/freerdp.inc
 create mode 100644 meta-oe/recipes-support/freerdp/freerdp_git.bb
 create mode 100644 meta-oe/recipes-support/fuse/fuse_2.8.5.bb
 create mode 100644 meta-oe/recipes-support/inih/libinih_git.bb
 create mode 100644
meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
 create mode 100644 meta-oe/recipes-support/p910nd/files/avahi
 create mode 100755 meta-oe/recipes-support/p910nd/files/p910nd.init
 create mode 100644 meta-oe/recipes-support/p910nd/p910nd_0.95.bb


-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe] Pull request for misc changes
  2011-05-07 19:19 [meta-oe] Pull request for misc changes Otavio Salvador
@ 2011-05-07 19:59 ` Koen Kooi
  2011-05-07 22:11 ` [meta-oe][PATCH 1/8] fuse: add 2.8.5 Otavio Salvador
  2011-05-09 19:31 ` [meta-oe] Pull request for misc changes Koen Kooi
  2 siblings, 0 replies; 21+ messages in thread
From: Koen Kooi @ 2011-05-07 19:59 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07-05-11 21:19, Otavio Salvador wrote:
> Hello,
> 
> On the process of migrating our products to oe-core we have done some
> changes up to now...
> 
> The following changes since commit 1325cc262c3f1e3cb5153aff98287ea8c65b15cf:
> 
>   gcc-4.5: add checksums (2011-05-02 11:10:30 +0200)
> 
> are available in the git repository at:
>   git://github.com/OSSystems/meta-oe master
> 
> Otavio Salvador (8):
>       fuse: add 2.8.5
>       ntfs-3g-ntfsprogs: add 2011.4.12 recipes
>       setxkbmap: add 1.2.0 version
>       freerdp: add recipe based on GIT from 2009-03-29
>       pixman.inc: use Xorg mirror
>       p910nd: add 0.95 version
>       libiconv: drop hack since gettext was being inherited
>       libinih: add git recipe

Otavio, could you please post all your patches to this list as well?

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNxaSpMkyGM64RGpERAqO5AJ48Ky5UuExC80voXTB3yVTF5eM3jgCgpnWr
8Bzr4QqKiOBprQU6oRQiRuo=
=GS5f
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 21+ messages in thread

* [meta-oe][PATCH 1/8] fuse: add 2.8.5
  2011-05-07 19:19 [meta-oe] Pull request for misc changes Otavio Salvador
  2011-05-07 19:59 ` Koen Kooi
@ 2011-05-07 22:11 ` Otavio Salvador
  2011-05-07 22:11   ` [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Otavio Salvador
  2011-05-09 19:31 ` [meta-oe] Pull request for misc changes Koen Kooi
  2 siblings, 1 reply; 21+ messages in thread
From: Otavio Salvador @ 2011-05-07 22:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

This recipes is required by ntfs-3g-ntfsprogs.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-support/fuse/fuse_2.8.5.bb |   32 ++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-support/fuse/fuse_2.8.5.bb

diff --git a/meta-oe/recipes-support/fuse/fuse_2.8.5.bb b/meta-oe/recipes-support/fuse/fuse_2.8.5.bb
new file mode 100644
index 0000000..cf323ce
--- /dev/null
+++ b/meta-oe/recipes-support/fuse/fuse_2.8.5.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program"
+HOMEPAGE = "http://fuse.sf.net"
+LICENSE = "GPLv2"
+RRECOMMENDS_fuse = "kernel-module-fuse""
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = " --disable-kernel-module"
+
+PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
+
+FILES_${PN} += "${libdir}/libfuse.so.*"
+FILES_${PN}-dev += "${libdir}/libfuse*.la"
+
+FILES_libulockmgr = "${libdir}/libulockmgr.so.*"
+FILES_libulockmgr-dev += "${libdir}/libulock*.la"
+FILES_libulockmgr-dbg += "${libdir}/.debug/libulock*"
+
+# Forbid auto-renaming to libfuse-utils
+FILES_fuse-utils = "${bindir} ${base_sbindir}"
+FILES_fuse-utils-dbg = "${bindir}/.debug ${base_sbindir}/.debug"
+DEBIAN_NOAUTONAME_fuse-utils = "1"
+DEBIAN_NOAUTONAME_fuse-utils-dbg = "1"
+
+SRC_URI[md5sum] = "8aa2fd689de00b73963620483084ae3b"
+SRC_URI[sha256sum] = "bec80e66ae8ee60dfdf67b2ca291266a45dcfe6bc20c64f3acfceaa38ed29a84"
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes
  2011-05-07 22:11 ` [meta-oe][PATCH 1/8] fuse: add 2.8.5 Otavio Salvador
@ 2011-05-07 22:11   ` Otavio Salvador
  2011-05-07 22:11     ` [meta-oe][PATCH 3/8] setxkbmap: add 1.2.0 version Otavio Salvador
  2011-05-08  0:59     ` [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Koen Kooi
  0 siblings, 2 replies; 21+ messages in thread
From: Otavio Salvador @ 2011-05-07 22:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

This recipe is a merge of ntfs-3g and ntfsprogs thus the provides
entries.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 .../ntfs-3g-ntfsprogs_2011.4.12.bb                 |   25 ++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb

diff --git a/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb b/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
new file mode 100644
index 0000000..2b1720c
--- /dev/null
+++ b/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support."
+HOMEPAGE = "http://www.ntfs-3g.org/"
+DEPENDS = "fuse libgcrypt"
+PROVIDES = "ntfsprogs ntfs-3g"
+RDEPENDS_ntfs-3g += "fuse"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
+                    file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
+PR = "r0"
+
+SRC_URI = "http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz"
+S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}"
+
+inherit autotools
+
+EXTRA_OEMAKE = "LDCONFIG=echo"
+
+PACKAGES =. "ntfs-3g ntfsprogs libntfs-3g"
+
+FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g*"
+FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*"
+FILES_libntfs-3g = "${libdir}/*.so.*"
+
+SRC_URI[md5sum] = "9c4ce318373b15332239a77a9d2a39fe"
+SRC_URI[sha256sum] = "aa8c747f0bfe819b2387b05e12db8d35e4ac96dcb2432873a0b939e248b2ee05"
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-oe][PATCH 3/8] setxkbmap: add 1.2.0 version
  2011-05-07 22:11   ` [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Otavio Salvador
@ 2011-05-07 22:11     ` Otavio Salvador
  2011-05-07 22:11       ` [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29 Otavio Salvador
  2011-05-08  0:59     ` [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Koen Kooi
  1 sibling, 1 reply; 21+ messages in thread
From: Otavio Salvador @ 2011-05-07 22:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 .../recipes-graphics/xorg-app/setxkbmap_1.2.0.bb   |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb
new file mode 100644
index 0000000..46576ce
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb
@@ -0,0 +1,8 @@
+require xorg-app-common.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0"
+DEPENDS += " libxkbfile "
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "2f6df89201eb9a2cbfb905d6b82a191e"
+SRC_URI[archive.sha256sum] = "999591bf1ba8ca2a7d480b2c01702396e6c349d499fb583c0de136ec00dbae39"
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29
  2011-05-07 22:11     ` [meta-oe][PATCH 3/8] setxkbmap: add 1.2.0 version Otavio Salvador
@ 2011-05-07 22:11       ` Otavio Salvador
  2011-05-07 22:11         ` [meta-oe][PATCH 5/8] pixman.inc: use Xorg mirror Otavio Salvador
  2011-05-08  1:00         ` [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29 Koen Kooi
  0 siblings, 2 replies; 21+ messages in thread
From: Otavio Salvador @ 2011-05-07 22:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-support/freerdp/freerdp.inc    |   23 +++++++++++++++++++++++
 meta-oe/recipes-support/freerdp/freerdp_git.bb |   15 +++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-support/freerdp/freerdp.inc
 create mode 100644 meta-oe/recipes-support/freerdp/freerdp_git.bb

diff --git a/meta-oe/recipes-support/freerdp/freerdp.inc b/meta-oe/recipes-support/freerdp/freerdp.inc
new file mode 100644
index 0000000..094f9c6
--- /dev/null
+++ b/meta-oe/recipes-support/freerdp/freerdp.inc
@@ -0,0 +1,23 @@
+# Copyright (C) 2010, 2011 O.S. Systems Software Ltda. All Rights Reserved
+# Released under the MIT license
+
+DESCRIPTION = "FreeRDP RDP client"
+HOMEPAGE = "http://freerdp.sourceforge.net"
+DEPENDS = "virtual/libx11 openssl libxcursor cups alsa-lib"
+RDEPENDS_${PN} += "xprop"
+SECTION = "x11/network"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+INC_PR = "r0"
+
+inherit pkgconfig autotools
+
+do_configure_prepend() {
+	# workaround gcc linking bug
+	find ${S} -name 'Makefile.am' | xargs -n 1 sed 's,-pthread,-lpthread -D_REENTRANT,g' -i
+}
+
+do_install_append() {
+	rm ${D}${libdir}/freerdp/*.a ${D}${libdir}/freerdp/*.la
+}
diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb
new file mode 100644
index 0000000..fa4ba9a
--- /dev/null
+++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
@@ -0,0 +1,15 @@
+# Copyright (C) 2010, 2011, O.S. Systems Software Ltda.
+# Released under the MIT license
+
+include freerdp.inc
+
+inherit gitpkgv
+
+PV = "gitr${SRCPV}"
+PKGV = "${GITPKGVTAG}"
+PR = "${INC_PR}.0"
+
+SRCREV = "7bbde4fb3bc3a781364d0a626c49bc165cc507fd"
+SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;protocol=git"
+
+S = "${WORKDIR}/git"
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-oe][PATCH 5/8] pixman.inc: use Xorg mirror
  2011-05-07 22:11       ` [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29 Otavio Salvador
@ 2011-05-07 22:11         ` Otavio Salvador
  2011-05-07 22:11           ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Otavio Salvador
  2011-05-08  1:00         ` [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29 Koen Kooi
  1 sibling, 1 reply; 21+ messages in thread
From: Otavio Salvador @ 2011-05-07 22:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-graphics/xorg-lib/pixman.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman.inc b/meta-oe/recipes-graphics/xorg-lib/pixman.inc
index 539a33a..5661fae 100644
--- a/meta-oe/recipes-graphics/xorg-lib/pixman.inc
+++ b/meta-oe/recipes-graphics/xorg-lib/pixman.inc
@@ -7,7 +7,7 @@ DEPENDS = "perl-native"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI = "http://cairographics.org/releases/${BPN}-${PV}.tar.gz;name=archive "
+SRC_URI = "${XORG_MIRROR}/individual/lib/${BPN}-${PV}.tar.gz;name=archive "
 
 INC_PR = "r5"
 
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-oe][PATCH 6/8] p910nd: add 0.95 version
  2011-05-07 22:11         ` [meta-oe][PATCH 5/8] pixman.inc: use Xorg mirror Otavio Salvador
@ 2011-05-07 22:11           ` Otavio Salvador
  2011-05-07 22:11             ` [meta-oe][PATCH 7/8] libiconv: drop hack since gettext was being inherited Otavio Salvador
  2011-05-08  1:02             ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Koen Kooi
  0 siblings, 2 replies; 21+ messages in thread
From: Otavio Salvador @ 2011-05-07 22:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-support/p910nd/files/avahi       |    9 ++++
 meta-oe/recipes-support/p910nd/files/p910nd.init |   38 ++++++++++++++++
 meta-oe/recipes-support/p910nd/p910nd_0.95.bb    |   51 ++++++++++++++++++++++
 3 files changed, 98 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-support/p910nd/files/avahi
 create mode 100755 meta-oe/recipes-support/p910nd/files/p910nd.init
 create mode 100644 meta-oe/recipes-support/p910nd/p910nd_0.95.bb

diff --git a/meta-oe/recipes-support/p910nd/files/avahi b/meta-oe/recipes-support/p910nd/files/avahi
new file mode 100644
index 0000000..313bc14
--- /dev/null
+++ b/meta-oe/recipes-support/p910nd/files/avahi
@@ -0,0 +1,9 @@
+<service-group>
+  <name replace-wildcards="yes">foonas p910nd on %h</name>
+  <service protocol="any">
+    <host-name></host-name>
+    <type>_pdl-datastream._tcp</type>
+    <port>9100</port>
+    <txt-record>product=foonas network printer</txt-record>
+  </service>
+</service-group>
diff --git a/meta-oe/recipes-support/p910nd/files/p910nd.init b/meta-oe/recipes-support/p910nd/files/p910nd.init
new file mode 100755
index 0000000..e5693e9
--- /dev/null
+++ b/meta-oe/recipes-support/p910nd/files/p910nd.init
@@ -0,0 +1,38 @@
+#! /bin/sh
+#
+# This is an init script for openembedded
+# Copy it to /etc/init.d/p910nd and type
+# > update-rc.d p910nd defaults 60
+#
+# 
+
+
+test -f /usr/sbin/p910nd || exit 0
+
+test -d /var/spool/p910nd || mkdir -p /var/spool/p910nd
+
+case "$1" in
+  start)
+    echo -n "Starting p910nd printer daemon: p910nd"
+    /usr/sbin/p910nd -b -f /dev/usb/lp0 0
+    echo "."
+    ;;
+  stop)
+    echo -n "Stopping p910nd printer daemon: p910nd"
+    start-stop-daemon --stop --quiet --exec /usr/sbin/p9100d
+   echo "."
+    ;;
+  restart)
+    echo -n "Stopping p910nd printer daemon: p910nd"
+    start-stop-daemon --stop --quiet --exec /usr/sbin/p9100d
+    sleep 2
+    echo -n " ... Starting p910nd printer daemon: p910nd " 
+    /usr/sbin/p910nd -b -f /dev/usb/lp0 0
+    echo "."
+    ;;
+  *)
+    echo "Usage: /etc/init.d/p910nd {start|stop|restart}"
+    exit 1
+esac
+
+exit 0
diff --git a/meta-oe/recipes-support/p910nd/p910nd_0.95.bb b/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
new file mode 100644
index 0000000..9a85b86
--- /dev/null
+++ b/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
@@ -0,0 +1,51 @@
+DESCRIPTION = "A small network printer daemon for embedded situations that passes the job directly to the printer."
+SECTION = "console/utils"
+HOMEPAGE = "http://p910nd.sourceforge.net/"
+SECTION = "console/utils"
+RDEPENDS_${PN}-avahi = "avahi"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+
+PR = "r0"
+
+inherit update-rc.d
+
+INITSCRIPT_NAME = "p910nd"
+INITSCRIPT_PARAMS = "defaults 60 "
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/p910nd/p910nd-${PV}.tar.bz2 \
+           file://p910nd.init \
+           file://avahi"
+
+SRC_URI[md5sum] = "c7ac6afdf7730ac8387a8e87198d4491"
+SRC_URI[sha256sum] = "7d78642c86dc247fbdef1ff85c56629dcdc6b2a457c786420299e284fffcb029"
+
+PACKAGES_prepend = "${PN}-avahi "
+
+FILES_${PN}-avahi += "${sysconfdir}/avahi/services/p910nd.service"
+
+do_compile () {
+	${CC} ${LDFLAGS} -o p910nd p910nd.c
+}
+
+# The avahi stuff makes it work with bonjour printing
+do_install () {
+	install -D -m 0755 ${S}/p910nd ${D}${sbindir}/p910nd
+	install -D -m 0644 ${S}/p910nd.conf ${D}${sysconfdir}/p910nd.conf
+	install -D -m 0755 ${WORKDIR}/p910nd.init ${D}${sysconfdir}/init.d/p910nd
+	install -D -m 0755 ${WORKDIR}/avahi ${D}${sysconfdir}/avahi/services/p910nd.service
+}
+
+pkg_postinst_${PN}-avahi_append() {
+#!/bin/sh
+
+if [ "x$D" != "x" ] ; then
+        exit 1
+fi
+
+# If avahi is already running reload it to pickup the p910nd config
+PAV=`pidof avahi-daemon`
+if [ "x$PAV" != "x" ] ; then
+        /etc/init.d/avahi-daemon reload
+fi
+}
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-oe][PATCH 7/8] libiconv: drop hack since gettext was being inherited
  2011-05-07 22:11           ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Otavio Salvador
@ 2011-05-07 22:11             ` Otavio Salvador
  2011-05-07 22:11               ` [meta-oe][PATCH 8/8] libinih: add git recipe Otavio Salvador
  2011-05-08  1:02             ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Koen Kooi
  1 sibling, 1 reply; 21+ messages in thread
From: Otavio Salvador @ 2011-05-07 22:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 .../recipes-support/libiconv/libiconv_1.13.1.bb    |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb b/meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb
index 4db70cb..868314b 100644
--- a/meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb
+++ b/meta-oe/recipes-support/libiconv/libiconv_1.13.1.bb
@@ -8,10 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
 BBCLASSEXTEND = "native nativesdk"
 
 PROVIDES = "virtual/libiconv"
-PR = "r1"
-
-#gettext.class cant be inherit here so use this hack
-DEPENDS = "${@['','gettext-native'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
+PR = "r2"
 
 EXTRA_OECONF +=  "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
 
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-oe][PATCH 8/8] libinih: add git recipe
  2011-05-07 22:11             ` [meta-oe][PATCH 7/8] libiconv: drop hack since gettext was being inherited Otavio Salvador
@ 2011-05-07 22:11               ` Otavio Salvador
  2011-05-08  1:03                 ` Koen Kooi
  0 siblings, 1 reply; 21+ messages in thread
From: Otavio Salvador @ 2011-05-07 22:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-support/inih/libinih_git.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-support/inih/libinih_git.bb

diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb
new file mode 100644
index 0000000..24411ca
--- /dev/null
+++ b/meta-oe/recipes-support/inih/libinih_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "C and C++ INI Library"
+HOMEPAGE = "http://code.google.com/p/inih/"
+PRIORITY = "optional"
+PV = "0.0+gitr${SRCPV}"
+PKGV = "${GITPKGVTAG}"
+RDEPENDS_${PN}-dev = ""
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
+
+PR = "r0"
+
+# The github repository provides a cmake and pkg-config integration
+SRCREV = "715cb4dc3d56714d7d53dcd94ae4b41c950119a7"
+SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit gitpkgv cmake
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 21+ messages in thread

* Re: [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes
  2011-05-07 22:11   ` [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Otavio Salvador
  2011-05-07 22:11     ` [meta-oe][PATCH 3/8] setxkbmap: add 1.2.0 version Otavio Salvador
@ 2011-05-08  0:59     ` Koen Kooi
  1 sibling, 0 replies; 21+ messages in thread
From: Koen Kooi @ 2011-05-08  0:59 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08-05-11 00:11, Otavio Salvador wrote:
> This recipe is a merge of ntfs-3g and ntfsprogs thus the provides
> entries.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  .../ntfs-3g-ntfsprogs_2011.4.12.bb                 |   25 ++++++++++++++++++++
>  1 files changed, 25 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
> 
> diff --git a/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb b/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
> new file mode 100644
> index 0000000..2b1720c
> --- /dev/null
> +++ b/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
> @@ -0,0 +1,25 @@
> +DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support."
> +HOMEPAGE = "http://www.ntfs-3g.org/"
> +DEPENDS = "fuse libgcrypt"
> +PROVIDES = "ntfsprogs ntfs-3g"
> +RDEPENDS_ntfs-3g += "fuse"

Please order RDEPENDS with FILES and PACKAGES

> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
> +                    file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"

COPYING.LIB implies LGPL components, is the LICENSE field correct?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNxersMkyGM64RGpERAl5sAJ9rfBhHjBugTvd1ljRj3ffjhx1DhgCfRI7a
dsahoWFX+Pz3t22/pJsDXUw=
=MJpe
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29
  2011-05-07 22:11       ` [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29 Otavio Salvador
  2011-05-07 22:11         ` [meta-oe][PATCH 5/8] pixman.inc: use Xorg mirror Otavio Salvador
@ 2011-05-08  1:00         ` Koen Kooi
  1 sibling, 0 replies; 21+ messages in thread
From: Koen Kooi @ 2011-05-08  1:00 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08-05-11 00:11, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  meta-oe/recipes-support/freerdp/freerdp.inc    |   23 +++++++++++++++++++++++
>  meta-oe/recipes-support/freerdp/freerdp_git.bb |   15 +++++++++++++++
>  2 files changed, 38 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-support/freerdp/freerdp.inc
>  create mode 100644 meta-oe/recipes-support/freerdp/freerdp_git.bb
> 
> diff --git a/meta-oe/recipes-support/freerdp/freerdp.inc b/meta-oe/recipes-support/freerdp/freerdp.inc
> new file mode 100644
> index 0000000..094f9c6
> --- /dev/null
> +++ b/meta-oe/recipes-support/freerdp/freerdp.inc
> @@ -0,0 +1,23 @@
> +# Copyright (C) 2010, 2011 O.S. Systems Software Ltda. All Rights Reserved
> +# Released under the MIT license
> +
> +DESCRIPTION = "FreeRDP RDP client"
> +HOMEPAGE = "http://freerdp.sourceforge.net"
> +DEPENDS = "virtual/libx11 openssl libxcursor cups alsa-lib"
> +RDEPENDS_${PN} += "xprop"

Same comment as before, RDEPENDS are in the package section, so below
do_install
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNxes2MkyGM64RGpERApaEAJ9um0v6zRdLsqitkxeHYEj8rEs3WACglTVP
7i85waMzo9JielLgiH2/ABg=
=5Fai
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe][PATCH 6/8] p910nd: add 0.95 version
  2011-05-07 22:11           ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Otavio Salvador
  2011-05-07 22:11             ` [meta-oe][PATCH 7/8] libiconv: drop hack since gettext was being inherited Otavio Salvador
@ 2011-05-08  1:02             ` Koen Kooi
  2011-05-08  2:38               ` Otavio Salvador
  2011-05-08  6:50               ` Paul Menzel
  1 sibling, 2 replies; 21+ messages in thread
From: Koen Kooi @ 2011-05-08  1:02 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08-05-11 00:11, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  meta-oe/recipes-support/p910nd/files/avahi       |    9 ++++
>  meta-oe/recipes-support/p910nd/files/p910nd.init |   38 ++++++++++++++++
>  meta-oe/recipes-support/p910nd/p910nd_0.95.bb    |   51 ++++++++++++++++++++++
>  3 files changed, 98 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-support/p910nd/files/avahi
>  create mode 100755 meta-oe/recipes-support/p910nd/files/p910nd.init
>  create mode 100644 meta-oe/recipes-support/p910nd/p910nd_0.95.bb
> 
> diff --git a/meta-oe/recipes-support/p910nd/files/avahi b/meta-oe/recipes-support/p910nd/files/avahi

> +    <txt-record>product=foonas network printer</txt-record>

That's oddly distro specific


> +DESCRIPTION = "A small network printer daemon for embedded situations that passes the job directly to the printer."
> +SECTION = "console/utils"
> +HOMEPAGE = "http://p910nd.sourceforge.net/"
> +SECTION = "console/utils"
> +RDEPENDS_${PN}-avahi = "avahi"

Again, RDEPENDS go below do_install


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNxeuiMkyGM64RGpERAsmWAJ4/sQ2RMlCqucl+Ree3zoMFyEaH3gCgtjqw
KvtbwgJ2qcFQNJOtKhWZnK4=
=fzFo
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe][PATCH 8/8] libinih: add git recipe
  2011-05-07 22:11               ` [meta-oe][PATCH 8/8] libinih: add git recipe Otavio Salvador
@ 2011-05-08  1:03                 ` Koen Kooi
  2011-05-08  2:30                   ` Otavio Salvador
  0 siblings, 1 reply; 21+ messages in thread
From: Koen Kooi @ 2011-05-08  1:03 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08-05-11 00:11, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  meta-oe/recipes-support/inih/libinih_git.bb |   18 ++++++++++++++++++
>  1 files changed, 18 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-support/inih/libinih_git.bb
> 
> diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb
> new file mode 100644
> index 0000000..24411ca
> --- /dev/null
> +++ b/meta-oe/recipes-support/inih/libinih_git.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "C and C++ INI Library"
> +HOMEPAGE = "http://code.google.com/p/inih/"
> +PRIORITY = "optional"
> +PV = "0.0+gitr${SRCPV}"
> +PKGV = "${GITPKGVTAG}"
> +RDEPENDS_${PN}-dev = ""

Again, RDEPENDS in the wrong please, but more importantly, why do you
empty them?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNxev1MkyGM64RGpERAifVAJ0XDm2XpP3CBbjhQ+u1YvYAy8i5zACfXs9O
AaZEHlC9SDP30qyZMdFTfDk=
=P8gt
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe][PATCH 8/8] libinih: add git recipe
  2011-05-08  1:03                 ` Koen Kooi
@ 2011-05-08  2:30                   ` Otavio Salvador
  0 siblings, 0 replies; 21+ messages in thread
From: Otavio Salvador @ 2011-05-08  2:30 UTC (permalink / raw)
  To: openembedded-devel

On Sat, May 7, 2011 at 22:03, Koen Kooi <koen@dominion.thruhere.net> wrote:
...
> Again, RDEPENDS in the wrong please, but more importantly, why do you
> empty them?

We only have static libraries so no PN package. I added a comment
about it on the recipe.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe][PATCH 6/8] p910nd: add 0.95 version
  2011-05-08  1:02             ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Koen Kooi
@ 2011-05-08  2:38               ` Otavio Salvador
  2011-05-08  6:50               ` Paul Menzel
  1 sibling, 0 replies; 21+ messages in thread
From: Otavio Salvador @ 2011-05-08  2:38 UTC (permalink / raw)
  To: openembedded-devel

On Sat, May 7, 2011 at 22:02, Koen Kooi <koen@dominion.thruhere.net> wrote:
...
>> diff --git a/meta-oe/recipes-support/p910nd/files/avahi b/meta-oe/recipes-support/p910nd/files/avahi
>
>> +    <txt-record>product=foonas network printer</txt-record>
>
> That's oddly distro specific

Agreed. I have dropped it from the recipe since I don't use it now. So
let's add it if/when it is needed.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe][PATCH 6/8] p910nd: add 0.95 version
  2011-05-08  1:02             ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Koen Kooi
  2011-05-08  2:38               ` Otavio Salvador
@ 2011-05-08  6:50               ` Paul Menzel
  2011-05-08  8:31                 ` Koen Kooi
  1 sibling, 1 reply; 21+ messages in thread
From: Paul Menzel @ 2011-05-08  6:50 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 644 bytes --]

Am Sonntag, den 08.05.2011, 03:02 +0200 schrieb Koen Kooi:

[…]

> > +DESCRIPTION = "A small network printer daemon for embedded situations that passes the job directly to the printer."
> > +SECTION = "console/utils"

This should be dropped, since it is redundant.

> > +HOMEPAGE = "http://p910nd.sourceforge.net/"
> > +SECTION = "console/utils"

This is the correct location according to the style guide [1].

> > +RDEPENDS_${PN}-avahi = "avahi"
> 
> Again, RDEPENDS go below do_install

When was this agreed on? The style guide says differently.


Thanks,

Paul


[1] http://openembedded.org/index.php/Styleguide

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe][PATCH 6/8] p910nd: add 0.95 version
  2011-05-08  6:50               ` Paul Menzel
@ 2011-05-08  8:31                 ` Koen Kooi
  0 siblings, 0 replies; 21+ messages in thread
From: Koen Kooi @ 2011-05-08  8:31 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08-05-11 08:50, Paul Menzel wrote:
> Am Sonntag, den 08.05.2011, 03:02 +0200 schrieb Koen Kooi:
> 
> […]
> 
>>> +DESCRIPTION = "A small network printer daemon for embedded situations that passes the job directly to the printer."
>>> +SECTION = "console/utils"
> 
> This should be dropped, since it is redundant.
> 
>>> +HOMEPAGE = "http://p910nd.sourceforge.net/"
>>> +SECTION = "console/utils"
> 
> This is the correct location according to the style guide [1].
> 
>>> +RDEPENDS_${PN}-avahi = "avahi"
>>
>> Again, RDEPENDS go below do_install
> 
> When was this agreed on? The style guide says differently.

They go in the recipe the order they are used, so:

info (HOMEPAGE, DESCRIPTION, etc)
configure
compile
install
package

RDEPENDS/RRECOMMENDS/FILES/PACKAGES are all for packaging, so they are
grouped.

Have a look at the p910nd recipe, then you see why grouping them is best.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNxlTkMkyGM64RGpERArwnAKCS7EAMDfaLEUF+ucnrDx2skvQVrQCeOzUh
gJn1V8apsWuW68YCpECbaRA=
=H8n/
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe] Pull request for misc changes
  2011-05-07 19:19 [meta-oe] Pull request for misc changes Otavio Salvador
  2011-05-07 19:59 ` Koen Kooi
  2011-05-07 22:11 ` [meta-oe][PATCH 1/8] fuse: add 2.8.5 Otavio Salvador
@ 2011-05-09 19:31 ` Koen Kooi
  2011-05-09 19:48   ` Otavio Salvador
  2 siblings, 1 reply; 21+ messages in thread
From: Koen Kooi @ 2011-05-09 19:31 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07-05-11 21:19, Otavio Salvador wrote:
> Hello,
> 
> On the process of migrating our products to oe-core we have done some
> changes up to now...

I've merge the 12 patches and I'm doing some final sanity checking
before pushing them.

Thanks for addressing all the review comments!

regards,

Koen

> 
> The following changes since commit 1325cc262c3f1e3cb5153aff98287ea8c65b15cf:
> 
>   gcc-4.5: add checksums (2011-05-02 11:10:30 +0200)
> 
> are available in the git repository at:
>   git://github.com/OSSystems/meta-oe master
> 
> Otavio Salvador (8):
>       fuse: add 2.8.5
>       ntfs-3g-ntfsprogs: add 2011.4.12 recipes
>       setxkbmap: add 1.2.0 version
>       freerdp: add recipe based on GIT from 2009-03-29
>       pixman.inc: use Xorg mirror
>       p910nd: add 0.95 version
>       libiconv: drop hack since gettext was being inherited
>       libinih: add git recipe
> 
>  .../recipes-graphics/xorg-app/setxkbmap_1.2.0.bb   |    8 +++
>  meta-oe/recipes-graphics/xorg-lib/pixman.inc       |    2 +-
>  meta-oe/recipes-support/freerdp/freerdp.inc        |   23 +++++++++
>  meta-oe/recipes-support/freerdp/freerdp_git.bb     |   15 ++++++
>  meta-oe/recipes-support/fuse/fuse_2.8.5.bb         |   32 ++++++++++++
>  meta-oe/recipes-support/inih/libinih_git.bb        |   18 +++++++
>  .../recipes-support/libiconv/libiconv_1.13.1.bb    |    5 +--
>  .../ntfs-3g-ntfsprogs_2011.4.12.bb                 |   25 ++++++++++
>  meta-oe/recipes-support/p910nd/files/avahi         |    9 ++++
>  meta-oe/recipes-support/p910nd/files/p910nd.init   |   38 +++++++++++++++
>  meta-oe/recipes-support/p910nd/p910nd_0.95.bb      |   51 ++++++++++++++++++++
>  11 files changed, 221 insertions(+), 5 deletions(-)
>  create mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.2.0.bb
>  create mode 100644 meta-oe/recipes-support/freerdp/freerdp.inc
>  create mode 100644 meta-oe/recipes-support/freerdp/freerdp_git.bb
>  create mode 100644 meta-oe/recipes-support/fuse/fuse_2.8.5.bb
>  create mode 100644 meta-oe/recipes-support/inih/libinih_git.bb
>  create mode 100644
> meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
>  create mode 100644 meta-oe/recipes-support/p910nd/files/avahi
>  create mode 100755 meta-oe/recipes-support/p910nd/files/p910nd.init
>  create mode 100644 meta-oe/recipes-support/p910nd/p910nd_0.95.bb
> 
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNyEEaMkyGM64RGpERAk5jAKCxRiaYjTBeM8qo1Js0Jg3U41tROACeK3KU
YcAkvpPEjh9vwYS+31qN6fU=
=pAcB
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe] Pull request for misc changes
  2011-05-09 19:31 ` [meta-oe] Pull request for misc changes Koen Kooi
@ 2011-05-09 19:48   ` Otavio Salvador
  2011-05-09 20:19     ` Koen Kooi
  0 siblings, 1 reply; 21+ messages in thread
From: Otavio Salvador @ 2011-05-09 19:48 UTC (permalink / raw)
  To: openembedded-devel

On Mon, May 9, 2011 at 16:31, Koen Kooi <koen@dominion.thruhere.net> wrote:
> I've merge the 12 patches and I'm doing some final sanity checking
> before pushing them.

Don't put the setxkbmap on the merge. I will resend it.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [meta-oe] Pull request for misc changes
  2011-05-09 19:48   ` Otavio Salvador
@ 2011-05-09 20:19     ` Koen Kooi
  0 siblings, 0 replies; 21+ messages in thread
From: Koen Kooi @ 2011-05-09 20:19 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 09-05-11 21:48, Otavio Salvador wrote:
> On Mon, May 9, 2011 at 16:31, Koen Kooi <koen@dominion.thruhere.net> wrote:
>> I've merge the 12 patches and I'm doing some final sanity checking
>> before pushing them.
> 
> Don't put the setxkbmap on the merge. I will resend it.

OK, I rebased that one out. Still building :)


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNyExhMkyGM64RGpERAtO8AKCGvkEffUrqYWB6GU4RZ6jY6K7o/wCdFQjd
ZiYv93CP99aF0XGkBYjNY3I=
=t7fw
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2011-05-09 20:22 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-07 19:19 [meta-oe] Pull request for misc changes Otavio Salvador
2011-05-07 19:59 ` Koen Kooi
2011-05-07 22:11 ` [meta-oe][PATCH 1/8] fuse: add 2.8.5 Otavio Salvador
2011-05-07 22:11   ` [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Otavio Salvador
2011-05-07 22:11     ` [meta-oe][PATCH 3/8] setxkbmap: add 1.2.0 version Otavio Salvador
2011-05-07 22:11       ` [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29 Otavio Salvador
2011-05-07 22:11         ` [meta-oe][PATCH 5/8] pixman.inc: use Xorg mirror Otavio Salvador
2011-05-07 22:11           ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Otavio Salvador
2011-05-07 22:11             ` [meta-oe][PATCH 7/8] libiconv: drop hack since gettext was being inherited Otavio Salvador
2011-05-07 22:11               ` [meta-oe][PATCH 8/8] libinih: add git recipe Otavio Salvador
2011-05-08  1:03                 ` Koen Kooi
2011-05-08  2:30                   ` Otavio Salvador
2011-05-08  1:02             ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version Koen Kooi
2011-05-08  2:38               ` Otavio Salvador
2011-05-08  6:50               ` Paul Menzel
2011-05-08  8:31                 ` Koen Kooi
2011-05-08  1:00         ` [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29 Koen Kooi
2011-05-08  0:59     ` [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Koen Kooi
2011-05-09 19:31 ` [meta-oe] Pull request for misc changes Koen Kooi
2011-05-09 19:48   ` Otavio Salvador
2011-05-09 20:19     ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.