aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fakeroot
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-02 11:45:12 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-02 11:45:12 -0700
commit4d10e352a9ec7458f338587cfdb2b56fdb4cbbc1 (patch)
tree484553f29edb4b55569ba5ccf00634e2eebb35ed /recipes/fakeroot
parent207971b244ee6958dab1fb41d6f3cd94ac416b73 (diff)
downloadopenembedded-4d10e352a9ec7458f338587cfdb2b56fdb4cbbc1.tar.gz
fakeroot.inc: Add RDEPENDS_${PN}-virtclass-native
Fixes RDEPENDS on fakeroot-native. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/fakeroot')
-rw-r--r--recipes/fakeroot/fakeroot.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/fakeroot/fakeroot.inc b/recipes/fakeroot/fakeroot.inc
index af71e24e2f..86002b973b 100644
--- a/recipes/fakeroot/fakeroot.inc
+++ b/recipes/fakeroot/fakeroot.inc
@@ -14,3 +14,4 @@ SRC_URI = "\
# fakeroot needs getopt which is provided by the util-linux package
RDEPENDS_${PN} = "util-linux"
+RDEPENDS_${PN}_virtclass-native = "util-linux-native"