aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fakeroot
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-02 11:45:12 -0700
committerDenys Dmytriyenko <denys@ti.com>2011-12-02 20:13:50 -0500
commit1f2a5fbcc89e11dae35629cce9358b78dd050324 (patch)
tree617ceab0676ad32ceec7dabcf889994c3af5e119 /recipes/fakeroot
parentbf617b522784fc83a678c5a5a10a053f84e39f7e (diff)
downloadopenembedded-1f2a5fbcc89e11dae35629cce9358b78dd050324.tar.gz
fakeroot.inc: Add RDEPENDS_${PN}-virtclass-native
Fixes RDEPENDS on fakeroot-native. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Denys Dmytriyenko <denys@ti.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"