From 9d333119d41a7f017ab8ba339f6f75c95297131b Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 8 Oct 2010 12:30:05 +0200 Subject: [PATCH] fakeroot-native: RDEPENDS -> RDEPENDS_${PN} Signed-off-by: Frans Meulenbroeks Acked-by: Martin Jansa --- recipes/fakeroot/fakeroot-native_1.9.6.bb | 2 +- recipes/fakeroot/fakeroot_1.9.6.bb | 2 +- 2 files changed, 2 insertions(+), 2 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}" 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" -- 2.39.5