mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
14 lines
271 B
BlitzBasic
14 lines
271 B
BlitzBasic
SECTION = "base"
|
|
PR = "r0"
|
|
include fakeroot_${PV}.bb
|
|
inherit native
|
|
|
|
SRC_URI += "file://fix-prefix.patch;patch=1"
|
|
S = "${WORKDIR}/fakeroot-${PV}"
|
|
|
|
EXTRA_OECONF = "--program-prefix="
|
|
|
|
do_stage_append () {
|
|
oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/
|
|
}
|