[oe-commits] Frans Meulenbroeks : fakeroot-native: RDEPENDS -> RDEPENDS_${PN}

git version control git at git.openembedded.org
Fri Oct 8 10:32:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9d333119d41a7f017ab8ba339f6f75c95297131b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9d333119d41a7f017ab8ba339f6f75c95297131b

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Oct  8 12:30:05 2010 +0200

fakeroot-native: RDEPENDS -> RDEPENDS_${PN}

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 ceaaddf..8fb8bce 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 6326d4c..0a3ea93 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"





More information about the Openembedded-commits mailing list