diff options
author | Ross Burton <ross.burton@intel.com> | 2015-03-09 16:37:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-16 17:42:00 +0000 |
commit | c212977a5555c85a80c0adf9ae59330b36ff67ad (patch) | |
tree | acbd50dbb5c5ef137a59db82a9c907a20678908c /meta/recipes-graphics | |
parent | 28c986c94d67ae30d21b8a2a6b4882ec46212cfd (diff) | |
download | poky-c212977a5555c85a80c0adf9ae59330b36ff67ad.tar.gz |
liberation-fonts: inherit allarch as fonts are arch-independent
(From OE-Core rev: 21bd703655a7ab53cc02b070f5d99fa93a7884fa)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb index 89fa4b211d..708f59e89b 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
11 | PR = "r4" | 11 | PR = "r4" |
12 | PE = "1" | 12 | PE = "1" |
13 | 13 | ||
14 | inherit fontcache | 14 | inherit allarch fontcache |
15 | 15 | ||
16 | FONT_PACKAGES = "${PN}" | 16 | FONT_PACKAGES = "${PN}" |
17 | 17 | ||