summaryrefslogtreecommitdiff
path: root/fakeroot/fakeroot-native_1.0.4.oe
blob: 08b81343e82efb6928607cc90268e869617f1a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PR = "r1"
include fakeroot_${PV}.oe
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/
}