mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
faa67b1e9d
License is now GPLv3 Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16 lines
378 B
BlitzBasic
16 lines
378 B
BlitzBasic
require fakeroot_${PV}.bb
|
|
|
|
S = "${WORKDIR}/fakeroot-${PV}"
|
|
|
|
inherit native
|
|
|
|
EXTRA_OECONF = "--program-prefix="
|
|
|
|
# Compatability for the rare systems not using or having SYSV
|
|
python () {
|
|
if d.getVar('HOST_NONSYSV', True) and d.getVar('HOST_NONSYSV', True) != '0':
|
|
d.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ')
|
|
}
|
|
|
|
RDEPENDS_${PN} = "util-linux-native"
|