Re: [oe] [meta-oe][PATCH v4 2/2] systemd: conditionally RRECOMMENDS kbd*

2012-01-20 Thread Anders Darander
On Fri, Jan 20, 2012 at 08:30, Koen Kooi k...@dominion.thruhere.net wrote: Op 20-01-12 04:33, Otavio Salvador schreef: On Thu, Jan 19, 2012 at 20:03, Koen Kooi k...@dominion.thruhere.net wrote: Op 19-01-12 20:53, Anders Darander schreef: Let the distro define a keyboard distro feature, to

[oe] [PATCH v2][meta-oe] udev: add 177

2012-01-20 Thread Koen Kooi
* 'blkid' isn't needed anymore, since 176 udev links against libblkid * 'modprobe' and 'depmod' aren't needed anymore, udev now links against libkmod * The entire source including the license files were re-indented hence the LIC_FILES_CHKSUM changes Signed-off-by: Koen Kooi

Re: [oe] [meta-oe][PATCH v4 2/2] systemd: conditionally RRECOMMENDS kbd*

2012-01-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 20-01-12 09:01, Anders Darander schreef: On Fri, Jan 20, 2012 at 08:30, Koen Kooi k...@dominion.thruhere.net wrote: Op 20-01-12 04:33, Otavio Salvador schreef: On Thu, Jan 19, 2012 at 20:03, Koen Kooi k...@dominion.thruhere.net wrote: Op

Re: [oe] [meta-oe][PATCH v4 2/2] systemd: conditionally RRECOMMENDS kbd*

2012-01-20 Thread Anders Darander
On Fri, Jan 20, 2012 at 12:30, Koen Kooi k...@dominion.thruhere.net wrote: Op 20-01-12 09:01, Anders Darander schreef: On Fri, Jan 20, 2012 at 08:30, Koen Kooi k...@dominion.thruhere.net wrote: Op 20-01-12 04:33, Otavio Salvador schreef: On Thu, Jan 19, 2012 at 20:03, Koen Kooi

Re: [oe] [meta-handheld] [PATCH 2/3] kexecboot-cfg: Inhibit toolchain dependencies and echo $DISTRO_VERSION

2012-01-20 Thread Paul Eggleton
On Thursday 19 January 2012 00:52:58 Andrea Adami wrote: * $DISTRO_VERSION is always set and is more detailed I just looked at Poky and Angstrom and neither of these have the distro name in DISTRO_VERSION, so this patch would lose that; would there be sufficient room to include both

Re: [oe] [meta-handheld] [PATCH 0/3] zaurus-utils: Inhibit toolchain dependencies

2012-01-20 Thread Paul Eggleton
On Thursday 19 January 2012 00:02:07 Andrea Adami wrote: * inhibit toolchain dependencies as there isn't anything to compile Andrea Adami (3): zaurus-updater: Inhibit toolchain dependencies zaurus-legacy-tar.bb: Inhibit toolchain dependencies zaurus-installer: Inhibit toolchain

Re: [oe] [meta-handheld] [PATCH 2/3] kexecboot-cfg: Inhibit toolchain dependencies and echo $DISTRO_VERSION

2012-01-20 Thread Andrea Adami
Il giorno 20/gen/2012, alle ore 13:22, Paul Eggleton paul.eggle...@linux.intel.com ha scritto: On Thursday 19 January 2012 00:52:58 Andrea Adami wrote: * $DISTRO_VERSION is always set and is more detailed I just looked at Poky and Angstrom and neither of these have the distro name in

[oe] [PATCH] Add patch for gtk+ 2.24 iconview segfault.

2012-01-20 Thread Peter Tworek
[1] https://bugzilla.gnome.org/show_bug.cgi?id=663138 Signed-off-by: Peter Tworek tworaz...@gmail.com --- .../gtk+-2.24.8/gtk_icon_view_layout-crash.patch | 30 meta/recipes-gnome/gtk+/gtk+_2.24.8.bb |3 +- 2 files changed, 32 insertions(+), 1

[oe] [PATCH] Minor fixes to webkitgtk recipe.

2012-01-20 Thread Peter Tworek
* Make webkitgtk buildable for distributions without opengl support. * Properly package error.html resource file. Signed-off-by: Peter Tworek tworaz...@gmail.com --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe] Add missing gobject-introspection-native dependency for upower.

2012-01-20 Thread Peter Tworek
Signed-off-by: Peter Tworek tworaz...@gmail.com --- meta-oe/recipes-support/upower/upower_0.9.14.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-support/upower/upower_0.9.14.bb b/meta-oe/recipes-support/upower/upower_0.9.14.bb index a5496d1..312ed58

[oe] [meta-oe][PATCH] Add missing librsvg dependency to abiword recipe.

2012-01-20 Thread Peter Tworek
Signed-off-by: Peter Tworek tworaz...@gmail.com --- meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb index

[oe] [PATCH] busybox: Add flock utility to default oe configuration.

2012-01-20 Thread Peter Tworek
Thus utility is required by by pm-utils package to function properly. It's shipped in both busybox and util-linux. Both versions work fine with pm-utils. In util-linux case however, the solution for the problem would require placing flock binary into it's a separate package and adding runtime

[oe] Perl NET::SSLeay module

2012-01-20 Thread simran singh
Hello, I am trying to add a new module to the perl recipe for bitbake. I have made a recipe to install this using tar.gz file but have no success so far. Is there an easier way to add modules to the perl recipe and build an imageif they are not already present. I am fairly new to open embedded

Re: [oe] Perl NET::SSLeay module

2012-01-20 Thread simran singh
This is the recipe I have created DESCRIPTION = Net::SSLeay perl modulePR = r0 #DEPENDS = openssl#RDEPENDS_${PN} += \# perl-module-extutils-makemaker \# SRC_URI = file://${PN}-${PV}.tar.gz S = ${WORKDIR}/Net-SSLeay-1.36 #inherit cpan fakeroot