[OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-23 Thread Xiaofeng Yan
From: Xiaofeng Yan 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] Signed-

[OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-27 Thread Xiaofeng Yan
From: Xiaofeng Yan 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. Use the linuxstdbase override and also make it conditional on x11 being in DISTRO_FEATURES for passing lsb test [YOCTO #2284] Signed-off-by: Xiaofeng

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-23 Thread Koen Kooi
Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven: > From: Xiaofeng Yan > > 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 \

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-23 Thread Xiaofeng Yan
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 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 PACKAGECONFI

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-23 Thread Koen Kooi
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 >>> >>> >>> LSB Test Suite complain "no library libgdk_pixbuf_xlib-2.0.so.0" \

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-24 Thread Richard Purdie
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 > >>> > >>> >

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-24 Thread Xiaofeng Yan
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

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-27 Thread Richard Purdie
On Fri, 2012-04-27 at 16:39 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > 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. > Use the linuxstdbase override and also make it > conditional on x11 being in DISTRO_FE

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-27 Thread Xiaofeng Yan
On 2012年04月27日 18:58, Richard Purdie wrote: On Fri, 2012-04-27 at 16:39 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan 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. Use the linuxstdbase override and also make it con