fakeroot.inc: Add RDEPENDS_${PN}-virtclass-native
authorTom Rini <tom_rini@mentor.com>
Wed, 2 Mar 2011 18:45:12 +0000 (11:45 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 2 Mar 2011 18:45:12 +0000 (11:45 -0700)
Fixes RDEPENDS on fakeroot-native.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/fakeroot/fakeroot.inc

index af71e24..86002b9 100644 (file)
@@ -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"