fakeroot: Remove leagacy staging function and improve installed -dev package

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-16 20:17:00 +00:00
parent 7acfa9467f
commit 5c0dce866d

View File

@@ -12,9 +12,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
inherit autotools_stage
do_stage_append() {
install -d ${STAGING_INCDIR}/fakeroot
install -m 644 *.h ${STAGING_INCDIR}/fakeroot
do_install_append() {
install -d ${D}${STAGING_INCDIR}/fakeroot/
install -m 644 *.h ${D}${STAGING_INCDIR}/fakeroot
}
# Compatability for the rare systems not using or having SYSV