[OE-core] [PATCH 0/1] fix to bug 1086

2011-09-19 Thread Dexuan Cui
The following changes since commit 843f9af47ffccb7ffdf3039c560bc3e4c88175a2: sanity.bbclass: add a sanity check for KDE 4.x konsole in TERMCMD (2011-09-18 15:58:58 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/bug-1086 http://git.pokylinux.org/cgi

[OE-core] [PATCH 1/1] deb packages support: switch from /var/dpkg to /var/lib/dpkg

2011-09-19 Thread Dexuan Cui
[YOCTO #1086] The pach was backported from OE: http://git.openembedded.net/cgit.cgi/openembedded/commit/?id=41e0fbf792037f249d1b8d283b3de81718887c9f Signed-off-by: Dexuan Cui --- meta/classes/package_deb.bbclass | 10 +- meta/classes/populate_sdk_deb.bbclass

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-19 Thread Koen Kooi
Op 16 sep. 2011, om 15:11 heeft Otavio Salvador het volgende geschreven: > On Fri, Sep 16, 2011 at 09:22, Eric Bénard wrote: >> We could also say that qt 4.7.4 fix many qt 4.7.3 bugs and integrate the >> patch fixing this one and in the end get an improvement. > > It has a patch available that

[OE-core] [PATCH 2/3] libgnome-keyring: add libgcrypt to DEPENDS

2011-09-19 Thread Paul Eggleton
libgcrypt is a required dependency according to the configure script, so add it to DEPENDS. (This fixes a race condition when libgcrypt happens to be building at the same time as libgnome-keyring.) Signed-off-by: Paul Eggleton --- .../recipes-gnome/gnome/libgnome-keyring_2.32.0.bb |4 ++-- 1

[OE-core] [PATCH 3/3] freetype: disable bzip2 compressed font support

2011-09-19 Thread Paul Eggleton
If we do not disable this then it is enabled sometimes and disabled at others depending on whether bzip2 has been built at the time, and worst case it will cause a race condition if bzip2 is building at the same time. Signed-off-by: Paul Eggleton --- meta/recipes-graphics/freetype/freetype_2.4.6

[OE-core] [PATCH 0/3] Dependency fixes

2011-09-19 Thread Paul Eggleton
Fix three issues due to missing dependency race conditions as shown up on the autobuilder. The following changes since commit 7a0cbe6b0e5185aebabedc515b427994bc2a15dc: cooker.py: Fix key expansion issues in showVersions (2011-09-19 05:55:37 +0100) are available in the git repository at: git

[OE-core] [PATCH 1/3] libgcrypt: add libcap to DEPENDS

2011-09-19 Thread Paul Eggleton
We explicitly enable capabilities, so libcap is required. (This fixes a race condition when libcap happens to be building at the same time as libgcrypt.) Signed-off-by: Paul Eggleton --- meta/recipes-support/libgcrypt/libgcrypt.inc |2 +- meta/recipes-support/libgcrypt/libgcrypt_1.4.6.b

Re: [OE-core] [PATCH 3/3] freetype: disable bzip2 compressed font support

2011-09-19 Thread Henning Heinold
On Mon, Sep 19, 2011 at 11:58:36AM +0100, Paul Eggleton wrote: > If we do not disable this then it is enabled sometimes and disabled at > others depending on whether bzip2 has been built at the time, and worst > case it will cause a race condition if bzip2 is building at the same > time. > > Signe

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-19 Thread Otavio Salvador
On Mon, Sep 19, 2011 at 06:45, Koen Kooi wrote: > Send a patch that adds 4.7.4 with DEFAULT_PREFERENCE = -1, but leaves 4.7.3 > intact. > > That way people can migrate their bbappends without needing a flag day and it > also allows people to test 4.7.4 more easily before it gets made the default

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-19 Thread Koen Kooi
Op 19 sep. 2011, om 13:48 heeft Otavio Salvador het volgende geschreven: > On Mon, Sep 19, 2011 at 06:45, Koen Kooi wrote: >> Send a patch that adds 4.7.4 with DEFAULT_PREFERENCE = -1, but leaves 4.7.3 >> intact. >> >> That way people can migrate their bbappends without needing a flag day and

Re: [OE-core] [PATCH 0/3] Dependency fixes

2011-09-19 Thread Richard Purdie
On Mon, 2011-09-19 at 11:58 +0100, Paul Eggleton wrote: > Fix three issues due to missing dependency race conditions as shown up on > the autobuilder. > > The following changes since commit 7a0cbe6b0e5185aebabedc515b427994bc2a15dc: > > cooker.py: Fix key expansion issues in showVersions (2011-0

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-19 Thread Otavio Salvador
On Mon, Sep 19, 2011 at 09:09, Koen Kooi wrote: ... > I'd like to see 4.7.4 go in. Richard and Saul have made it clear that > removing 4.7.3 isn't going to happen before the release, so I'm trying make a > compromise here. Are you saying you would find it unacceptable for both 4.7.3 > and 4.7.4

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-19 Thread Richard Purdie
On Mon, 2011-09-19 at 09:25 -0300, Otavio Salvador wrote: > On Mon, Sep 19, 2011 at 09:09, Koen Kooi wrote: > ... > > I'd like to see 4.7.4 go in. Richard and Saul have made it clear that > > removing 4.7.3 isn't going to happen before the release, so I'm trying make > > a compromise here. Are y

Re: [OE-core] [PATCH 3/3] freetype: disable bzip2 compressed font support

2011-09-19 Thread Richard Purdie
On Mon, 2011-09-19 at 13:07 +0200, Henning Heinold wrote: > On Mon, Sep 19, 2011 at 11:58:36AM +0100, Paul Eggleton wrote: > > If we do not disable this then it is enabled sometimes and disabled at > > others depending on whether bzip2 has been built at the time, and worst > > case it will cause a

Re: [OE-core] [PATCH 0/3] Dependency fixes

2011-09-19 Thread Paul Eggleton
On Monday 19 September 2011 11:58:33 Paul Eggleton wrote: > Fix three issues due to missing dependency race conditions as shown up on > the autobuilder. > > The following changes since commit > 7a0cbe6b0e5185aebabedc515b427994bc2a15dc: > > cooker.py: Fix key expansion issues in showVersions (20

Re: [OE-core] armv6-novfp and armv6-vfp and tune files

2011-09-19 Thread Mark Hatle
On 9/17/11 11:13 AM, Denis 'GNUtoo' Carikli wrote: > hi, > I've an HTC Dream, it has an armv6 CPU but lack a vfp unit. > I want to add correct support for it in meta-smartphone/meta-htc. > In order to have a correct machine config that works a tune inc file > must be required in it. > > In openemb

[OE-core] [PATCH 0/1] Fix for combo-layer default hook script

2011-09-19 Thread Paul Eggleton
Otavio Salvador reported another issue with the hook script which I have fixed; the circumstances are briefly described in the patch. The following changes since commit 81274f4488fbc4d68d150870735ec0181b60b451: freetype: disable bzip2 compressed font support (2011-09-19 13:14:03 +0100) are ava

[OE-core] [PATCH 1/1] scripts/combo-layer: fix still overzealous regex in default hook script

2011-09-19 Thread Paul Eggleton
In the previous fix to this hook script (OE core revision e7aae45414e4597e9244f86a81fbc940f73785c8) a start-of-line (^) marker was missed, so if a commit had no Signed-off-by line but it contained an inner patch that did, the inner patch was modified causing a "corrupt patch" error. Signed-off-by:

Re: [OE-core] armv6-novfp and armv6-vfp and tune files

2011-09-19 Thread Koen Kooi
Op 19 sep. 2011, om 16:18 heeft Mark Hatle het volgende geschreven: > On 9/17/11 11:13 AM, Denis 'GNUtoo' Carikli wrote: >> hi, >> I've an HTC Dream, it has an armv6 CPU but lack a vfp unit. >> I want to add correct support for it in meta-smartphone/meta-htc. >> In order to have a correct machine

Re: [OE-core] [PATCH 0/1] texinfo - various fixes [v2]

2011-09-19 Thread Saul Wold
On 09/16/2011 04:28 PM, Joshua Lock wrote: The patch header has the long story, short story is that texinfo builds some native tools required to bootstrap itself when cross-compiling - however this adds some development requirements for the host. Since we require texinfo on the host to build thi

Re: [OE-core] [PATCH 0/2] Konsole handling

2011-09-19 Thread Saul Wold
On 09/16/2011 10:08 AM, Paul Eggleton wrote: The following changes since commit 20529035a4c0befb3c6bdbcb289a2de930fb143d: bugzilla.bbclass: add a class to report build problems to bugzilla (2011-09-16 17:36:27 +0100) are available in the git repository at: git://git.openembedded.org/open

Re: [OE-core] [PATCH 1/1] scripts/combo-layer: fix still overzealous regex in default hook script

2011-09-19 Thread Otavio Salvador
On Mon, Sep 19, 2011 at 11:20, Paul Eggleton wrote: > In the previous fix to this hook script (OE core revision > e7aae45414e4597e9244f86a81fbc940f73785c8) a start-of-line (^) marker was > missed, so if a commit had no Signed-off-by line but it contained an > inner patch that did, the inner patch

[OE-core] [PATCH 0/1] Fix avahi x11 dependency with non-GPLv3 Build

2011-09-19 Thread Saul Wold
This address an issue where a non-GPLv3 build was blocked due to the DISTRO_FEATURE of x11 being enabled. The following changes since commit 81274f4488fbc4d68d150870735ec0181b60b451: freetype: disable bzip2 compressed font support (2011-09-19 13:14:03 +0100) are available in the git repositor

[OE-core] [PATCH 1/1] avahi: Check for GPLv3 license and disable x11

2011-09-19 Thread Saul Wold
[YOCTO #1492] Since the non-GPLv3 build does not want gnome, which this will pull in by the default DISTRO_FEATURE x11 being set and enabling gtk for avahi, we filter x11 out of DISTRO_FEATURES here when INCOMPATIBLE_LICENSE is set to GPLv3. Signed-off-by: Saul Wold --- meta/recipes-connectivit

Re: [OE-core] [PATCH 1/1] avahi: Check for GPLv3 license and disable x11

2011-09-19 Thread Mark Hatle
On 9/19/11 12:55 PM, Saul Wold wrote: > [YOCTO #1492] > > Since the non-GPLv3 build does not want gnome, which this will pull in > by the default DISTRO_FEATURE x11 being set and enabling gtk for avahi, > we filter x11 out of DISTRO_FEATURES here when INCOMPATIBLE_LICENSE is > set to GPLv3. If th

Re: [OE-core] [PATCH 1/1] avahi: Check for GPLv3 license and disable x11

2011-09-19 Thread Koen Kooi
Op 19 sep. 2011, om 21:05 heeft Mark Hatle het volgende geschreven: > On 9/19/11 12:55 PM, Saul Wold wrote: >> [YOCTO #1492] >> >> Since the non-GPLv3 build does not want gnome, which this will pull in >> by the default DISTRO_FEATURE x11 being set and enabling gtk for avahi, >> we filter x11 ou

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-19 Thread Eric Bénard
Hi, Le 19/09/2011 15:03, Richard Purdie a écrit : On Mon, 2011-09-19 at 09:25 -0300, Otavio Salvador wrote: On Mon, Sep 19, 2011 at 09:09, Koen Kooi wrote: ... I'd like to see 4.7.4 go in. Richard and Saul have made it clear that removing 4.7.3 isn't going to happen before the release, so I'm

Re: [OE-core] [PATCH 1/1] avahi: Check for GPLv3 license and disable x11

2011-09-19 Thread Saul Wold
On 09/19/2011 12:21 PM, Koen Kooi wrote: Op 19 sep. 2011, om 21:05 heeft Mark Hatle het volgende geschreven: On 9/19/11 12:55 PM, Saul Wold wrote: [YOCTO #1492] Since the non-GPLv3 build does not want gnome, which this will pull in by the default DISTRO_FEATURE x11 being set and enabling gtk

[OE-core] [PATCH 0/3] Various hob fixes

2011-09-19 Thread Joshua Lock
This series contains 3 bug fixes. The first has been submitted previously but hasn't been applied or commented on so I've rolled it into this pull request. Patch one and two contain bug fixes for reported issues, patch three is a minor change but a noticable one should one stumble accross it. Pl

[OE-core] [PATCH 3/3] hob: enable package only builds even if an image has been built

2011-09-19 Thread Joshua Lock
Once an image build has been performed the selected_image variable would prevent the package only build choice being triggered - by setting the variable to None on reset we are able to perform package only builds after an image build. Signed-off-by: Joshua Lock --- lib/bb/ui/hob.py |1 + 1 f

[OE-core] [PATCH 1/3] ui/crumbs/hobprefs: re-enable reloading of data after prefs changes

2011-09-19 Thread Joshua Lock
When disabling the toolchain w/ headers checkbox in an early commit I accidentally disabled too much code. This re-enables adding the custom response handler to the Preferences dialog which triggeres a reparse of the metadata when appropriate preference changes are made. Fixes [YOCTO #1479] Signe

[OE-core] [PATCH 2/3] hob: fix build again when building packages only

2011-09-19 Thread Joshua Lock
The different code paths for package vs image builds have lead to some bit rot in the package only build and an incompatability between package only builds and the build again mechanism. This patch unifies the code paths and fixes build again for package only builds. Fixes [YOCTO #1480] Signed-o