From a146aa1e7e500981ff3f59d0917fcb59083cc6b0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 28 Nov 2010 15:02:44 +0000 Subject: font-util: Set RDEPENDS for virtclass-native to exclude encodings to copy DEPENDS Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-font/font-util_1.2.0.bb | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.2.3-korg