diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-03-29 10:46:45 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 23:56:30 +0100 |
| commit | 1418414e9d8d5ebbf38b95be8c0ce83dbe4b525f (patch) | |
| tree | ab364ad3c976277320885b9548a54946b42f7c0c | |
| parent | d0adbfd6d92ffaca62677bc315748430dfa46abc (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-graphics/xcb/libxcb.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/xcb/libxcb_1.1.91.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-graphics/xcb/libxcb_1.7.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-graphics/xcb/libxcb_git.bb | 1 |
4 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index 6c48da718d..5044917c62 100644 --- a/meta/recipes-graphics/xcb/libxcb.inc +++ b/meta/recipes-graphics/xcb/libxcb.inc | |||
| @@ -19,10 +19,12 @@ PACKAGES =+ "libxcb-composite libxcb-damage libxcb-dpms libxcb-glx \ | |||
| 19 | libxcb-randr libxcb-record libxcb-render libxcb-res \ | 19 | libxcb-randr libxcb-record libxcb-render libxcb-res \ |
| 20 | libxcb-screensaver libxcb-shape libxcb-shm libxcb-sync \ | 20 | libxcb-screensaver libxcb-shape libxcb-shm libxcb-sync \ |
| 21 | libxcb-xevie libxcb-xf86dri libxcb-xfixes libxcb-xlib \ | 21 | libxcb-xevie libxcb-xf86dri libxcb-xfixes libxcb-xlib \ |
| 22 | libxcb-xprint libxcb-xtest libxcb-xv libxcb-xvmc" | 22 | libxcb-xprint libxcb-xtest libxcb-xv libxcb-xvmc \ |
| 23 | libxcb-dri2" | ||
| 23 | 24 | ||
| 24 | FILES_${PN} = "${libdir}/libxcb.so.*" | 25 | FILES_${PN} = "${libdir}/libxcb.so.*" |
| 25 | #FILES_${PN}-dev = "${libdir}/libxcb.* ${libdir}/pkgconfig/*.pc ${includedir}/xcb/*.h" | 26 | #FILES_${PN}-dev = "${libdir}/libxcb.* ${libdir}/pkgconfig/*.pc ${includedir}/xcb/*.h" |
| 27 | FILES_libxcb-dri2 = "${libdir}/libxcb-dri2.so.*" | ||
| 26 | FILES_libxcb-composite = "${libdir}/libxcb-composite.so.*" | 28 | FILES_libxcb-composite = "${libdir}/libxcb-composite.so.*" |
| 27 | FILES_libxcb-damage = "${libdir}/libxcb-damage.so.*" | 29 | FILES_libxcb-damage = "${libdir}/libxcb-damage.so.*" |
| 28 | FILES_libxcb-dpms = "${libdir}/libxcb-dpms.so.*" | 30 | FILES_libxcb-dpms = "${libdir}/libxcb-dpms.so.*" |
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 @@ | |||
| 1 | include libxcb.inc | 1 | include libxcb.inc |
| 2 | PR = "r1" | 2 | PR = "r2" |
| 3 | 3 | ||
| 4 | DEPENDS += "libpthread-stubs xcb-proto-native" | 4 | DEPENDS += "libpthread-stubs xcb-proto-native" |
| 5 | 5 | ||
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 | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7" |
| 5 | 5 | ||
| 6 | PR = "r0" | 6 | PR = "r1" |
| 7 | 7 | ||
| 8 | DEPENDS += "libpthread-stubs xcb-proto-native" | 8 | DEPENDS += "libpthread-stubs xcb-proto-native" |
| 9 | 9 | ||
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 | ||
| 3 | include libxcb.inc | 3 | include libxcb.inc |
| 4 | PV = "1.1.90.1+gitr${SRCPV}" | 4 | PV = "1.1.90.1+gitr${SRCPV}" |
| 5 | PR = "r1" | ||
| 5 | 6 | ||
| 6 | DEPENDS += "libpthread-stubs xcb-proto-native" | 7 | DEPENDS += "libpthread-stubs xcb-proto-native" |
| 7 | 8 | ||
