diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 20:17:00 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 20:17:00 +0000 |
commit | 5c0dce866d06d8488f61a4e5fcd5cb88d83c9865 (patch) | |
tree | 9d76e158b4ebdf248580275bdc18a5da8f33319b /meta | |
parent | 7acfa9467f7acb4d15663ed81b46cc88fd1bd6a8 (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/fakeroot/fakeroot_1.9.4.bb | 6 |
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 | ||
13 | inherit autotools_stage | 13 | inherit autotools_stage |
14 | 14 | ||
15 | do_stage_append() { | 15 | do_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 |