summaryrefslogtreecommitdiffstats
path: root/meta
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
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')
-rw-r--r--meta/packages/fakeroot/fakeroot-native_1.7.1.bb (renamed from meta/packages/fakeroot/fakeroot-native_1.2.13.bb)1
-rw-r--r--meta/packages/fakeroot/fakeroot_1.7.1.bb (renamed from meta/packages/fakeroot/fakeroot_1.2.13.bb)4
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/fakeroot/fakeroot-native_1.2.13.bb b/meta/packages/fakeroot/fakeroot-native_1.7.1.bb
index 9d48d65229..0eb101e6b5 100644
--- a/meta/packages/fakeroot/fakeroot-native_1.2.13.bb
+++ b/meta/packages/fakeroot/fakeroot-native_1.7.1.bb
@@ -1,5 +1,4 @@
1SECTION = "base" 1SECTION = "base"
2PR = "r0"
3require fakeroot_${PV}.bb 2require fakeroot_${PV}.bb
4inherit native 3inherit native
5RDEPENDS="util-linux-native" 4RDEPENDS="util-linux-native"
diff --git a/meta/packages/fakeroot/fakeroot_1.2.13.bb b/meta/packages/fakeroot/fakeroot_1.7.1.bb
index e29cf162b4..b5c0bd4e35 100644
--- a/meta/packages/fakeroot/fakeroot_1.2.13.bb
+++ b/meta/packages/fakeroot/fakeroot_1.7.1.bb
@@ -4,9 +4,9 @@ SECTION = "base"
4LICENSE = "GPL" 4LICENSE = "GPL"
5# fakeroot needs getopt which is provided by the util-linux package 5# fakeroot needs getopt which is provided by the util-linux package
6RDEPENDS = "util-linux" 6RDEPENDS = "util-linux"
7PR = "r1"
8 7
9SRC_URI = "http://openzaurus.org/mirror/fakeroot_${PV}.tar.gz" 8SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
9 file://autofoo.patch;patch=1"
10 10
11inherit autotools 11inherit autotools
12 12