aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fakeroot/fakeroot_1.9.6.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-08 12:30:05 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-08 12:30:05 +0200
commit9d333119d41a7f017ab8ba339f6f75c95297131b (patch)
tree336dce91e080852c0e0c520c806fa9593d8c7bfc /recipes/fakeroot/fakeroot_1.9.6.bb
parent72302e5fea439f8320c64f6d10ef8b1b3ff4f824 (diff)
downloadopenembedded-9d333119d41a7f017ab8ba339f6f75c95297131b.tar.gz
fakeroot-native: RDEPENDS -> RDEPENDS_${PN}
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/fakeroot/fakeroot_1.9.6.bb')
-rw-r--r--recipes/fakeroot/fakeroot_1.9.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/fakeroot/fakeroot_1.9.6.bb b/recipes/fakeroot/fakeroot_1.9.6.bb
index 6326d4c07e..0a3ea933c9 100644
--- a/recipes/fakeroot/fakeroot_1.9.6.bb
+++ b/recipes/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_${PN} = "util-linux"
-PR = "r2"
+PR = "r3"
SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
file://configure-libtool.patch"