summaryrefslogtreecommitdiff
path: root/fakeroot/fakeroot-native_1.0.4.oe
blob: e38eb054de0f71385527c73dbdc9c9bcad389e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
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/
}