fakeroot: Add .so file to the the normal package so it works
authorRichard Purdie <richard@openedhand.com>
Mon, 28 Jan 2008 19:37:56 +0000 (19:37 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 28 Jan 2008 19:37:56 +0000 (19:37 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3609 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/fakeroot/fakeroot_1.7.1.bb

index cba0113..6abf8a6 100644 (file)
@@ -4,14 +4,15 @@ SECTION = "base"
 LICENSE = "GPL"
 # fakeroot needs getopt which is provided by the util-linux package
 RDEPENDS = "util-linux"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
            file://autofoo.patch;patch=1"
 
 inherit autotools
 
-FILES_${PN} =+ "${libdir}/libfakeroot-*.so"
+# The fakeroot script requires the .so link to be present
+FILES_${PN} =+ "${libdir}/libfakeroot-*.so ${libdir}/libfakeroot.so"
 
 do_stage() {
         install -d ${STAGING_INCDIR}/fakeroot