From: Richard Purdie Date: Sun, 28 Nov 2010 15:02:44 +0000 (+0000) Subject: font-util: Set RDEPENDS for virtclass-native to exclude encodings to copy DEPENDS X-Git-Tag: 2011-1~3793 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a146aa1e7e500981ff3f59d0917fcb59083cc6b0;p=openembedded-core.git font-util: Set RDEPENDS for virtclass-native to exclude encodings to copy DEPENDS Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb b/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb index b9251e1f91..8f90176b20 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb @@ -13,6 +13,7 @@ PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}" DEPENDS = "encodings util-macros" DEPENDS_virtclass-native = "util-macros-native" RDEPENDS = "mkfontdir mkfontscale encodings" +RDEPENDS_virtclass-native = "mkfontdir-native mkfontscale-native" PR = "${INC_PR}.0"