On 2012年04月24日 15:29, Richard Purdie wrote:
On Tue, 2012-04-24 at 08:29 +0200, Koen Kooi wrote:
Op 24 apr. 2012, om 08:12 heeft Xiaofeng Yan het volgende geschreven:

On 2012年04月24日 13:53, Koen Kooi wrote:
Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven:


From: Xiaofeng Yan<[email protected]>


LSB Test Suite complain "no library libgdk_pixbuf_xlib-2.0.so.0" \
because of having "--without-x11" for gdk-pixbuf_2.24.1.bb.
For passing lsb test I add PACKAGECONFIG support to the recipe and \
have poky-lsb turn on the poky-lsb distro for this recipe.

[YOCTO #2284]

Shouldn't this be an 'x11' DISTRO_FEATURE instead?

because "--without-x11" is disabled when x11 exists in core-image-sato. Using 'x11' 
DISTRO_FEATURE instead will change the default set, which will cause enable "--with-x11" 
when x11 is in DISTRO_FEATURE. LSB Test Suite need this configuration but other image may not need 
it even if having x11.
What use-case is there for having 'x11' in DISTRO_FEATURES but not wanting x11 
support in pixbuf?

Regardless of that, poky-lsb distro overrides have no place in oe-core, they 
should go into their own layer as bbappends.
We should be using the linuxstdbase override and also make it
conditional on x11 being in DISTRO_FEATURES.
You mean I should use the following methods in gdk-pixbuf_2.24.1.bb
EXTRA_OECONF_append_linuxstdbase = " ${@base_contains('DISTRO_FEATURES', 'x11', '--with-x11', '--without-x11', d)}"

The above variable should be putted into gdk-pixbuf_2.24.1.bb because poky-lsb.conf is parsed before this bb file.
right ??
As far as I can tell nothing uses/cares about this library apart from
lsb right now. If that changes I'm happy to build more of the time but
until we need it, its pointless. We should also split it into a separate
package.

Cheers,

Richard



_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to