From: Frans Meulenbroeks Date: Fri, 8 Oct 2010 10:30:05 +0000 (+0200) Subject: fakeroot-native: RDEPENDS -> RDEPENDS_${PN} X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d333119d41a7f017ab8ba339f6f75c95297131b;p=openembedded.git fakeroot-native: RDEPENDS -> RDEPENDS_${PN} Signed-off-by: Frans Meulenbroeks Acked-by: Martin Jansa --- 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}" 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"