]> code.ossystems Code Review - openembedded-core.git/commitdiff
fakeroot: Fix packaging
authorRichard Purdie <richard@openedhand.com>
Mon, 19 Nov 2007 12:09:45 +0000 (12:09 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 19 Nov 2007 12:09:45 +0000 (12:09 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3195 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/fakeroot/fakeroot_1.7.1.bb

index b5c0bd4e355a6f457ae22dcd117c1679e56a5ed4..cba0113cdb82bc4214a7c7e2c7dfbf434f0234a7 100644 (file)
@@ -4,12 +4,15 @@ SECTION = "base"
 LICENSE = "GPL"
 # fakeroot needs getopt which is provided by the util-linux package
 RDEPENDS = "util-linux"
+PR = "r1"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
            file://autofoo.patch;patch=1"
 
 inherit autotools
 
+FILES_${PN} =+ "${libdir}/libfakeroot-*.so"
+
 do_stage() {
         install -d ${STAGING_INCDIR}/fakeroot
         install -m 644 *.h ${STAGING_INCDIR}/fakeroot