mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 08:02:23 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user