fakeroot: remove 1.2.13, switch 1.7.1 to a SRC_URI that has been stable for a while now
authorMichael Lauer <mickey@vanille-media.de>
Sun, 29 Jun 2008 11:15:30 +0000 (11:15 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 29 Jun 2008 11:15:30 +0000 (11:15 +0000)
packages/fakeroot/fakeroot-native_1.2.13.bb [deleted file]
packages/fakeroot/fakeroot-native_1.7.1.bb
packages/fakeroot/fakeroot_1.2.13.bb [deleted file]
packages/fakeroot/fakeroot_1.7.1.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 (file)
index 9d48d65..0000000
+++ /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/
-}
index 8b3d2a1..8a54d64 100644 (file)
@@ -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 (file)
index e29cf16..0000000
+++ /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
-}
index 803b5f3..2af5409 100644 (file)
@@ -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