summaryrefslogtreecommitdiffstats
path: root/meta/packages/fakeroot
diff options
context:
space:
mode:
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