aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/fakeroot/fakeroot-native_1.18.4.bb
blob: a27a60b481169182b2ba5ca718a7655004243e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"