mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 23:12:48 +00:00
fakechroot: Clean up and convert to BBCLASSEXTEND
This commit is contained in:
parent
d0cff01fba
commit
8bc4105ddf
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user