mirror of
https://git.yoctoproject.org/poky
synced 2026-03-31 02:02:25 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5115 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
235 B
BlitzBasic
13 lines
235 B
BlitzBasic
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/
|
|
}
|