The fontcache class performs post-installation cache updating and needs target architecture information.
Signed-off-by: Joe Slater <jsla...@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 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core