From: Richard Purdie Date: Tue, 26 Mar 2013 17:32:40 +0000 (+0000) Subject: font-alias: Add depends on font-util-native X-Git-Tag: 2015-4~7068 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=12dc7ae22ddaae0d79e0f86b66c1f5a9b18329f9;p=openembedded-core.git 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@". Signed-off-by: Richard Purdie --- 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"