]> code.ossystems Code Review - meta-freescale.git/commitdiff
set PREFERRED_PROVIDER_virtual/libx11 to libx11
authorTing Liu <b28495@freescale.com>
Thu, 29 Dec 2011 15:05:38 +0000 (15:05 +0000)
committerMatthew McClintock <msm@freescale.com>
Mon, 2 Jan 2012 21:59:16 +0000 (15:59 -0600)
To avoid the following error when building fsl-image-lsb/fsl-image-lsb-sdk:
ERROR: Multiple .bb files are due to be built which each provide virtual/libx11
(/home/jenkins/poky/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
/home/jenkins/poky/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb).

task-core-lsb requires runtime dependency "libx11-locale" which is only
provided by libx11_1.3.4.bb. Meanwhile, PREFERRED_PROVIDER_virtual/libx11 is
by default set to "libx11-trim". File "libx11-trim_1.3.4.bb" is selected when
adding dependency virtual/libx11 for dbus/qt4 etc.

Both of the two recipes provide virtual/libx11.

Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/conf/distro/fsl.conf

index 93649c3bf2858d2ef4f6556c78caf65009f67d1f..25bf9afbcb9b25f60e8c97c909c76e77eb71063b 100644 (file)
@@ -48,6 +48,7 @@ https://.*/.*    http://autobuilder.yoctoproject.org/sources/ \n"
 IMAGE_CLASSES = "image_types_uboot"
 
 PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06"
+PREFERRED_PROVIDER_virtual/libx11 = "libx11"
 
 FREESCALE_GIT = "git://git.am.freescale.net"