From 222ff8ebd758f5d1fabd1a17bfbe598f6e14aa22 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 Aug 2007 14:18:17 +0000 Subject: 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 --- meta/packages/fakeroot/fakeroot-native_1.2.13.bb | 20 -------------------- meta/packages/fakeroot/fakeroot-native_1.7.1.bb | 19 +++++++++++++++++++ meta/packages/fakeroot/fakeroot_1.2.13.bb | 17 ----------------- meta/packages/fakeroot/fakeroot_1.7.1.bb | 17 +++++++++++++++++ 4 files changed, 36 insertions(+), 37 deletions(-) delete mode 100644 meta/packages/fakeroot/fakeroot-native_1.2.13.bb create mode 100644 meta/packages/fakeroot/fakeroot-native_1.7.1.bb delete mode 100644 meta/packages/fakeroot/fakeroot_1.2.13.bb create mode 100644 meta/packages/fakeroot/fakeroot_1.7.1.bb (limited to 'meta/packages/fakeroot') 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 9d48d6522..000000000 --- a/meta/packages/fakeroot/fakeroot-native_1.2.13.bb +++ /dev/null @@ -1,20 +0,0 @@ -SECTION = "base" -PR = "r0" -require fakeroot_${PV}.bb -inherit native -RDEPENDS="util-linux-native" - -SRC_URI += "file://fix-prefix.patch;patch=1" -S = "${WORKDIR}/fakeroot-${PV}" - -EXTRA_OECONF = " --program-prefix=" - -# Compatability for the rare systems not using or having SYSV -python () { - if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.getVar('HOST_NONSYSV', d, True) != '0': - bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d) -} - -do_stage_append () { - oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ -} diff --git a/meta/packages/fakeroot/fakeroot-native_1.7.1.bb b/meta/packages/fakeroot/fakeroot-native_1.7.1.bb new file mode 100644 index 000000000..0eb101e6b --- /dev/null +++ b/meta/packages/fakeroot/fakeroot-native_1.7.1.bb @@ -0,0 +1,19 @@ +SECTION = "base" +require fakeroot_${PV}.bb +inherit native +RDEPENDS="util-linux-native" + +SRC_URI += "file://fix-prefix.patch;patch=1" +S = "${WORKDIR}/fakeroot-${PV}" + +EXTRA_OECONF = " --program-prefix=" + +# Compatability for the rare systems not using or having SYSV +python () { + if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.getVar('HOST_NONSYSV', d, True) != '0': + bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d) +} + +do_stage_append () { + oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ +} diff --git a/meta/packages/fakeroot/fakeroot_1.2.13.bb b/meta/packages/fakeroot/fakeroot_1.2.13.bb deleted file mode 100644 index e29cf162b..000000000 --- a/meta/packages/fakeroot/fakeroot_1.2.13.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Gives a fake root environment" -HOMEPAGE = "http://joostje.op.het.net/fakeroot/index.html" -SECTION = "base" -LICENSE = "GPL" -# fakeroot needs getopt which is provided by the util-linux package -RDEPENDS = "util-linux" -PR = "r1" - -SRC_URI = "http://openzaurus.org/mirror/fakeroot_${PV}.tar.gz" - -inherit autotools - -do_stage() { - install -d ${STAGING_INCDIR}/fakeroot - install -m 644 *.h ${STAGING_INCDIR}/fakeroot - autotools_stage_all -} diff --git a/meta/packages/fakeroot/fakeroot_1.7.1.bb b/meta/packages/fakeroot/fakeroot_1.7.1.bb new file mode 100644 index 000000000..b5c0bd4e3 --- /dev/null +++ b/meta/packages/fakeroot/fakeroot_1.7.1.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Gives a fake root environment" +HOMEPAGE = "http://joostje.op.het.net/fakeroot/index.html" +SECTION = "base" +LICENSE = "GPL" +# fakeroot needs getopt which is provided by the util-linux package +RDEPENDS = "util-linux" + +SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ + file://autofoo.patch;patch=1" + +inherit autotools + +do_stage() { + install -d ${STAGING_INCDIR}/fakeroot + install -m 644 *.h ${STAGING_INCDIR}/fakeroot + autotools_stage_all +} -- cgit v1.2.3