Re: [OE-core] elfutils - missing dependency on bzip2?

2012-02-26 Thread Martin Jansa
On Sun, Feb 26, 2012 at 10:30:04PM -0800, Steve Sakoman wrote: > On Sun, Feb 26, 2012 at 4:34 PM, Steve Sakoman wrote: > > On Sun, Feb 26, 2012 at 3:24 PM, Richard Purdie wrote: > >> On Sun, 2012-02-26 at 09:25 -0800, Steve Sakoman wrote: > >>> After a pull this morning the rebuild if elfutils fa

Re: [OE-core] elfutils - missing dependency on bzip2?

2012-02-26 Thread Steve Sakoman
On Sun, Feb 26, 2012 at 4:34 PM, Steve Sakoman wrote: > On Sun, Feb 26, 2012 at 3:24 PM, Richard Purdie wrote: >> On Sun, 2012-02-26 at 09:25 -0800, Steve Sakoman wrote: >>> After a pull this morning the rebuild if elfutils fails with: >>> >>> | /usr/bin/ld: cannot find -lbz2 >>> | collect2: ld r

Re: [OE-core] elfutils - missing dependency on bzip2?

2012-02-26 Thread Steve Sakoman
On Sun, Feb 26, 2012 at 3:24 PM, Richard Purdie wrote: > On Sun, 2012-02-26 at 09:25 -0800, Steve Sakoman wrote: >> After a pull this morning the rebuild if elfutils fails with: >> >> | /usr/bin/ld: cannot find -lbz2 >> | collect2: ld returned 1 exit status >> | make[3]: *** [libdw.so] Error 1 >>

Re: [OE-core] [PATCH 1/4] qt4: fix compile error in Qt 4.8.0 with gcc 4.6

2012-02-26 Thread Paul Eggleton
On Monday 27 February 2012 00:05:53 Koen Kooi wrote: > It's useful for people like me that have a custom PATCHTOOL that uses > git-am. It also makes git am -3 work when updating to a newer version. OK, I've done this and pushed a new branch. I'm not going to send a new patch series though unless

Re: [OE-core] elfutils - missing dependency on bzip2?

2012-02-26 Thread Richard Purdie
On Sun, 2012-02-26 at 09:25 -0800, Steve Sakoman wrote: > After a pull this morning the rebuild if elfutils fails with: > > | /usr/bin/ld: cannot find -lbz2 > | collect2: ld returned 1 exit status > | make[3]: *** [libdw.so] Error 1 > | make[3]: Leaving directory > `/media/Work/yocto/tmp/work/i686

Re: [OE-core] [PATCH 1/4] qt4: fix compile error in Qt 4.8.0 with gcc 4.6

2012-02-26 Thread Koen Kooi
Op 26 feb. 2012, om 23:59 heeft Paul Eggleton het volgende geschreven: > On Sunday 26 February 2012 23:55:25 Koen Kooi wrote: >>> +Upstream-Status: Inappropriate [configuration] >>> + >>> +Signed-off-by: Paul Eggleton >> >> Can I bribe you to make those proper git patches? :) > > Is it useful

Re: [OE-core] bitbake parsing of IMAGE_INSTALL += # tslib mtd-utils" extremely user unfriendly.

2012-02-26 Thread Richard Purdie
On Sun, 2012-02-26 at 20:35 +0100, Leon Woestenberg wrote: > On Sun, Feb 26, 2012 at 2:06 PM, Richard Purdie > wrote: > On Mon, 2012-02-20 at 23:00 +0100, Leon Woestenberg wrote: > > bitbake can really braindump on us when we insert typo's. > The result > > of bitb

Re: [OE-core] [PATCH] arch-armv7.inc: fix quoting

2012-02-26 Thread Richard Purdie
On Sun, 2012-02-26 at 23:53 +0100, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/conf/machine/include/arm/arch-armv7.inc |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/conf/machine/include/arm/arch-armv7.inc > b/meta/conf/machine/include/arm

Re: [OE-core] [PATCH 1/4] qt4: fix compile error in Qt 4.8.0 with gcc 4.6

2012-02-26 Thread Paul Eggleton
On Sunday 26 February 2012 23:55:25 Koen Kooi wrote: > > +Upstream-Status: Inappropriate [configuration] > > + > > +Signed-off-by: Paul Eggleton > > Can I bribe you to make those proper git patches? :) Is it useful given that it's not suitable for sending upstream? Cheers, Paul -- Paul Eggle

Re: [OE-core] [PATCH 1/4] qt4: fix compile error in Qt 4.8.0 with gcc 4.6

2012-02-26 Thread Koen Kooi
Op 26 feb. 2012, om 23:27 heeft Paul Eggleton het volgende geschreven: > Ensure the Qt configure script can can detect the compiler correctly as > g++. This fixes the following compile error with gcc 4.6: > > ./wtf/NullPtr.h:48:1: error: identifier 'nullptr' will become a keyword in > C++0x [-W

[OE-core] [PATCH] arch-armv7.inc: fix quoting

2012-02-26 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/conf/machine/include/arm/arch-armv7.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include/arm/arch-armv7.inc b/meta/conf/machine/include/arm/arch-armv7.inc index 98481aa..33d9f0d 100644 --- a/meta/conf/machine

Re: [OE-core] [bitbake-devel] [PATCH] bitbake/ConfHandler: Be more strict about variable quoting

2012-02-26 Thread Richard Purdie
On Sun, 2012-02-26 at 22:26 +0100, Martin Jansa wrote: > On Sun, Feb 26, 2012 at 01:04:25PM +, Richard Purdie wrote: > > [cross posted to OE-Core since this is a major change in behaviour but > > in my opinion, probably a good one] > > Agreed, missing quotes are hard to notice and easy to fix

Re: [OE-core] [PATCH] More quoting fixes

2012-02-26 Thread Richard Purdie
On Sun, 2012-02-26 at 22:53 +0100, Martin Jansa wrote: > * We have various variables which are either not quoted at all or are half > quoted. This patch fixes the bad exmaples so everything is consistent. > > Signed-off-by: Martin Jansa Merged to master, thanks. Richard

[OE-core] [PATCH 4/4] qt4-tools-nativesdk: improve and tidy up qmake build

2012-02-26 Thread Paul Eggleton
* Use the same method to build qmake as in the qt4 target recipes * We always have qmake from qt4-native so don't check if it exists - just skip the check like we do in the qt4 target recipes. This saves us a patch. * Replace qt4-tools-native in DEPENDS with qt4-native Signed-off-by: Paul Eggl

[OE-core] [PATCH 0/4] Qt4 qmake & other fixes

2012-02-26 Thread Paul Eggleton
This patchset enables building qmake for the target with other target utilities. I also fixed a couple of build failures in the process. In addition I've used the same method to build qmake in the qt4-tools-nativesdk recipe. This wasn't strictly necessary, however I think it would be good to be co

[OE-core] [PATCH 3/4] qt4-tools-nativesdk: fix build of 4.7.4

2012-02-26 Thread Paul Eggleton
Commit 4ccae37db1aa77a1d15098c3720ea6e2d383fbdc introduced a sed command line to modify a file that only exists in 4.8.0, thus do_configure of 4.7.4 was failing; so make this conditional upon the file existing. Signed-off-by: Paul Eggleton --- meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | 11 +

[OE-core] [PATCH 1/4] qt4: fix compile error in Qt 4.8.0 with gcc 4.6

2012-02-26 Thread Paul Eggleton
Ensure the Qt configure script can can detect the compiler correctly as g++. This fixes the following compile error with gcc 4.6: ./wtf/NullPtr.h:48:1: error: identifier 'nullptr' will become a keyword in C++0x [-Werror=c++0x-compat] Signed-off-by: Paul Eggleton --- meta/recipes-qt/qt4/qt-4.8.

[OE-core] [PATCH 2/4] qt4: build qmake for the target

2012-02-26 Thread Paul Eggleton
qmake was not being built at all (since we had the host version from qt4-native) and the default is to build for the host machine within configure. With a minor hack we can build qmake for the target as well, which is useful if you want to build Qt 4 software on an actual device. This is now instal

[OE-core] [PATCH] More quoting fixes

2012-02-26 Thread Martin Jansa
* We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa --- meta/classes/image.bbclass |4 ++-- meta/recipes-bsp/grub/grub-efi-native_1.99.bb |

Re: [OE-core] [bitbake-devel] [PATCH] bitbake/ConfHandler: Be more strict about variable quoting

2012-02-26 Thread Martin Jansa
On Sun, Feb 26, 2012 at 01:04:25PM +, Richard Purdie wrote: > [cross posted to OE-Core since this is a major change in behaviour but > in my opinion, probably a good one] Agreed, missing quotes are hard to notice and easy to fix in existing recipes with resonable error message provided by this

Re: [OE-core] [PATCH] bzip2: split into binary and library packages

2012-02-26 Thread Koen Kooi
Op 26 feb. 2012, om 18:27 heeft Andreas Oberritter het volgende geschreven: > On 25.02.2012 10:02, Koen Kooi wrote: >> >> Op 25 feb. 2012, om 02:19 heeft Andreas Oberritter het volgende geschreven: >> >>> * Create libbz2 (and -dev, -staticdev), which can be >>> installed without the bzip2 execu

Re: [OE-core] bitbake parsing of IMAGE_INSTALL += # tslib mtd-utils" extremely user unfriendly.

2012-02-26 Thread Leon Woestenberg
Hello Richard, On Sun, Feb 26, 2012 at 2:06 PM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Mon, 2012-02-20 at 23:00 +0100, Leon Woestenberg wrote: > > bitbake can really braindump on us when we insert typo's. The result > > of bitbake 1.14 parsing this one wasn't pleasant:

Re: [OE-core] [PATCH] bzip2: split into binary and library packages

2012-02-26 Thread Andreas Oberritter
On 25.02.2012 10:02, Koen Kooi wrote: > > Op 25 feb. 2012, om 02:19 heeft Andreas Oberritter het volgende geschreven: > >> * Create libbz2 (and -dev, -staticdev), which can be >> installed without the bzip2 executables. > > You need a PR bump for everything that links against libbz2 to ensure c

[OE-core] elfutils - missing dependency on bzip2?

2012-02-26 Thread Steve Sakoman
After a pull this morning the rebuild if elfutils fails with: | /usr/bin/ld: cannot find -lbz2 | collect2: ld returned 1 exit status | make[3]: *** [libdw.so] Error 1 | make[3]: Leaving directory `/media/Work/yocto/tmp/work/i686-linux/elfutils-native-0.148-r5/elfutils-0.148/libdw' If I build bzip

Re: [OE-core] bitbake parsing of IMAGE_INSTALL += # tslib mtd-utils" extremely user unfriendly.

2012-02-26 Thread Richard Purdie
On Mon, 2012-02-20 at 23:00 +0100, Leon Woestenberg wrote: > bitbake can really braindump on us when we insert typo's. The result > of bitbake 1.14 parsing this one wasn't pleasant: > > IMAGE_INSTALL += # tslib mtd-utils" > > (Yes, it's a typo. No, I wouldn't expect bitbake to give me that much >

[OE-core] [PATCH] bitbake/ConfHandler: Be more strict about variable quoting

2012-02-26 Thread Richard Purdie
[cross posted to OE-Core since this is a major change in behaviour but in my opinion, probably a good one] Currently, bitbake will accept variables in the forms: X = 1 X = '1 \ X = "1" X = '1' which will all set X=1. This patch removes the first two possibilities and makes quoting mandatory. Th

Re: [OE-core] [PATCH] glib: Drop dbus dependency, it isn't useful

2012-02-26 Thread Colin Walters
On Sun, 2012-02-26 at 07:30 -0500, Colin Walters wrote: > On Sat, 2012-02-25 at 15:57 +, Richard Purdie wrote: > > dbus is only needed for some of the glib tests which we don't use. We can > > therefore drop the dependency and gain some small parallelism gains. > > Maybe you want > https://bug

Re: [OE-core] [PATCH] glib: Drop dbus dependency, it isn't useful

2012-02-26 Thread Colin Walters
On Sat, 2012-02-25 at 15:57 +, Richard Purdie wrote: > dbus is only needed for some of the glib tests which we don't use. We can > therefore drop the dependency and gain some small parallelism gains. Maybe you want https://bugzilla.gnome.org/show_bug.cgi?id=667806#c4 Care to comment there tha

Re: [OE-core] bitbake parsing of IMAGE_INSTALL += # tslib mtd-utils" extremely user unfriendly.

2012-02-26 Thread Richard Purdie
On Thu, 2012-02-23 at 16:30 +0100, Eric Bénard wrote: > Hi Richard, > > Le Tue, 21 Feb 2012 12:56:14 +, > Richard Purdie a écrit : > > > > What was the output? (I realise I can find out) > > > > With usability issues like this, opening a bug in > > bugzilla.yoctoproject.org is a good idea,

Re: [OE-core] [PATCH/RFC] xorg-lib: don't build libs unless requested by DISTRO_FEATURES

2012-02-26 Thread Richard Purdie
On Fri, 2012-02-24 at 19:40 +0100, Andreas Oberritter wrote: > > Merged into OE-core > > > > Thanks > > Sau! > > Thanks! You've missed v2, though. See below for an incremental patch. I've merged the fixup, thanks. Richard ___ Openembedded-core m

Re: [OE-core] [oe-core][PATCHv2 0/5] Pending patches

2012-02-26 Thread Richard Purdie
On Sun, 2012-02-26 at 08:48 +0100, Martin Jansa wrote: > Patch 0003 depends on > http://patchwork.openembedded.org/patch/22047/ > > 0001 wasn't changed from v1, but still does apply. > > 0004/0005 is the same as I've sent as single patches to ML before. > > The following changes since commit c44