diff options
Diffstat (limited to 'packages/fakeroot')
-rw-r--r-- | packages/fakeroot/fakeroot_1.7.1.bb | 2 | ||||
-rw-r--r-- | packages/fakeroot/fakeroot_1.9.6.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/fakeroot/fakeroot_1.7.1.bb b/packages/fakeroot/fakeroot_1.7.1.bb index ea3806d2f5..f2708a1cfb 100644 --- a/packages/fakeroot/fakeroot_1.7.1.bb +++ b/packages/fakeroot/fakeroot_1.7.1.bb @@ -3,7 +3,7 @@ SECTION = "base" LICENSE = "GPL" # fakeroot needs getopt which is provided by the util-linux package RDEPENDS = "util-linux" -PR = "r2" +FILE_PR = "r2" SRC_URI = "\ ftp://ftp.gentoo.mesh-solutions.com/mirrors/gentoo/distfiles/fakeroot_1.7.1.tar.gz \ diff --git a/packages/fakeroot/fakeroot_1.9.6.bb b/packages/fakeroot/fakeroot_1.9.6.bb index aaf696d79d..46b8cf2af1 100644 --- a/packages/fakeroot/fakeroot_1.9.6.bb +++ b/packages/fakeroot/fakeroot_1.9.6.bb @@ -4,7 +4,7 @@ SECTION = "base" LICENSE = "GPL" # fakeroot needs getopt which is provided by the util-linux package RDEPENDS = "util-linux" -PR = "r1" +FILE_PR = "r1" SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ file://configure-libtool.patch;patch=1" |