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: rev_ivi_2015_02_04~24344 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d132127f8e43f94e0bde11c1da6719e8744d576c;p=scm%2Fbb%2Ftizen-distro.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 b9251e1..8f90176 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"