summaryrefslogtreecommitdiffstats
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)
downloadpoky-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"
4LICENSE = "GPL" 4LICENSE = "GPL"
5# fakeroot needs getopt which is provided by the util-linux package 5# fakeroot needs getopt which is provided by the util-linux package
6RDEPENDS = "util-linux" 6RDEPENDS = "util-linux"
7PR = "r1"
7 8
8SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ 9SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
9 file://autofoo.patch;patch=1" 10 file://autofoo.patch;patch=1"
10 11
11inherit autotools 12inherit autotools
12 13
14FILES_${PN} =+ "${libdir}/libfakeroot-*.so"
15
13do_stage() { 16do_stage() {
14 install -d ${STAGING_INCDIR}/fakeroot 17 install -d ${STAGING_INCDIR}/fakeroot
15 install -m 644 *.h ${STAGING_INCDIR}/fakeroot 18 install -m 644 *.h ${STAGING_INCDIR}/fakeroot