[OE-core] [PATCH 0/1] pango: remove pango-module-basic-x RRECOMMENDS

2013-07-08 Thread rongqing.li
From: "Roy.Li" The following changes since commit b97570c66737a6c404b49459cd95184abb855399: qt4: Take PV increase opportunity to drop PR (2013-07-05 15:49:51 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/pango http://git.pokylinux.org/cgit.cgi/po

[OE-core] [PATCH 1/1] pango: remove pango-module-basic-x RRECOMMENDS

2013-07-08 Thread rongqing.li
From: "Roy.Li" pango-module-basic-x has been removed from pango-1.31.0 and we're using pango-1.32.5, so we should not refer pango-module-basic-x. Commit 194b6ee552318ec6c494f34ed9f0979d0460fe4f Author: Behdad Esfahbod Date: Thu Aug 16 21:48:50 2012 -0400 Remove PangoX

Re: [OE-core] [PATCH 1/1] udev: add runtime dependency on blkid

2013-07-08 Thread jhuang0
On 7/9/2013 3:47 AM, Andy Ross wrote: On 07/08/2013 12:35 PM, Saul Wold wrote: On 07/08/2013 12:10 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang udev requires blkid, but this wasn't explicit. Note that the dependency is on util-linux specifically, the one from e2fsprogs won't wo

[OE-core] [CONSOLIDATED PULL 00/70] PENDING FINAL REVIEW

2013-07-08 Thread Saul Wold
Paul, Ross: Please do a final ACK / Review on this set. I have run it through the AB one already and found a few issues, which I have either tweaked (util-linux) or removed (diffutils, iputils and Qi's image user/group changes). There is an additional patch from Bruce pending on Poky for the ke

Re: [OE-core] [PATCH 1/9] iputils: Upgrade to v20121221

2013-07-08 Thread Saul Wold
On 07/08/2013 03:21 AM, Radu Moisan wrote: Removed obsolete patches Header for arping changed. New author added. Signed-off-by: Radu Moisan --- .../files/debian/add-icmp-return-codes.diff| 43 .../iputils/files/debian/fix-arping-timeouts.diff | 26 --

[OE-core] [PATCH 4/4] kconfig-frontends: Update to 3.10

2013-07-08 Thread Saul Wold
Rename recipe to match upstream tarball name which requires a fix the the SOLIBS numbering Signed-off-by: Saul Wold --- ...onfig-frontends_3.9.0.bb => kconfig-frontends_3.10.0.0.bb} | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) rename meta/recipes-devtools/kconfig-frontends

[OE-core] [PATCH 1/4] man-pages: Update to 3.52

2013-07-08 Thread Saul Wold
Signed-off-by: Saul Wold --- .../man-pages/{man-pages_3.50.bb => man-pages_3.52.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_3.50.bb => man-pages_3.52.bb} (81%) diff --git a/meta/recipes-extended/man-pages/man-pa

[OE-core] [PATCH 3/4] tzcode-native: Update to 2013d

2013-07-08 Thread Saul Wold
Signed-off-by: Saul Wold --- .../tzcode/{tzcode-native_2013c.bb => tzcode-native_2013d.bb}| 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-extended/tzcode/{tzcode-native_2013c.bb => tzcode-native_2013d.bb} (83%) diff --git a/meta/recipes-extended/tzcode/tz

[OE-core] [PATCH 0/4] Several Updates

2013-07-08 Thread Saul Wold
The following changes since commit b97570c66737a6c404b49459cd95184abb855399: qt4: Take PV increase opportunity to drop PR (2013-07-05 15:49:51 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/updates http://cgit.openembedded.org/cgit

[OE-core] [PATCH 2/4] cmake: Update to 2.8.11.2

2013-07-08 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/cmake/cmake-native_2.8.11.1.bb | 5 - meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb | 5 + meta/recipes-devtools/cmake/{cmake_2.8.11.1.bb => cmake_2.8.11.2.bb} | 3 +++ 3 files changed, 8 insertions(

Re: [OE-core] [PATCH 8/9] diffutils: Upgrade to v3.3

2013-07-08 Thread Saul Wold
On 07/08/2013 03:22 AM, Radu Moisan wrote: Signed-off-by: Radu Moisan --- .../diffutils-3.2/obsolete_automake_macros.patch | 14 - .../diffutils/diffutils-3.2/remove-gets.patch | 22 meta/recipes-extended/diffutils/diffutils.inc |2 +- ..

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Saul Wold
On 07/04/2013 11:07 PM, qi.c...@windriver.com wrote: From: Chen Qi We may want to add a user or group which does not logically belong to any specific package. For example, we may want to add a user with the name 'tester' to our image. Besides, we may want to delete or modify user/group in our i

[OE-core] [PATCH v2] util-linux: Use PACKAGECONFIG to control pam and system config options

2013-07-08 Thread Saul Wold
The PACKAGECONFIG will ensure consistent enabling and disabling of the pam and systemd related options for configure and the correct dependencies v2: fixed PACKAGECONFIG line continuation grammar added _class-target for PACKAGECONFIG to work on target only Signed-off-by: Saul Wold --- meta

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Mark Hatle
On 7/8/13 2:31 PM, Martin Jansa wrote: On Mon, Jul 08, 2013 at 01:01:48PM -0500, Mark Hatle wrote: On 7/8/13 12:27 PM, Martin Jansa wrote: On Mon, Jul 08, 2013 at 12:15:40PM -0500, Mark Hatle wrote: On 7/5/13 3:39 AM, Martin Jansa wrote: On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windr

Re: [OE-core] [PATCH 1/1] udev: add runtime dependency on blkid

2013-07-08 Thread Saul Wold
On 07/08/2013 12:10 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang udev requires blkid, but this wasn't explicit. Note that the dependency is on util-linux specifically, the one from e2fsprogs won't work. Doesn't udev use an internal builtin-blkid? Or is the configure finding that

Re: [OE-core] [PATCH 1/1] udev: add runtime dependency on blkid

2013-07-08 Thread Andy Ross
On 07/08/2013 12:35 PM, Saul Wold wrote: > On 07/08/2013 12:10 AM, jackie.hu...@windriver.com wrote: >> From: Jackie Huang >> >> udev requires blkid, but this wasn't explicit. Note that the >> dependency is on util-linux specifically, the one from e2fsprogs >> won't work. >> > Doesn't udev use an

Re: [OE-core] [RFC][PATCH] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-08 Thread Martin Jansa
On Mon, Jul 08, 2013 at 02:00:20PM -0400, Randy MacLeod wrote: > On 13-07-06 05:39 PM, Martin Jansa wrote: > > On Sat, Jul 06, 2013 at 11:24:46PM +0200, Martin Jansa wrote: > >> Signed-off-by: Martin Jansa > >> --- > >> scripts/test-dependencies.sh | 250 > >> +++

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Martin Jansa
On Mon, Jul 08, 2013 at 01:01:48PM -0500, Mark Hatle wrote: > On 7/8/13 12:27 PM, Martin Jansa wrote: > > On Mon, Jul 08, 2013 at 12:15:40PM -0500, Mark Hatle wrote: > >> On 7/5/13 3:39 AM, Martin Jansa wrote: > >>> On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windriver.com wrote: > From:

Re: [OE-core] [PATCH v2] lighttpd: Add systemd support.

2013-07-08 Thread Saul Wold
On 07/05/2013 07:03 AM, Noor, Ahsan wrote: From: Noor * Enable lighttpd with systemd support. * Replace the hardcoded paths with sbindir, sysconfdir and base_bindir Signed-off-by: Noor Ahsan --- .../lighttpd/files/lighttpd.service| 12 ++ meta/recipes-extended/lig

Re: [OE-core] OE, the TSC and the future

2013-07-08 Thread Sean Hudson
On 7/5/13 6:46 PM, Phil Blundell wrote: On Tue, 2013-06-18 at 17:23 +0100, Richard Purdie wrote: In brief summary the TSC has been doing two main things, acting as a task force and also being able to make a decision when needed. The latter has not happened much at all, the main work was as a tas

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Mark Hatle
On 7/8/13 12:27 PM, Martin Jansa wrote: On Mon, Jul 08, 2013 at 12:15:40PM -0500, Mark Hatle wrote: On 7/5/13 3:39 AM, Martin Jansa wrote: On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windriver.com wrote: From: Chen Qi We may want to add a user or group which does not logically belong t

Re: [OE-core] [RFC][PATCH] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-08 Thread Randy MacLeod
On 13-07-06 05:39 PM, Martin Jansa wrote: On Sat, Jul 06, 2013 at 11:24:46PM +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa --- scripts/test-dependencies.sh | 250 +++ 1 file changed, 250 insertions(+) create mode 100755 scripts/test-dependen

[OE-core] RFC: oe-selftest script to run automated tests against bitbake tools

2013-07-08 Thread Mihai Lindner
Hello all, The idea of "oe-selftest" would be to have an extra method of testing to cover what's not addressed by sanity tests, bitbake-selftest or image run-time testing. More information and some example tests are posted in the related bug, here: https://bugzilla.yoctoproject.org/show_bug.cgi?id

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Martin Jansa
On Mon, Jul 08, 2013 at 12:15:40PM -0500, Mark Hatle wrote: > On 7/5/13 3:39 AM, Martin Jansa wrote: > > On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windriver.com wrote: > >> From: Chen Qi > >> > >> We may want to add a user or group which does not logically belong to > >> any specific packa

[OE-core] [PATCH] pulseaudio: Added consolekit dependency for pulseaudio-module-console-kit package

2013-07-08 Thread eu
From: "Felipe F. Tonello" When installing pulseaudio-module-console-kit package in an image the consolekit dependecy cannot be find. This patch makes sure that the consolekit recipe will be build. Signed-off-by: Felipe F. Tonello --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- 1

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Mark Hatle
On 7/5/13 3:39 AM, Martin Jansa wrote: On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windriver.com wrote: From: Chen Qi We may want to add a user or group which does not logically belong to any specific package. For example, we may want to add a user with the name 'tester' to our image. Be

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-07-08 Thread Mark Hatle
On 6/30/13 11:02 AM, Philip Balister wrote: On 06/30/2013 11:56 AM, Trevor Woerner wrote: On 27 June 2013 10:08, Mark Hatle wrote: See GNU Savannah bug 30612 -- make 3.82 is known to be broken. A number of vendors are providing a modified version, so checking for just the version string is no

Re: [OE-core] [PATCHv2] buildhistory: Record size of installed package not compressed archive

2013-07-08 Thread Martin Jansa
On Mon, Jul 08, 2013 at 04:47:57PM +0100, Paul Eggleton wrote: > On Saturday 06 July 2013 12:04:04 Martin Jansa wrote: > > * usually it's more important to know how much space will each > > package take on target device then size of compressed package > > * example for libewebkit0 with 4 differen

[OE-core] [PATCH 1/2] packagegroup-core-basic: remove libpam

2013-07-08 Thread Saul Wold
It is a dependency of shadow and other PAM related recipes and will be built when the pam DISTRO_FEATURE is enabled. Signed-off-by: Saul Wold --- meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-extended/packagegroups/

[OE-core] [PATCH 2/2] util-linux: Use PACKAGECONFIG to control pam and system config options

2013-07-08 Thread Saul Wold
The PACKAGECONFIG will ensure consistent enabling and disabling of the pam and systemd related options for configure and the correct dependencies Signed-off-by: Saul Wold --- meta/recipes-core/util-linux/util-linux.inc | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --gi

Re: [OE-core] [PATCHv2] buildhistory: Record size of installed package not compressed archive

2013-07-08 Thread Paul Eggleton
On Saturday 06 July 2013 12:04:04 Martin Jansa wrote: > * usually it's more important to know how much space will each > package take on target device then size of compressed package > * example for libewebkit0 with 4 different architectures, interesting > that om_gta02 .ipk is bigger but it's

[OE-core] OE Changelog since 2013-06-30 until 2013-07-07

2013-07-08 Thread cliff . brake
Changelog since 2013-06-30 until 2013-07-07. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [dylan][PATCH 00/44] Backports from master (cover letter only)

2013-07-08 Thread Paul Eggleton
On Monday 08 July 2013 13:57:40 Laurentiu Palcu wrote: > On Mon, Jul 08, 2013 at 10:32:18AM +0100, Paul Eggleton wrote: > > Laurentiu Palcu (2): > > populate_sdk_base, adt_installer: abort install if path contains > > > > spaces > > The previous patch introduces a bashism which is fixed b

Re: [OE-core] [PATCH 1/1] nativesdk-glib-2.0: cannot build on hosts without libffi.so.5

2013-07-08 Thread Saul Wold
On 07/07/2013 09:11 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang The compile phase of nativesdk-glib-2.0 tries to run some binaries built and since the -Wl,rpath doesn't specify the sysroot libraries with libffi.so.5, attempts to run the binrary on hosts without libffi.so.5 results

Re: [OE-core] [PATCH 1/1] glib: fix the python script munging for cross compile

2013-07-08 Thread Saul Wold
On 07/07/2013 08:30 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang Fix the munging of python scripts so that they'll work on the target, we don't want ${PYTHON}, because that is the path on the host, not the target. Signed-off-by: David Borman Signed-off-by: Jesse Zhang Signed-off-

Re: [OE-core] [PATCHv2 2/2] subversion: explicitly disable sasl

2013-07-08 Thread Martin Jansa
On Sat, Jul 06, 2013 at 10:39:22AM +0200, Martin Jansa wrote: > * cyrus-sasl is in meta-networking and isn't in subversion DEPENDS > > Signed-off-by: Martin Jansa > --- > meta/recipes-devtools/subversion/subversion_1.6.15.bb | 1 + > meta/recipes-devtools/subversion/subversion_1.7.10.bb | 1 + >

Re: [OE-core] [PATCHv2 2/2] subversion: explicitly disable sasl

2013-07-08 Thread Jonathan Liu
On 6/07/2013 6:39 PM, Martin Jansa wrote: * cyrus-sasl is in meta-networking and isn't in subversion DEPENDS Signed-off-by: Martin Jansa --- meta/recipes-devtools/subversion/subversion_1.6.15.bb | 1 + meta/recipes-devtools/subversion/subversion_1.7.10.bb | 1 + 2 files changed, 2 insertion

[OE-core] [PATCH] resolvconf: check if running systemd in postinst

2013-07-08 Thread Jonathan Liu
Check if running systemd in postinst by testing for existence of /sys/fs/cgroup/systemd instead of checking if systemd-tmpfiles exists in PATH. This is so populate-volatile.sh update is called instead of systemd-tmpfiles --create if the system has systemd-tmpfiles installed but was booted using sys

Re: [OE-core] [dylan][PATCH 00/44] Backports from master (cover letter only)

2013-07-08 Thread Laurentiu Palcu
On Mon, Jul 08, 2013 at 10:32:18AM +0100, Paul Eggleton wrote: > > Laurentiu Palcu (2): > populate_sdk_base, adt_installer: abort install if path contains > spaces The previous patch introduces a bashism which is fixed by this patch (not merged yet in master): http://patches.openembedded.org

Re: [OE-core] [PATCH 16/24] python-distribute: Add recipes for python2 and python3

2013-07-08 Thread Martin Jansa
On Fri, Jun 28, 2013 at 03:04:01PM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > .../python/python-distribute_0.6.32.bb | 47 > > .../python/python3-distribute_0.6.32.bb| 46 +++ > 2 files changed, 93 insertions(+) > cr

Re: [OE-core] [PATCH 19/24] python3-pycurl: Add recipe

2013-07-08 Thread Martin Jansa
On Fri, Jun 28, 2013 at 03:04:04PM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > .../python/python3-pycurl/no-static-link.patch | 16 + > .../python/python3-pycurl_7.19.0.bb| 35 > > 2 files changed, 51 insertions(+) > create mode

Re: [OE-core] [PATCH 24/24] python3: Upgrade to 3.3.2

2013-07-08 Thread Paul Eggleton
On Friday 28 June 2013 15:04:09 Khem Raj wrote: > 3.3.2 is latest bugfix release in 3.3 series > > Signed-off-by: Khem Raj > > > -LIC_FILES_CHKSUM = "file://LICENSE;md5=d214581529e343354f8e23025bdf582d" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=a7e738bb078a33a825ce4a0282f8cb31" Please menti

Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-07-08 Thread Paul Eggleton
Hi Khem, On Friday 28 June 2013 14:59:46 Khem Raj wrote: > This patchset adds python3 recipes to metadata in such a way > that they can coexist with python2. The patchset has been > tested quite well and I think is ready for review. > > At times it will adjust existing python2 recipes to make > r

[OE-core] [PATCH 8/9] diffutils: Upgrade to v3.3

2013-07-08 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../diffutils-3.2/obsolete_automake_macros.patch | 14 - .../diffutils/diffutils-3.2/remove-gets.patch | 22 meta/recipes-extended/diffutils/diffutils.inc |2 +- .../{diffutils_3.2.bb => diffutils_3.3.bb}

[OE-core] [PATCH 5/9] libdmx: Upgrade to v1.1.3

2013-07-08 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../xorg-lib/{libdmx_1.1.2.bb => libdmx_1.1.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libdmx_1.1.2.bb => libdmx_1.1.3.bb} (79%) diff --git a/meta/recipes-graphics/xorg-lib/libdmx_1.1.2.bb b/meta/re

[OE-core] [PATCH 9/9] usbutils: Upgrade to v007

2013-07-08 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../usbutils/{usbutils_006.bb => usbutils_007.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-bsp/usbutils/{usbutils_006.bb => usbutils_007.bb} (83%) diff --git a/meta/recipes-bsp/usbutils/usbutils_006.bb b/meta/recipes-bsp/

[OE-core] [PATCH 4/9] ed: Upgrade to v1.8

2013-07-08 Thread Radu Moisan
License files chenged but not the license type Signed-off-by: Radu Moisan --- meta/recipes-extended/ed/ed-1.7/ed-1.2-build.patch | 43 meta/recipes-extended/ed/{ed_1.7.bb => ed_1.8.bb} | 11 +++-- 2 files changed, 5 insertions(+), 49 deletions(-) delete mode 100644 met

Re: [OE-core] [PATCH 1/9] iputils: Upgrade to v20121221

2013-07-08 Thread Radu Moisan
On 07/05/2013 07:14 PM, Burton, Ross wrote: On 5 July 2013 15:47, Radu Moisan wrote: - file://arping.c;beginline=1;endline=10;md5=ada2a6d06acc90f943bddf40d15e0541 \ + file://arping.c;beginline=1;endline=11;md5=fe84301b5c2655c950f8b92a057fafa6 \ Please e

[OE-core] [PATCH 7/9] apr-util: Upgrade to v1.5.2

2013-07-08 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../apr/{apr-util_1.5.1.bb => apr-util_1.5.2.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/apr/{apr-util_1.5.1.bb => apr-util_1.5.2.bb} (91%) diff --git a/meta/recipes-support/apr/apr-util_1.5.1.bb b/meta/recipes

[OE-core] [PATCH 6/9] apr: Upgrade to v1.4.8

2013-07-08 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../apr/{apr_1.4.6.bb => apr_1.4.8.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/apr/{apr_1.4.6.bb => apr_1.4.8.bb} (92%) diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/ap

[OE-core] [PATCH 3/9] rxvt-unicode: Upgrade to v9.18

2013-07-08 Thread Radu Moisan
do_configure was initially failing because could not stat aclocal.m4, prepended ${S} so that it could find the file, however I don't know the reasoning for do_configure_prepend in this recipe, it also builds fine without it Signed-off-by: Radu Moisan --- .../rxvt.desktop

[OE-core] [PATCH 1/9] iputils: Upgrade to v20121221

2013-07-08 Thread Radu Moisan
Removed obsolete patches Header for arping changed. New author added. Signed-off-by: Radu Moisan --- .../files/debian/add-icmp-return-codes.diff| 43 .../iputils/files/debian/fix-arping-timeouts.diff | 26 .../files/debian/fix-dead-host-ping-stats.d

[OE-core] [PATCH v4 0/9] Package Upgrades

2013-07-08 Thread Radu Moisan
* iputils: Removed obsolete patches * elfutils: license changed to GPLv3 several patches were absolete so I removed them redhat-portability & redhat-robustify backported from latest elfutils-portability & elfutils-robustify from upstream * The rest are basic upgrades, no issues T

[OE-core] [dylan][PATCH 00/44] Backports from master (cover letter only)

2013-07-08 Thread Paul Eggleton
A set of changes for the dylan branch. All of these are backports from master and have been tested on the Yocto Project autobuilder. Note: this does include an upgrade for gnutls - I have included this because it contains a CVE fix that Ross (who submitted the patch) advises me would be very diffi

Re: [OE-core] [PATCH 1/1] busybox: fix the on-target upgrade problem

2013-07-08 Thread ChenQi
On 07/06/2013 06:27 PM, Martin Jansa wrote: On Wed, Jul 03, 2013 at 12:48:12PM +0800, qi.c...@windriver.com wrote: From: Chen Qi We now can have a 'one-binary' version of busybox, or 'two-binary' version of busybox, controlled by the 'BUSYBOX_SPLIT_SUID' variable. This makes on-target upgrade

[OE-core] [PATCH 1/1] udev: add runtime dependency on blkid

2013-07-08 Thread jackie.huang
From: Jackie Huang udev requires blkid, but this wasn't explicit. Note that the dependency is on util-linux specifically, the one from e2fsprogs won't work. Signed-off-by: Andy Ross Signed-off-by: Jackie Huang --- meta/recipes-core/udev/udev_182.bb |4 1 files changed, 4 insertions(

[OE-core] [PATCH 0/1] udev: add runtime dependency on blkid

2013-07-08 Thread jackie.huang
From: Jackie Huang The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38: sysstat: backport a patch to fix a parallel building error (2013-07-02 07:58:10 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_udev_0708_1