diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-26 17:32:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-26 17:50:08 +0000 |
commit | 95990da935b76085ae26d1a8712c3c181673c9a3 (patch) | |
tree | d3bcd343d2445d1d93c521d9894f4bddb4a1fc1a /meta/recipes-graphics/xorg-font | |
parent | a28005ae1551bec0d4bb6aa9c7e6f545b9f4254a (diff) | |
download | poky-95990da935b76085ae26d1a8712c3c181673c9a3.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-font')
-rw-r--r-- | meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
11 | 11 | ||
12 | SRC_URI += "file://nocompiler.patch" | 12 | SRC_URI += "file://nocompiler.patch" |
13 | 13 | ||
14 | DEPENDS = "util-macros-native" | 14 | DEPENDS = "util-macros-native font-util-native" |
15 | RDEPENDS_${PN} = "encodings font-util" | 15 | RDEPENDS_${PN} = "encodings font-util" |
16 | RDEPENDS_${PN}_class-native = "font-util-native" | 16 | RDEPENDS_${PN}_class-native = "font-util-native" |
17 | 17 | ||