fakeroot(-native): convert to new style staging
[openembedded.git] / recipes / fakeroot / fakeroot-native_1.12.4.bb
blobe6add2bb26193a4ff546de73bb30f9977c359d7f
1 require fakeroot_${PV}.bb
3 SRC_URI += "file://fix-prefix.patch"
4 S = "${WORKDIR}/fakeroot-${PV}"
6 inherit native
8 EXTRA_OECONF = "--program-prefix="
10 # Compatability for the rare systems not using or having SYSV
11 python () {
12 if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.getVar('HOST_NONSYSV', d, True) != '0':
13 bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d)
16 NATIVE_INSTALL_WORKS = "1"
18 RDEPENDS_${PN} = "util-linux-native"
20 SRC_URI[md5sum] = "aaefede2405a40c87438e7e833d69b70"
21 SRC_URI[sha256sum] = "dbcab1f495b857e67feff882e018ca59958b8d189ff1f76684d28e35463ec29d"