[OE-core] [PATCH 3/3] liberation-fonts: can't be allarch

Robert Yang liezhi.yang at windriver.com
Thu Jan 7 07:45:24 UTC 2016


liberation-fonts inherit fontcache which would depend on fontconfig, and
fontconfig is not allarch, so that liberation-fonts can't be allarch.

It caused a problem:
$ bitbake lib32-core-image-sato

Both lib32-fontconfig and fontconfig would be built, but fontconfig
shouldn't, this patch can fix the problem.

[YOCTO #8882]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 .../ttf-fonts/liberation-fonts_1.04.bb             |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 bda82e7..f64748c 100644
--- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb
+++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 PR = "r4"
 PE = "1"
 
-inherit allarch fontcache
+inherit fontcache
 
 FONT_PACKAGES = "${PN}"
 
-- 
1.7.9.5




More information about the Openembedded-core mailing list