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.1.91.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/xcb/libxcb_1.1.91.bb') 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 @@ include libxcb.inc -PR = "r1" +PR = "r2" DEPENDS += "libpthread-stubs xcb-proto-native" -- cgit v1.2.3-54-g00ecf