aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fakeroot/fakeroot-native_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-native_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-native_1.9.6.bb')
-rw-r--r--recipes/fakeroot/fakeroot-native_1.9.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/fakeroot/fakeroot-native_1.9.6.bb b/recipes/fakeroot/fakeroot-native_1.9.6.bb
index ceaaddf84c..8fb8bce088 100644
--- a/recipes/fakeroot/fakeroot-native_1.9.6.bb
+++ b/recipes/fakeroot/fakeroot-native_1.9.6.bb
@@ -1,6 +1,6 @@
require fakeroot_${PV}.bb
-RDEPENDS="util-linux-native"
+RDEPENDS_${PN} = "util-linux-native"
SRC_URI += "file://fix-prefix.patch "
S = "${WORKDIR}/fakeroot-${PV}"