summaryrefslogtreecommitdiffstats
path: root/meta/packages/fakeroot
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-16 20:17:00 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-16 20:17:00 +0000
commit5c0dce866d06d8488f61a4e5fcd5cb88d83c9865 (patch)
tree9d76e158b4ebdf248580275bdc18a5da8f33319b /meta/packages/fakeroot
parent7acfa9467f7acb4d15663ed81b46cc88fd1bd6a8 (diff)
downloadpoky-5c0dce866d06d8488f61a4e5fcd5cb88d83c9865.tar.gz
fakeroot: Remove leagacy staging function and improve installed -dev package
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/fakeroot')
-rw-r--r--meta/packages/fakeroot/fakeroot_1.9.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/fakeroot/fakeroot_1.9.4.bb b/meta/packages/fakeroot/fakeroot_1.9.4.bb
index 669fa5a38f..f2c3b01c85 100644
--- a/meta/packages/fakeroot/fakeroot_1.9.4.bb
+++ b/meta/packages/fakeroot/fakeroot_1.9.4.bb
@@ -12,9 +12,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
12 12
13inherit autotools_stage 13inherit autotools_stage
14 14
15do_stage_append() { 15do_install_append() {
16 install -d ${STAGING_INCDIR}/fakeroot 16 install -d ${D}${STAGING_INCDIR}/fakeroot/
17 install -m 644 *.h ${STAGING_INCDIR}/fakeroot 17 install -m 644 *.h ${D}${STAGING_INCDIR}/fakeroot
18} 18}
19 19
20# Compatability for the rare systems not using or having SYSV 20# Compatability for the rare systems not using or having SYSV