summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/libxcb_1.1.91.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-03-29 10:46:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 23:56:30 +0100
commit1418414e9d8d5ebbf38b95be8c0ce83dbe4b525f (patch)
treeab364ad3c976277320885b9548a54946b42f7c0c /meta/recipes-graphics/xcb/libxcb_1.1.91.bb
parentd0adbfd6d92ffaca62677bc315748430dfa46abc (diff)
downloadpoky-1418414e9d8d5ebbf38b95be8c0ce83dbe4b525f.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_1.1.91.bb')
-rw-r--r--meta/recipes-graphics/xcb/libxcb_1.1.91.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb_1.1.91.bb b/meta/recipes-graphics/xcb/libxcb_1.1.91.bb
index ae0cc5761d..7ea745185d 100644
--- a/meta/recipes-graphics/xcb/libxcb_1.1.91.bb
+++ b/meta/recipes-graphics/xcb/libxcb_1.1.91.bb
@@ -1,5 +1,5 @@
1include libxcb.inc 1include libxcb.inc
2PR = "r1" 2PR = "r2"
3 3
4DEPENDS += "libpthread-stubs xcb-proto-native" 4DEPENDS += "libpthread-stubs xcb-proto-native"
5 5