From 337db1b6b7c31cbdfec32b609bf59ba9645b3849 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 29 Jun 2008 11:15:30 +0000 Subject: fakeroot: remove 1.2.13, switch 1.7.1 to a SRC_URI that has been stable for a while now --- packages/fakeroot/fakeroot-native_1.2.13.bb | 20 -------------------- packages/fakeroot/fakeroot-native_1.7.1.bb | 4 +--- packages/fakeroot/fakeroot_1.2.13.bb | 17 ----------------- packages/fakeroot/fakeroot_1.7.1.bb | 6 ++++-- 4 files changed, 5 insertions(+), 42 deletions(-) delete mode 100644 packages/fakeroot/fakeroot-native_1.2.13.bb delete mode 100644 packages/fakeroot/fakeroot_1.2.13.bb diff --git a/packages/fakeroot/fakeroot-native_1.2.13.bb b/packages/fakeroot/fakeroot-native_1.2.13.bb deleted file mode 100644 index 9d48d65229..0000000000 --- a/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/packages/fakeroot/fakeroot-native_1.7.1.bb b/packages/fakeroot/fakeroot-native_1.7.1.bb index 8b3d2a1590..8a54d6497c 100644 --- a/packages/fakeroot/fakeroot-native_1.7.1.bb +++ b/packages/fakeroot/fakeroot-native_1.7.1.bb @@ -1,7 +1,6 @@ -SECTION = "base" require fakeroot_${PV}.bb inherit native -RDEPENDS="util-linux-native" +RDEPENDS = "util-linux-native" SRC_URI += "file://fix-prefix.patch;patch=1 " S = "${WORKDIR}/fakeroot-${PV}" @@ -17,4 +16,3 @@ python () { do_stage_append () { oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ } - diff --git a/packages/fakeroot/fakeroot_1.2.13.bb b/packages/fakeroot/fakeroot_1.2.13.bb deleted file mode 100644 index e29cf162b4..0000000000 --- a/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/packages/fakeroot/fakeroot_1.7.1.bb b/packages/fakeroot/fakeroot_1.7.1.bb index 803b5f3ff4..2af5409b2e 100644 --- a/packages/fakeroot/fakeroot_1.7.1.bb +++ b/packages/fakeroot/fakeroot_1.7.1.bb @@ -5,8 +5,10 @@ LICENSE = "GPL" RDEPENDS = "util-linux" PR = "r2" -SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \ - file://work-with-older-libtool.patch;patch=1" +SRC_URI = "\ + ftp://ftp.gentoo.mesh-solutions.com/mirrors/gentoo/distfiles/fakeroot_1.7.1.tar.gz + file://work-with-older-libtool.patch;patch=1 \ +" inherit autotools -- cgit 1.2.3-korg