aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/fakeroot
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-19 12:09:45 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-19 12:09:45 +0000
commit6748cdecc422cb7d68d6c3620e26e946f03db394 (patch)
treedaa38f36a46e6b497ab459cbc4c1902ca1169caf /meta/packages/fakeroot
parente478fac75faf3506a3d797b08037321632937587 (diff)
downloadopenembedded-core-contrib-6748cdecc422cb7d68d6c3620e26e946f03db394.tar.gz
fakeroot: Fix packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3195 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/fakeroot')
-rw-r--r--meta/packages/fakeroot/fakeroot_1.7.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/fakeroot/fakeroot_1.7.1.bb b/meta/packages/fakeroot/fakeroot_1.7.1.bb
index b5c0bd4e35..cba0113cdb 100644
--- a/meta/packages/fakeroot/fakeroot_1.7.1.bb
+++ b/meta/packages/fakeroot/fakeroot_1.7.1.bb
@@ -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