From 4d10e352a9ec7458f338587cfdb2b56fdb4cbbc1 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 2 Mar 2011 11:45:12 -0700 Subject: [PATCH] fakeroot.inc: Add RDEPENDS_${PN}-virtclass-native Fixes RDEPENDS on fakeroot-native. Signed-off-by: Tom Rini --- recipes/fakeroot/fakeroot.inc | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5