All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] liberation-fonts: do not inherit allarch
@ 2017-12-21 21:23 Joe Slater
  2017-12-21 22:28 ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Slater @ 2017-12-21 21:23 UTC (permalink / raw)
  To: openembedded-core

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

Signed-off-by: Joe Slater <jslater@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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-22 23:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 21:23 [PATCH 1/1] liberation-fonts: do not inherit allarch Joe Slater
2017-12-21 22:28 ` Richard Purdie
2017-12-22  0:00   ` Slater, Joseph
2017-12-22  8:34     ` Alexander Kanavin
2017-12-22 23:50       ` Slater, Joseph

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.