[poky] [PATCH 1/1] poky-lsb: Change provider of virtual/libx11 to libx11-trim

Richard Purdie richard.purdie at linuxfoundation.org
Tue Jul 5 08:13:56 PDT 2011


On Fri, 2011-07-01 at 17:36 +0800, Xiaofeng Yan wrote:
> From: Xiaofeng Yan <xiaofeng.yan at windriver.com>
> 
> BUG 1196 reports  compilation error like the following information from package startup-notification  when the provider of virtual/libx11 was libx11
> | configure: error: Cannot find x11-xcb
> | ERROR: oe_runconf failed
> | ERROR: Function 'do_configure' failed (see
> 
> Fix [BUGID #1196]
> Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
> ---
>  meta-yocto/conf/distro/poky-lsb.conf |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
> index 49d12da..5385012 100644
> --- a/meta-yocto/conf/distro/poky-lsb.conf
> +++ b/meta-yocto/conf/distro/poky-lsb.conf
> @@ -4,6 +4,6 @@ DISTRO = "poky-lsb"
>  DISTROOVERRIDES = "poky:linuxstdbase"
>  
>  DISTRO_FEATURES_append = " pam largefile"
> -PREFERRED_PROVIDER_virtual/libx11 = "libx11"
> +PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim"
>  

This looks like a backwards step. Why is libx11 not pulling in xcb as I
suspect it should be...

Cheers,

Richard




More information about the poky mailing list