diff options
-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 @@ | |||
1 | SECTION = "base" | 1 | SECTION = "base" |
2 | PR = "r0" | ||
3 | require fakeroot_${PV}.bb | 2 | require fakeroot_${PV}.bb |
4 | inherit native | 3 | inherit native |
5 | RDEPENDS="util-linux-native" | 4 | RDEPENDS="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" | |||
4 | LICENSE = "GPL" | 4 | LICENSE = "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 |
6 | RDEPENDS = "util-linux" | 6 | RDEPENDS = "util-linux" |
7 | PR = "r1" | ||
8 | 7 | ||
9 | SRC_URI = "http://openzaurus.org/mirror/fakeroot_${PV}.tar.gz" | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ |
9 | file://autofoo.patch;patch=1" | ||
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools |
12 | 12 | ||