From 95990da935b76085ae26d1a8712c3c181673c9a3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 26 Mar 2013 17:32:40 +0000 Subject: font-alias: Add depends on font-util-native Without this, the font-util.m4 macro can be missing leading to an undefined macro. The recipe will still build but generate an empty font-alias package since the files are installed into "${D}@XORGROOTFONTDIR@". (From OE-Core rev: 12dc7ae22ddaae0d79e0f86b66c1f5a9b18329f9) Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb index 2c51cbbeb2..176bacb617 100644 --- a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb +++ b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \ SRC_URI += "file://nocompiler.patch" -DEPENDS = "util-macros-native" +DEPENDS = "util-macros-native font-util-native" RDEPENDS_${PN} = "encodings font-util" RDEPENDS_${PN}_class-native = "font-util-native" -- cgit v1.2.3-54-g00ecf