mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
fakechroot: Clean up and convert to BBCLASSEXTEND
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
SECTION = "base"
|
||||
PR = "r1"
|
||||
require fakechroot_${PV}.bb
|
||||
inherit native
|
||||
|
||||
S = "${WORKDIR}/fakechroot-${PV}"
|
||||
|
||||
EXTRA_OECONF = " --program-prefix="
|
||||
|
||||
do_stage_append () {
|
||||
oe_libinstall -so libfakechroot ${STAGING_LIBDIR}/libfakechroot/
|
||||
}
|
||||
@@ -5,4 +5,8 @@ LICENSE = "GPL"
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz \
|
||||
file://fix-readlink.patch;patch=1"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools_stage
|
||||
|
||||
PR = "r2"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user