summaryrefslogtreecommitdiffstats
path: root/meta/packages/fakeroot/fakeroot-native_1.2.13.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-21 14:18:17 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-21 14:18:17 +0000
commit222ff8ebd758f5d1fabd1a17bfbe598f6e14aa22 (patch)
tree05c8826ef67cc7732c7b464d80c0d4dc49f8e50d /meta/packages/fakeroot/fakeroot-native_1.2.13.bb
parent2075cb72ac072d658f68c15e1f0e1e41b1e96233 (diff)
downloadpoky-222ff8ebd758f5d1fabd1a17bfbe598f6e14aa22.tar.gz
fakeroot: 1.2.13 -> 1.7.1 to fix various random rootfs creation failures
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2532 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/fakeroot/fakeroot-native_1.2.13.bb')
-rw-r--r--meta/packages/fakeroot/fakeroot-native_1.2.13.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/fakeroot/fakeroot-native_1.2.13.bb b/meta/packages/fakeroot/fakeroot-native_1.2.13.bb
deleted file mode 100644
index 9d48d65229..0000000000
--- a/meta/packages/fakeroot/fakeroot-native_1.2.13.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SECTION = "base"
2PR = "r0"
3require fakeroot_${PV}.bb
4inherit native
5RDEPENDS="util-linux-native"
6
7SRC_URI += "file://fix-prefix.patch;patch=1"
8S = "${WORKDIR}/fakeroot-${PV}"
9
10EXTRA_OECONF = " --program-prefix="
11
12# Compatability for the rare systems not using or having SYSV
13python () {
14 if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.getVar('HOST_NONSYSV', d, True) != '0':
15 bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d)
16}
17
18do_stage_append () {
19 oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/
20}