summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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