[OE-core] [oe-core][PATCH 1/1] liberation-fonts: do not inherit allarch

Joe Slater jslater at windriver.com
Thu Dec 21 21:23:18 UTC 2017


The fontcache class performs post-installation cache
updating and needs target architecture information.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb
index 412da48..5e8ba93 100644
--- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb
+++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb
@@ -10,7 +10,10 @@ LICENSE = "OFL-1.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f96db970a9a46c5369142b99f530366b"
 PE = "1"
 
-inherit allarch fontcache
+# The fonts are arch independent, but fontcache is not!
+# Do not inherit allarch.
+#
+inherit fontcache
 
 FONT_PACKAGES = "${PN}"
 
-- 
2.7.4




More information about the Openembedded-core mailing list