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
[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
[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
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
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
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
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
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
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
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
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
32 matches
Mail list logo