From: Tom Rini Date: Wed, 2 Mar 2011 18:45:12 +0000 (-0700) Subject: fakeroot.inc: Add RDEPENDS_${PN}-virtclass-native X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d10e352a9ec7458f338587cfdb2b56fdb4cbbc1;p=openembedded.git fakeroot.inc: Add RDEPENDS_${PN}-virtclass-native Fixes RDEPENDS on fakeroot-native. Signed-off-by: Tom Rini --- 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"