1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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