]> code.ossystems Code Review - openembedded-core.git/commitdiff
fakeroot: 1.2.13 -> 1.7.1 to fix various random rootfs creation failures
authorRichard Purdie <richard@openedhand.com>
Tue, 21 Aug 2007 14:18:17 +0000 (14:18 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 21 Aug 2007 14:18:17 +0000 (14:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2532 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/fakeroot/fakeroot-native_1.7.1.bb [moved from meta/packages/fakeroot/fakeroot-native_1.2.13.bb with 98% similarity]
meta/packages/fakeroot/fakeroot_1.7.1.bb [moved from meta/packages/fakeroot/fakeroot_1.2.13.bb with 78% similarity]

similarity index 98%
rename from meta/packages/fakeroot/fakeroot-native_1.2.13.bb
rename to meta/packages/fakeroot/fakeroot-native_1.7.1.bb
index 9d48d65229ca5e18a37d6a77a979ec1aee3361a4..0eb101e6b5eb8d878a2f8519937327ff59f1c672 100644 (file)
@@ -1,5 +1,4 @@
 SECTION = "base"
-PR = "r0"
 require fakeroot_${PV}.bb
 inherit native
 RDEPENDS="util-linux-native"
similarity index 78%
rename from meta/packages/fakeroot/fakeroot_1.2.13.bb
rename to meta/packages/fakeroot/fakeroot_1.7.1.bb
index e29cf162b49d059286dc6c585a228a6724c8fbc0..b5c0bd4e355a6f457ae22dcd117c1679e56a5ed4 100644 (file)
@@ -4,9 +4,9 @@ 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"
+SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
+           file://autofoo.patch;patch=1"
 
 inherit autotools