[OE-core] [PATCH 1/4 V2] bitbake: share source directory

2011-06-14 Thread Robert Yang
This patch is derived from Richard, it is a quick proof of concept to show how source code could be shared between recipes which use ${B} to have a separate build directory compared to source directory ${S}. Signed-off-by: Robert Yang --- bitbake/lib/bb/build.py|4 ++-- bitbake/lib/bb/ca

[OE-core] [PATCH 4/4 V2] gcc-4.6.0: share work directories

2011-06-14 Thread Robert Yang
Fix configure and Makefile to read the defaults.h and t-oe from ${B}, so that the ${S} can be shared. Signed-off-by: Robert Yang --- meta/recipes-devtools/gcc/gcc-4.6.0.inc|1 + .../gcc-4.6.0/use-defaults.h-and-t-oe-in-B.patch | 80 2 files changed, 81 in

[OE-core] [PATCH 3/4 V2] gcc-4.5.1: share work directories

2011-06-14 Thread Robert Yang
Fix configure and Makefile to read the defaults.h and t-oe from ${B}, so that the ${S} can be shared. Signed-off-by: Robert Yang --- meta/recipes-devtools/gcc/gcc-4.5.1.inc|1 + .../gcc-4.5.1/use-defaults.h-and-t-oe-in-B.patch | 57 2 files changed, 58 in

[OE-core] [PATCH 0/4 V2] Share gcc work directories

2011-06-14 Thread Robert Yang
Changes of V2: 1) Fix the Makefile.in to read the t-oe in ${B}/gcc/ 2) Fix the confiure to read the defaults.in ${B}/gcc/ 3) Now the only command that would modify ${S} is gnu-configize, but this is compatible, it would do nothing in the second run once config.sub and config.guess were inst

[OE-core] [PATCH 2/4 V2] Share gcc work directories

2011-06-14 Thread Robert Yang
This patched is derived from Richard, make gcc use the shared source directory during the different building: 1) Make gcc-cross, gcc-cross-initial, gcc-cross-intermediate and gcc-runtime share the same source directory. 2) The source directory is ${TMPDIR}/work-shared/gcc-${PV}, for example:

[OE-core] [PATCH 1/1] linux-yocto: update meta branch SRCREV

2011-06-14 Thread Bruce Ashfield
Updating the meta SRCREV to fix a bad commit which resulted in the tree being dirty after checkpoint, and hence a failure during the patch phase. The meta commits never modify code outside the 'meta' directory tree, a rule that was broken with this bad commit. Without this fix, you may see an erro

[OE-core] [PATCH 0/1] linux-yocto: update meta branch SRCREV

2011-06-14 Thread Bruce Ashfield
Richard/Saul, The patch really says it all, so I'm repeating it here: [ Updating the meta SRCREV to fix a bad commit which resulted in the tree being dirty after checkpoint, and hence a failure during the patch phase. The meta commits never modify code outside the 'meta' directory tre

Re: [OE-core] [PATCH RFC] binutils: allow distro to select gold as default cross-linker

2011-06-14 Thread Khem Raj
On 06/14/2011 08:38 AM, Koen Kooi wrote: Op 14 jun 2011, om 17:30 heeft Phil Blundell het volgende geschreven: This is not particularly pretty but I couldn't think of any obviously better way of doing it. Any suggestions? Signed-off-by: Phil Blundell --- meta/recipes-devtools/binutils/binuti

Re: [OE-core] [PATCH RFC] binutils: allow distro to select gold as default cross-linker

2011-06-14 Thread Khem Raj
On 06/14/2011 08:30 AM, Phil Blundell wrote: This is not particularly pretty but I couldn't think of any obviously better way of doing it. Any suggestions? Signed-off-by: Phil Blundell --- meta/recipes-devtools/binutils/binutils-cross.inc |3 ++- 1 files changed, 2 insertions(+), 1 delet

Re: [OE-core] [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue

2011-06-14 Thread Saul Wold
On 06/14/2011 07:33 PM, Cui, Dexuan wrote: Saul Wold wrote: On 06/14/2011 12:48 AM, Koen Kooi wrote: To be clear: does the PR bump fix the issues or was there a fix earlier that lacked a PR bump? The fix was earlier and lacked the PR bump to these recipes. Sorry for the issue and thanks Saul

Re: [OE-core] [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue

2011-06-14 Thread Cui, Dexuan
Saul Wold wrote: > On 06/14/2011 12:48 AM, Koen Kooi wrote: >> To be clear: does the PR bump fix the issues or was there a fix >> earlier that lacked a PR bump? >> > The fix was earlier and lacked the PR bump to these recipes. Sorry for the issue and thanks Saul for the fix! I knew the issue but

Re: [OE-core] [PATCH 0/1] Upgrade gcc 4.6.0 to latest on FSF 4.6 branch

2011-06-14 Thread Khem Raj
On 06/14/2011 05:37 AM, Richard Purdie wrote: On Tue, 2011-06-14 at 10:28 +0100, Phil Blundell wrote: On Mon, 2011-06-13 at 10:12 -0700, Khem Raj wrote: On Mon, Jun 13, 2011 at 1:51 AM, Phil Blundell wrote: On Sun, 2011-06-12 at 21:03 -0700, Khem Raj wrote: This patch brings in new patches f

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Khem Raj
On Tue, Jun 14, 2011 at 2:44 PM, Koen Kooi wrote: > > Op 14 jun 2011, om 23:40 heeft Khem Raj het volgende geschreven: > >> On Tue, Jun 14, 2011 at 2:32 PM, Koen Kooi >> wrote: >>> >>> Op 14 jun 2011, om 23:24 heeft Richard Purdie het volgende geschreven: >>> On Tue, 2011-06-14 at 14:13 -07

[OE-core] [PATCH] systemtap: remove non-core COMPATIBLE_MACHINES

2011-06-14 Thread Tom Zanussi
Systemtap only supports x86, x86-64 and powerpc at this point. v2: updated to reflect comments from Koen Kooi and Phil Blundell to use COMPATIBLE_HOST instead. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/systemtap/systemtap_git.bb |5 +++-- 1 files changed, 3 insertions(+), 2 del

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 23:40 heeft Khem Raj het volgende geschreven: > On Tue, Jun 14, 2011 at 2:32 PM, Koen Kooi wrote: >> >> Op 14 jun 2011, om 23:24 heeft Richard Purdie het volgende geschreven: >> >>> On Tue, 2011-06-14 at 14:13 -0700, Khem Raj wrote: Signed-off-by: Khem Raj --- >>>

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Khem Raj
On Tue, Jun 14, 2011 at 2:32 PM, Koen Kooi wrote: > > Op 14 jun 2011, om 23:24 heeft Richard Purdie het volgende geschreven: > >> On Tue, 2011-06-14 at 14:13 -0700, Khem Raj wrote: >>> Signed-off-by: Khem Raj >>> --- >>> meta/classes/allarch.bbclass |    5 +++-- >>> 1 files changed, 3 insertions(

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Khem Raj
On Tue, Jun 14, 2011 at 2:33 PM, Koen Kooi wrote: > > Op 14 jun 2011, om 23:32 heeft Khem Raj het volgende geschreven: > >> On Tue, Jun 14, 2011 at 2:24 PM, Richard Purdie >> wrote: >>> On Tue, 2011-06-14 at 14:13 -0700, Khem Raj wrote: Signed-off-by: Khem Raj ---  meta/classes/al

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 23:32 heeft Khem Raj het volgende geschreven: > On Tue, Jun 14, 2011 at 2:24 PM, Richard Purdie > wrote: >> On Tue, 2011-06-14 at 14:13 -0700, Khem Raj wrote: >>> Signed-off-by: Khem Raj >>> --- >>> meta/classes/allarch.bbclass |5 +++-- >>> 1 files changed, 3 insertions

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 23:24 heeft Richard Purdie het volgende geschreven: > On Tue, 2011-06-14 at 14:13 -0700, Khem Raj wrote: >> Signed-off-by: Khem Raj >> --- >> meta/classes/allarch.bbclass |5 +++-- >> 1 files changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/meta/classes/allarch.

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-14 Thread Tom Zanussi
On Tue, 2011-06-14 at 14:08 -0700, Koen Kooi wrote: > Op 14 jun 2011, om 22:20 heeft Tom Zanussi het volgende geschreven: > > > On Tue, 2011-06-14 at 00:40 -0700, Koen Kooi wrote: > >> Op 13 jun 2011, om 23:30 heeft Richard Purdie het volgende geschreven: > >> > >>> On Mon, 2011-06-13 at 22:36 +0

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Khem Raj
On Tue, Jun 14, 2011 at 2:24 PM, Richard Purdie wrote: > On Tue, 2011-06-14 at 14:13 -0700, Khem Raj wrote: >> Signed-off-by: Khem Raj >> --- >>  meta/classes/allarch.bbclass |    5 +++-- >>  1 files changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/meta/classes/allarch.bbclass b/meta/c

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Richard Purdie
On Tue, 2011-06-14 at 14:13 -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta/classes/allarch.bbclass |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass > index e3ac392..b9ba28b 100644 > --- a/

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 23:13 heeft Khem Raj het volgende geschreven: > PACKAGE_ARCH is set to BASE_PACKAGE_ARCH so we do not > need to define it here since we already define BASE_PACKAGE_ARCH > > angstrom sets FEED_ARCH like > > FEED_ARCH ?= "${BASE_PACKAGE_ARCH}" > > and 'all' doesnt go well for

[OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Khem Raj
PACKAGE_ARCH is set to BASE_PACKAGE_ARCH so we do not need to define it here since we already define BASE_PACKAGE_ARCH angstrom sets FEED_ARCH like FEED_ARCH ?= "${BASE_PACKAGE_ARCH}" and 'all' doesnt go well for FEED_ARCH as it ends up with parsing error for x86 machines. This might be a laten

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 22:20 heeft Tom Zanussi het volgende geschreven: > On Tue, 2011-06-14 at 00:40 -0700, Koen Kooi wrote: >> Op 13 jun 2011, om 23:30 heeft Richard Purdie het volgende geschreven: >> >>> On Mon, 2011-06-13 at 22:36 +0200, Koen Kooi wrote: Op 13 jun 2011, om 22:28 heeft Saul

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-14 Thread Tom Zanussi
On Tue, 2011-06-14 at 00:40 -0700, Koen Kooi wrote: > Op 13 jun 2011, om 23:30 heeft Richard Purdie het volgende geschreven: > > > On Mon, 2011-06-13 at 22:36 +0200, Koen Kooi wrote: > >> Op 13 jun 2011, om 22:28 heeft Saul Wold het volgende geschreven: > >> > >>> On 06/13/2011 11:31 AM, Koen Koo

[OE-core] [PATCH] eglibc: bump PR for SRCREV changes

2011-06-14 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- meta/recipes-core/eglibc/eglibc_2.13.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb index fe2f51d..f858b

Re: [OE-core] [PATCH] eglibc_2.12.bb: Remove already upstreamed fix-for-make-3.82.diff

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 20:53 heeft Khem Raj het volgende geschreven: > This patch is already applied to eglibc 2.12 branch as seen here > http://www.eglibc.org/cgi-bin/viewcvs.cgi/branches/eglibc-2_12/libc/manual/Makefile?rev=12230&sortby=date&r2=12230&r1=10495 > > Signed-off-by: Khem Raj Acked-by

Re: [OE-core] [PATCH] eglibc_2.12.bb: Remove already upstreamed fix-for-make-3.82.diff

2011-06-14 Thread Koen Kooi
Testing it now Op 14 jun 2011, om 20:53 heeft Khem Raj het volgende geschreven: > This patch is already applied to eglibc 2.12 branch as seen here > http://www.eglibc.org/cgi-bin/viewcvs.cgi/branches/eglibc-2_12/libc/manual/Makefile?rev=12230&sortby=date&r2=12230&r1=10495 > > Signed-off-by: Khem

[OE-core] [PATCH] eglibc_2.12.bb: Remove already upstreamed fix-for-make-3.82.diff

2011-06-14 Thread Khem Raj
This patch is already applied to eglibc 2.12 branch as seen here http://www.eglibc.org/cgi-bin/viewcvs.cgi/branches/eglibc-2_12/libc/manual/Makefile?rev=12230&sortby=date&r2=12230&r1=10495 Signed-off-by: Khem Raj --- .../eglibc/eglibc-2.12/fix-for-make-3.82.diff | 27

[OE-core] The Commit and Patch Message Guidelines -- Approved

2011-06-14 Thread Mark Hatle
On behalf of the Technical Steering Committee, I am happy to announce the approval of the final version of the Commit and Patch Message Guidelines. Thank you to everyone who contributed to document. If anyone has any questions, comments or concerns feel free to let me or any of the other TSC mem

Re: [OE-core] [PATCH 1/1] eglibc 2.12/2.13: Upgrade SRCREV

2011-06-14 Thread Khem Raj
On Tue, Jun 14, 2011 at 9:07 AM, Koen Kooi wrote: > It seems that this broke do_patch, could you have a look at it please? > for 2.13 its ok on my build box right now. Let me try 2.12 > Op 13 jun 2011, om 08:10 heeft Khem Raj het volgende geschreven: > >> We need http://www.eglibc.org/archives/p

[OE-core] [PATCH 0/2] sudo upgrade

2011-06-14 Thread Scott Garman
Hello, Here's a recipe upgrade I squeezed in between some other things this morning. The following changes since commit 7aa7673459376aff911cef820c9417c998d1aa96: meta-yocto/linux-yocto: update to match the renamed linux-yocto recipes (2011-06-14 09:21:32 -0700) are available in the git repos

[OE-core] [PATCH 1/2] sudo: upgrade to v1.8.1p2

2011-06-14 Thread Scott Garman
Upgrading to the latest stable release of sudo. This version of sudo has reorganized its source code layout, hence the LIC_FILES_CHKSUM related changes. Also, some of the individual .c files we checksummed (nonunix.h, vasgroups.c) are no longer shipped with the sources. Finally, an embedded copy o

[OE-core] [PATCH 2/2] distro_tracking: update sudo tracking info

2011-06-14 Thread Scott Garman
Signed-off-by: Scott Garman --- .../conf/distro/include/distro_tracking_fields.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index f4aa1ea..d70d746 1006

Re: [OE-core] [PATCH 1/1] eglibc 2.12/2.13: Upgrade SRCREV

2011-06-14 Thread Koen Kooi
It seems that this broke do_patch, could you have a look at it please? Op 13 jun 2011, om 08:10 heeft Khem Raj het volgende geschreven: > We need http://www.eglibc.org/archives/patches/msg00923.html > to get through the problem we see when OPTION_EGLIBC_RTLD_DEBUG > is disabled. This patch has be

[OE-core] eglibc patching fails

2011-06-14 Thread Koen Kooi
Hi, After todays update with a clean build from scratch: ERROR: Logfile of failure stored in: /OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/eglibc-2.12-r14/temp/log.do_patch.14168 Log data follows: | NOTE: Applying patch 'eglibc-svn-arm-lowlevellock-include-tls

Re: [OE-core] [PATCH RFC] binutils: allow distro to select gold as default cross-linker

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 17:30 heeft Phil Blundell het volgende geschreven: > This is not particularly pretty but I couldn't think of any obviously > better way of doing it. Any suggestions? > > Signed-off-by: Phil Blundell > --- > meta/recipes-devtools/binutils/binutils-cross.inc |3 ++- > 1 fil

[OE-core] [PATCH RFC] binutils: allow distro to select gold as default cross-linker

2011-06-14 Thread Phil Blundell
This is not particularly pretty but I couldn't think of any obviously better way of doing it. Any suggestions? Signed-off-by: Phil Blundell --- meta/recipes-devtools/binutils/binutils-cross.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/binu

Re: [OE-core] [RFC] qemu* kernel configs

2011-06-14 Thread Bruce Ashfield
On Mon, Jun 13, 2011 at 10:41 AM, Koen Kooi wrote: > > Op 13 jun 2011, om 15:57 heeft Bruce Ashfield het volgende geschreven: > >> On Mon, Jun 13, 2011 at 9:27 AM, Koen Kooi >> wrote: >>> >>> Op 13 jun 2011, om 14:54 heeft Bruce Ashfield het volgende geschreven: >>> On Mon, Jun 13, 2011 at

Re: [OE-core] [PATCH 0/1] Upgrade gcc 4.6.0 to latest on FSF 4.6 branch

2011-06-14 Thread Phil Blundell
On Sun, 2011-06-12 at 21:03 -0700, Khem Raj wrote: > This patch brings in new patches from gcc 4.6 FSF branch > And refreshes the headers of existing backported patches > to not have git patch numbers in comments > > I am not sending the patch itself to mailing list due to its > large size so plea

Re: [OE-core] [PATCH] Recipe for util-linux-2.19.1

2011-06-14 Thread Chris Elston
> Chris, Saul updated to 2.19.1 two weeks ago: > > http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=596e6807826c34a4f93d7cb26052d1bd7a985201 > > It doesn't seem to have the vercmp change you mentioned, could you try to > rebase your changes against that? Thanks for pointing me

Re: [OE-core] [CONSOLIDATED PULL 21/51] alsa-tools: fix Checksums

2011-06-14 Thread Saul Wold
On 06/14/2011 02:31 AM, Phil Blundell wrote: On Tue, 2011-06-14 at 01:01 -0700, Saul Wold wrote: +EXTRA_OEFLAGS = "--host ${HOST_SYS}" This change isn't mentioned in the checkin comment and, as far as I can tell, setting that variable isn't going to produce any useful effect. Can you clarify w

Re: [OE-core] [PATCH] Recipe for util-linux-2.19.1

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 16:10 heeft Chris Elston het volgende geschreven: > Add a recipe for util-linux-2.19.1. > > Since 2.19 util-linux has dropped the '-ng' part of the package > filename / extracted directory name. So util-linux.inc now uses > base_version_less_or_equal to insert this string if

[OE-core] [PATCH] Recipe for util-linux-2.19.1

2011-06-14 Thread Chris Elston
Add a recipe for util-linux-2.19.1. Since 2.19 util-linux has dropped the '-ng' part of the package filename / extracted directory name. So util-linux.inc now uses base_version_less_or_equal to insert this string if required. This caused a deprecation warning for bb.vercmp, so changed that to b

Re: [OE-core] [*RFC CONSOLIDATED PULL RFC* 03/23] git: restore the dependency on perl-native

2011-06-14 Thread Richard Purdie
On Tue, 2011-06-14 at 14:01 +0100, Phil Blundell wrote: > On Tue, 2011-06-14 at 13:53 +0100, Phil Blundell wrote: > > On Sun, 2011-06-12 at 23:54 -0700, Saul Wold wrote: > > > -inherit autotools > > > +inherit autotools perlnative > > > > This broke the tree for me. Now I get: > > > > NOTE: Out

Re: [OE-core] [*RFC CONSOLIDATED PULL RFC* 03/23] git: restore the dependency on perl-native

2011-06-14 Thread Phil Blundell
On Tue, 2011-06-14 at 13:53 +0100, Phil Blundell wrote: > On Sun, 2011-06-12 at 23:54 -0700, Saul Wold wrote: > > -inherit autotools > > +inherit autotools perlnative > > This broke the tree for me. Now I get: > > NOTE: Out of date cache found, rebuilding... > ERROR: Could not inherit file > cla

Re: [OE-core] [CONSOLIDATED PULL 00/51] 14-June-2011

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 14:30 heeft Richard Purdie het volgende geschreven: > Koen Kooi (2): >> qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them > > This needs more discussion as it forces users to build two image types > and I'm not sure that every user will appreciate this. If th

Re: [OE-core] [*RFC CONSOLIDATED PULL RFC* 03/23] git: restore the dependency on perl-native

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 14:53 heeft Phil Blundell het volgende geschreven: > On Sun, 2011-06-12 at 23:54 -0700, Saul Wold wrote: >> -inherit autotools >> +inherit autotools perlnative > > This broke the tree for me. Now I get: > > NOTE: Out of date cache found, rebuilding... > ERROR: Could not inhe

Re: [OE-core] [*RFC CONSOLIDATED PULL RFC* 03/23] git: restore the dependency on perl-native

2011-06-14 Thread Phil Blundell
On Sun, 2011-06-12 at 23:54 -0700, Saul Wold wrote: > -inherit autotools > +inherit autotools perlnative This broke the tree for me. Now I get: NOTE: Out of date cache found, rebuilding... ERROR: Could not inherit file classes/perlnative.bbclass### | ETA:

Re: [OE-core] [PATCH 0/1] Upgrade gcc 4.6.0 to latest on FSF 4.6 branch

2011-06-14 Thread Richard Purdie
On Tue, 2011-06-14 at 10:28 +0100, Phil Blundell wrote: > On Mon, 2011-06-13 at 10:12 -0700, Khem Raj wrote: > > On Mon, Jun 13, 2011 at 1:51 AM, Phil Blundell wrote: > > > On Sun, 2011-06-12 at 21:03 -0700, Khem Raj wrote: > > >> This patch brings in new patches from gcc 4.6 FSF branch > > >> And

Re: [OE-core] [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue

2011-06-14 Thread Richard Purdie
On Tue, 2011-06-14 at 09:48 +0200, Koen Kooi wrote: > To be clear: does the PR bump fix the issues or was there a fix > earlier that lacked a PR bump? Fix earlier that lacked PR bumps and is catching a few people out. Cheers, Richard > Op 13 jun 2011, om 23:30 heeft Saul Wold het volgende gesch

Re: [OE-core] [CONSOLIDATED PULL 00/51] 14-June-2011

2011-06-14 Thread Richard Purdie
Hi Saul, I did a merge of the "easy" ones in this series. There are some I've left pending a little further review or feedback. On Tue, 2011-06-14 at 01:01 -0700, Saul Wold wrote: > This has number fixes for various issues along with recipe updates. > While the autobuidler does not look so great,

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-14 Thread Richard Purdie
On Tue, 2011-06-14 at 08:44 +0100, Phil Blundell wrote: > On Mon, 2011-06-13 at 15:10 -0700, Tom Rini wrote: > > Until then, and even afterwards can we please get some testing of > > non-poky builds done? I know the autobuilder is full but can't we toss > > a few things onto a personal box and try

Re: [OE-core] [PATCH] runqemu: take TMPDIR from bitbake

2011-06-14 Thread Anders Darander
On Tue, Jun 14, 2011 at 12:35, Phil Blundell wrote: > On Tue, 2011-06-14 at 12:33 +0200, Anders Darander wrote: >> Sure, if we need multiple variables, we'll save time by only invoking >> bitbake (and parse all configs, etc) once. On the other hand, have we >> then gained anything, as compared to

Re: [OE-core] [PATCH] runqemu: take TMPDIR from bitbake

2011-06-14 Thread Phil Blundell
On Tue, 2011-06-14 at 12:33 +0200, Anders Darander wrote: > Sure, if we need multiple variables, we'll save time by only invoking > bitbake (and parse all configs, etc) once. On the other hand, have we > then gained anything, as compared to 'bitbake -e'? Sure, we'll reduce > the output, by only out

Re: [OE-core] [PATCH] runqemu: take TMPDIR from bitbake

2011-06-14 Thread Anders Darander
On Tue, Jun 14, 2011 at 11:25, Yury Bushmelev wrote: > 2011/6/14 Anders Darander : >> On Tue, Jun 14, 2011 at 00:22, Yury Bushmelev wrote: >>> Getting some variable from bitbake is frequently used task. May be our >>> bitbake people will add some special mode to bitbake for this? E.b. >>> like bs

Re: [OE-core] [PATCH] runqemu: take TMPDIR from bitbake

2011-06-14 Thread Yury Bushmelev
2011/6/14 Anders Darander : > On Tue, Jun 14, 2011 at 00:22, Yury Bushmelev wrote: >> 2011/6/13 Anders Darander : >>> +        # We have bitbake in PATH, get TMPDIR from bitbake >>> +        TMPDIR=`bitbake -e | grep TMPDIR=\" | cut -d '=' -f2 | cut -d '"' >>> -f2` >> >> This change inspired me j

Re: [OE-core] [PATCH 0/1] Upgrade gcc 4.6.0 to latest on FSF 4.6 branch

2011-06-14 Thread Koen Kooi
Op 14 jun 2011, om 11:28 heeft Phil Blundell het volgende geschreven: > On Mon, 2011-06-13 at 10:12 -0700, Khem Raj wrote: >> On Mon, Jun 13, 2011 at 1:51 AM, Phil Blundell wrote: >>> On Sun, 2011-06-12 at 21:03 -0700, Khem Raj wrote: This patch brings in new patches from gcc 4.6 FSF branch

Re: [OE-core] [PATCH] allarch.bbclass: Set FEED_ARCH to 'allarch'

2011-06-14 Thread Phil Blundell
On Mon, 2011-06-13 at 22:25 -0700, Khem Raj wrote: > PACKAGE_ARCH is set to BASE_PACKAGE_ARCH so we do not > need to define it here since we already define BASE_PACKAGE_ARCH > > Additionally set FEED_ARCH to 'allarch' some distros e.g. > angstrom sets FEED_ARCH like > > FEED_ARCH ?= "${BASE_PACKA

Re: [OE-core] [CONSOLIDATED PULL 21/51] alsa-tools: fix Checksums

2011-06-14 Thread Phil Blundell
On Tue, 2011-06-14 at 01:01 -0700, Saul Wold wrote: > +EXTRA_OEFLAGS = "--host ${HOST_SYS}" This change isn't mentioned in the checkin comment and, as far as I can tell, setting that variable isn't going to produce any useful effect. Can you clarify what's going on here? p. ___

Re: [OE-core] [PATCH 0/1] Upgrade gcc 4.6.0 to latest on FSF 4.6 branch

2011-06-14 Thread Phil Blundell
On Mon, 2011-06-13 at 10:12 -0700, Khem Raj wrote: > On Mon, Jun 13, 2011 at 1:51 AM, Phil Blundell wrote: > > On Sun, 2011-06-12 at 21:03 -0700, Khem Raj wrote: > >> This patch brings in new patches from gcc 4.6 FSF branch > >> And refreshes the headers of existing backported patches > >> to not

Re: [OE-core] [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue

2011-06-14 Thread Saul Wold
On 06/14/2011 12:48 AM, Koen Kooi wrote: To be clear: does the PR bump fix the issues or was there a fix earlier that lacked a PR bump? The fix was earlier and lacked the PR bump to these recipes. Sau! Op 13 jun 2011, om 23:30 heeft Saul Wold het volgende geschreven: Signed-off-by: Saul W

Re: [OE-core] [PATCH 1/1] gupnp: upgrade from 0.16.0 to 0.16.1

2011-06-14 Thread Mei, Lei
>-Original Message- >From: openembedded-core-boun...@lists.openembedded.org >[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >Koen Kooi >Sent: Tuesday, June 14, 2011 3:46 PM >To: Patches and discussions about the oe-core layer >Subject: Re: [OE-core] [PATCH 1/1] gup

[OE-core] [CONSOLIDATED PULL 33/51] inputproto: upgrade from 2.0.1 to the latest version 2.0.2

2011-06-14 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../{inputproto_2.0.1.bb => inputproto_2.0.2.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{inputproto_2.0.1.bb => inputproto_2.0.2.bb} (78%) diff --git a/meta/recipes-graphics/xorg-p

[OE-core] [CONSOLIDATED PULL 42/51] base-files: Inherit toolchain dependencies as a compiler isn't used

2011-06-14 Thread Saul Wold
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-core/base-files/base-files_3.0.14.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb index 4445081

[OE-core] [CONSOLIDATED PULL 35/51] libxext: upgrade from 1.2.0 to the latest version 1.3.0

2011-06-14 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../{libxext_1.2.0.bb => libxext_1.3.0.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxext_1.2.0.bb => libxext_1.3.0.bb} (76%) diff --git a/meta/recipes-graphics/xorg-lib/lib

[OE-core] [CONSOLIDATED PULL 34/51] pixman: upgrade from 0.20.2 to the latest stable 0.22.0

2011-06-14 Thread Saul Wold
From: Dexuan Cui Update LIC_FILES_CHKSUM: 1) COPYING: only format change; no actual license change. 2) 0.22.0 doesn't have pixman-x64-mmx-emulation.h, so let's remove it. Signed-off-by: Dexuan Cui --- .../{pixman_0.20.2.bb => pixman_0.22.0.bb} |8 1 files changed, 4 insert

[OE-core] [CONSOLIDATED PULL 41/51] usbinit: Inherit allarch as its a generic script

2011-06-14 Thread Saul Wold
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-bsp/usbinit/usbinit.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/usbinit/usbinit.bb b/meta/recipes-bsp/usbinit/usbinit.bb index 834649b..6170362 100644 --- a/meta/recipes-bsp/

[OE-core] [CONSOLIDATED PULL 50/51] autoconf/automake: Bump PR to resolve perl-native issue

2011-06-14 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/autoconf/autoconf_2.68.bb |2 +- meta/recipes-devtools/automake/automake.inc |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoc

[OE-core] [CONSOLIDATED PULL 46/51] initrdscripts: Inhibit compiler/libc dependencies as this is just a configuration file

2011-06-14 Thread Saul Wold
From: Richard Purdie Signed-off-by: Richard Purdie --- .../initrdscripts/initramfs-live-install_1.0.bb|1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-inst

[OE-core] [CONSOLIDATED PULL 40/51] keymaps: Inhibit toolchain dependencies as its just configuration files

2011-06-14 Thread Saul Wold
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-bsp/keymaps/keymaps_1.0.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb index 4683fa1..23a3051 100644 --- a/meta/re

[OE-core] [CONSOLIDATED PULL 44/51] initscripts: makedevs is no longer used anywhere so drop dependency. Also inhibit compiler/libc dependencies as they're unused

2011-06-14 Thread Saul Wold
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-core/initscripts/initscripts_1.0.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb index 720c25

[OE-core] [CONSOLIDATED PULL 38/51] pointercal: Inhibit toolchain dependencies as its just config files

2011-06-14 Thread Saul Wold
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-bsp/pointercal/pointercal_0.0.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-bsp/pointercal/pointercal_0.0.bb b/meta/recipes-bsp/pointercal/pointercal_0.0.bb index 069d850..c8233ea 100

[OE-core] [CONSOLIDATED PULL 32/51] glproto: upgrade from 1.4.12 to the latest version 1.4.13

2011-06-14 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../{glproto_1.4.12.bb => glproto_1.4.13.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{glproto_1.4.12.bb => glproto_1.4.13.bb} (77%) diff --git a/meta/recipes-graphics/xorg-proto

[OE-core] [CONSOLIDATED PULL 29/51] util-macros: upgrade from 1.13.0 to the latest version 0.14.0

2011-06-14 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- ...util-macros_1.13.0.bb => util-macros_1.14.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.13.0.bb => util-macros_1.14.0.bb} (79%) diff --git a/meta/recipes-graphics/xor

[OE-core] [CONSOLIDATED PULL 39/51] formfactor: Inhibit toolchain dependencies as its just config files

2011-06-14 Thread Saul Wold
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-bsp/formfactor/formfactor_0.0.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb index 28624a6..abf20e0 100

[OE-core] [CONSOLIDATED PULL 48/51] nativesdk.bbclass: Correct ordering of manipulations

2011-06-14 Thread Saul Wold
From: Richard Purdie OVERDIDES is the key variable that needs to be set prior to data finalisation. The other variables should be manipulated after finalisation so any DEPENDS_prepend and _append are accounted for. This patch ensures this is the case. The PACKAGES maniupulations are not enabled

[OE-core] [CONSOLIDATED PULL 36/51] libxi: upgrade from 1.4.2 to the latest version 1.4.3

2011-06-14 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../xorg-lib/{libxi_1.4.2.bb => libxi_1.4.3.bb}|6 -- 1 files changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxi_1.4.2.bb => libxi_1.4.3.bb} (80%) diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.

[OE-core] [CONSOLIDATED PULL 37/51] distro_tracking_fields.inc: update the info for the following recipes

2011-06-14 Thread Saul Wold
From: Dexuan Cui screen: remove the duplicate info tcf-agent: update MANUAL_CHECK_DATE gnome-doc-utils startup-notification util-macros liberation-fonts resourceproto dri2proto glproto inputproto pixman libxext libxi xcb-util Signed-off-by: Dexuan Cui --- .../conf/distro/include/distro_trackin

[OE-core] [CONSOLIDATED PULL 47/51] task-sdk-host: Add nativesdk to the task name so its clearer what the contents of the task represent

2011-06-14 Thread Saul Wold
From: Richard Purdie This is particularly important since the file doens't use BBCLASSEXTEND and PN is therefore misleading Signed-off-by: Richard Purdie --- meta/classes/populate_sdk.bbclass |2 +- ...task-sdk-host.bb => task-sdk-host-nativesdk.bb} |0 meta/recipes-qt

[OE-core] [CONSOLIDATED PULL 31/51] dri2proto: upgrade from 2.3 to the latest version 2.4

2011-06-14 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- .../{dri2proto_2.3.bb => dri2proto_2.4.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{dri2proto_2.3.bb => dri2proto_2.4.bb} (76%) diff --git a/meta/recipes-graphics/xorg-proto/d

[OE-core] [CONSOLIDATED PULL 43/51] poky-feed-opkg: Disable default toolchain dependencies as these are just configuration files

2011-06-14 Thread Saul Wold
From: Richard Purdie Signed-off-by: Richard Purdie --- .../feed-config/poky-feed-config-opkg_1.0.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/feed-config/poky-feed-config-opkg_1.0.bb b/meta/recipes-core/feed-config/poky-feed-config-opkg_1.

[OE-core] [CONSOLIDATED PULL 45/51] sysvinit-inittab: Inhibit compiler/libc dependencies as this is just a configuration file

2011-06-14 Thread Saul Wold
From: Richard Purdie Signed-off-by: Richard Purdie --- .../sysvinit/sysvinit-inittab_2.88dsf.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb in

[OE-core] [CONSOLIDATED PULL 51/51] runqemu: take TMPDIR from bitbake

2011-06-14 Thread Saul Wold
From: Anders Darander The old standard of using /home/anders/openembedded-core/build/tmp as TMPDIR do not work any longer, as - is appended to the real TMPDIR. Thus, always take TMPDIR from bitbake, unless TMPDIR is set in the environment. Signed-off-by: Anders Darander --- scripts/runqemu |

[OE-core] [CONSOLIDATED PULL 28/51] startup-notification: upgrade from 0.10 to the latest version 0.12

2011-06-14 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- ...cation_0.10.bb => startup-notification_0.12.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/startup-notification/{startup-notification_0.10.bb => startup-notification_0.12.bb} (87%) diff --git

[OE-core] [CONSOLIDATED PULL 27/51] gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6

2011-06-14 Thread Saul Wold
From: Dexuan Cui Signed-off-by: Dexuan Cui --- ...c-utils_0.20.5.bb => gnome-doc-utils_0.20.6.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-gnome/gnome/{gnome-doc-utils_0.20.5.bb => gnome-doc-utils_0.20.6.bb} (56%) diff --git a/meta/recipes-gnome/gno

[OE-core] [CONSOLIDATED PULL 30/51] resourceproto: upgrade from 1.1.1 to the latest version 1.2.0

2011-06-14 Thread Saul Wold
From: Dexuan Cui Update LIC_FILES_CHKSUM due to the only change: + Copyright (c) 2002 XFree86 Inc Signed-off-by: Dexuan Cui --- ...sourceproto_1.1.1.bb => resourceproto_1.2.0.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-proto/{resource

[OE-core] [CONSOLIDATED PULL 26/51] recipes: update Upstream-Status for multiple recipes' patches

2011-06-14 Thread Saul Wold
From: Dexuan Cui lttng-ust gnome-doc-utils Signed-off-by: Dexuan Cui --- .../gnome/gnome-doc-utils/xsltproc_nonet.patch |2 +- .../lttng/lttng-ust/uclibc-sched_getcpu.patch |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-doc

[OE-core] [CONSOLIDATED PULL 24/51] eglibc: migrate configurability from oe

2011-06-14 Thread Saul Wold
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size All eglibc configuration options are included in conf/distro/include/default-distrovars.inc. Define DISTRO_FEATURES_LIBC and DISTRO_FEATURES in local.conf with the same way in local.conf.sample.extended to enable t

[OE-core] [CONSOLIDATED PULL 23/51] eglibc 2.12/2.13: Upgrade SRCREV

2011-06-14 Thread Saul Wold
From: Khem Raj We need http://www.eglibc.org/archives/patches/msg00923.html to get through the problem we see when OPTION_EGLIBC_RTLD_DEBUG is disabled. This patch has been backported to both 2.12 and 2.13 branches. We bump SRCREVs to have that change. Signed-off-by: Khem Raj --- meta/recipes-

[OE-core] [CONSOLIDATED PULL 21/51] alsa-tools: fix Checksums

2011-06-14 Thread Saul Wold
Signed-off-by: Saul Wold --- .../recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb index 4a65b91..4f71559 100644 -

[OE-core] [CONSOLIDATED PULL 25/51] tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian

2011-06-14 Thread Saul Wold
From: Dexuan Cui [YOCTO #1163] For some test I need to back to use gcc-4.5, so I changed GCCVERSION and SDKGCCVERSION to "4.5.1", but I found gcc-cross-canadian's 4.6.0, rather than 4.5.1, would be built! Finally I made this patch to fix the issue. Signed-off-by: Dexuan Cui --- meta/conf/dist

[OE-core] [CONSOLIDATED PULL 22/51] libx11-diet: Fixed checksum and rebase patch

2011-06-14 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb | 14 +++-- .../xorg-lib/libx11/X18NCMSstubs.diff | 62 +++ 2 files changed, 44 insertions(+), 32 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb b/meta/r

[OE-core] [CONSOLIDATED PULL 20/51] rxvt-unicode: Fix SRC_URI & LIC_FILES Checksum

2011-06-14 Thread Saul Wold
Signed-off-by: Saul Wold --- .../recipes-sato/rxvt-unicode/rxvt-unicode_9.11.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.11.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.11.bb index 9657e21..db18169 100644

[OE-core] [CONSOLIDATED PULL 15/51] uclibc: remove PACKAGE_ARCH

2011-06-14 Thread Saul Wold
From: Phil Blundell There is no good reason for uclibc to be machine specific. Remove local assignment to PACKAGE_ARCH so that it gets the default target architecture and bump PR for that change. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003064.html Signed-off-by: Phi

[OE-core] [CONSOLIDATED PULL 16/51] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them

2011-06-14 Thread Saul Wold
From: Koen Kooi The ext3 format is pretty much mandatory for qemu usage, so always create it. Signed-off-by: Koen Kooi --- meta/conf/machine/include/qemu.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/includ

[OE-core] [CONSOLIDATED PULL 18/51] update-alternatives-dpkg: Fix SRC_URI Checksum

2011-06-14 Thread Saul Wold
Signed-off-by: Saul Wold --- .../update-alternatives-dpkg_1.16.0.3.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.16.0.3.bb b/meta/recipes-devtools/update-alternatives/update-alternat

[OE-core] [CONSOLIDATED PULL 19/51] jsib-glib: Fix SRC_URI Checksum

2011-06-14 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-gnome/json-glib/json-glib_0.12.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/json-glib/json-glib_0.12.4.bb b/meta/recipes-gnome/json-glib/json-glib_0.12.4.bb index 2b8bdf6..5bd9dcd 100644 --- a/meta/rec

[OE-core] [CONSOLIDATED PULL 11/51] uclibc.inc: libsegfault is only RPROVIDED by uclibc

2011-06-14 Thread Saul Wold
From: Khem Raj Using ${PN} also means that uclibc-initial gets to provide it which we do not want Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/uclibc.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/u

  1   2   >