summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/libxcb_git.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-03-29 10:46:45 -0700
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:23 -0700
commit9c43741ed629c5adac474d74c19c35fb594d6091 (patch)
treec866132ff00dec08b78705f2ddf1d393ac529fcd /meta/recipes-graphics/xcb/libxcb_git.bb
parent586b7055b3666603ae33e937846dfc388b2a97b3 (diff)
downloadpoky-9c43741ed629c5adac474d74c19c35fb594d6091.tar.gz
libxcb: fix for broken library link in the image
log.do_package: NOTE: the following files were installed but not shipped in any package: NOTE: /usr/lib/libxcb-dri2.so.0 NOTE: /usr/lib/libxcb-dri2.so.0.0.0 NOTE: libxcb-dev contains dangling symlink to /usr/lib/libxcb-dri2.so.0.0.0 Then because of the dangling symlink, ldconfig fails at the time of rootfs creation of image. (From OE-Core rev: 917ac8c82a9e1e9df6029ecfa68e8f9ce2f8013c) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb/libxcb_git.bb')
-rw-r--r--meta/recipes-graphics/xcb/libxcb_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb_git.bb b/meta/recipes-graphics/xcb/libxcb_git.bb
index faa52317c2..86ba036ae8 100644
--- a/meta/recipes-graphics/xcb/libxcb_git.bb
+++ b/meta/recipes-graphics/xcb/libxcb_git.bb
@@ -2,6 +2,7 @@ DEFAULT_PREFERENCE = "-1"
2 2
3include libxcb.inc 3include libxcb.inc
4PV = "1.1.90.1+gitr${SRCPV}" 4PV = "1.1.90.1+gitr${SRCPV}"
5PR = "r1"
5 6
6DEPENDS += "libpthread-stubs xcb-proto-native" 7DEPENDS += "libpthread-stubs xcb-proto-native"
7 8