summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2022-05-27 10:51:45 +0800
committerArmin Kuster <akuster808@gmail.com>2022-06-03 06:57:34 -0700
commitdb3a802f8e869e284c199bf721e85923a109feee (patch)
tree829f8aaa8b2e3c0d08b29b2f4cc5272c7777c72f /meta-oe
parent79e28d1c8748e6ac1044d01fcf0e17daedf137e0 (diff)
downloadmeta-openembedded-db3a802f8e869e284c199bf721e85923a109feee.tar.gz
graphviz: rrecommends on liberation-fonts
There will be tofos in output pictures without any font, so make graphviz rrecommends on liberation-fonts. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0e036cb1bc0c272b27cbd7e42eacbae48edc685e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb b/meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb
index a9258e979a..aa597cd8e4 100644
--- a/meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb
+++ b/meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb
@@ -114,4 +114,6 @@ INSANE_SKIP:${PN}-python = "dev-so"
114 114
115FILES_SOLIBSDEV:append = " ${libdir}/graphviz/lib*${SOLIBSDEV}" 115FILES_SOLIBSDEV:append = " ${libdir}/graphviz/lib*${SOLIBSDEV}"
116 116
117RRECOMMENDS:${PN} = "liberation-fonts"
118
117BBCLASSEXTEND = "native nativesdk" 119BBCLASSEXTEND = "native nativesdk"