From 1418414e9d8d5ebbf38b95be8c0ce83dbe4b525f Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 29 Mar 2011 10:46:45 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/xcb/libxcb_1.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/xcb/libxcb_1.7.bb') 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" -- cgit v1.2.3-54-g00ecf