blob: add515ccbe98b78a2b9699ad45db326e1c23f9a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SECTION = "base"
include fakeroot_${PV}.oe
inherit native
S = ${WORKDIR}/fakeroot-${PV}
EXTRA_OECONF = "--program-prefix= "
do_stage_append () {
oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/
}
|