]> code.ossystems Code Review - meta-freescale.git/commit
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)
commit208f7b382a8bfc04ba54e23b94599f2b4b75c7dd
treeae264a34104f12b3456826ee4ff443a2b93095ff
parent0e9ae46a55cc182c2792b746b50197de1f29d22d
set PREFERRED_PROVIDER_virtual/libx11 to libx11

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