aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/fakeroot/fakeroot-native_1.18.4.bb
blob: 9d50ea44a1bbd943b2c701d5acea651d9935ad8e (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') and d.getVar('HOST_NONSYSV') != '0':
        d.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ')
}

RDEPENDS_${PN} = "util-linux-native"