aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/libxcb_1.7.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:04 +0100
commit917ac8c82a9e1e9df6029ecfa68e8f9ce2f8013c (patch)
tree760a7e76228b14b6257d2976bcf6ac6e2a884dbd /meta/recipes-graphics/xcb/libxcb_1.7.bb
parent880b0a222fdc11ee088bcaf8c832edae23bc28a7 (diff)
downloadopenembedded-core-917ac8c82a9e1e9df6029ecfa68e8f9ce2f8013c.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. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xcb/libxcb_1.7.bb')
-rw-r--r--meta/recipes-graphics/xcb/libxcb_1.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb_1.7.bb b/meta/recipes-graphics/xcb/libxcb_1.7.bb
index 426f790872..0f30c88f9a 100644
--- a/meta/recipes-graphics/xcb/libxcb_1.7.bb
+++ b/meta/recipes-graphics/xcb/libxcb_1.7.bb
@@ -3,7 +3,7 @@ include libxcb.inc
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
-PR = "r0"
+PR = "r1"
DEPENDS += "libpthread-stubs xcb-proto-native"