diff options
author | Christian Eggers <ceggers@arri.de> | 2020-06-09 08:32:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-10 20:55:27 -0700 |
commit | e59f46e45c227e6dbbd08daa04744d87e9266e0d (patch) | |
tree | b25979ac107bf6fce7b8ca949a4af8e6297cc05c | |
parent | a661a41606d0f0b4bac1665c29ba7d5c7e6ef486 (diff) | |
download | meta-openembedded-e59f46e45c227e6dbbd08daa04744d87e9266e0d.tar.gz |
ttf-dejavu: Extend for native and nativesdk
When using doxygen together with the "dot" tool (graphviz package), a
ttf font package is additionally required.
Probably this change could also be moved to ttf.inc.
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb index f74e5ce6c3..03f30bf4ac 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | |||
@@ -45,3 +45,9 @@ FILES_${PN}-common = "${sysconfdir}" | |||
45 | 45 | ||
46 | SRC_URI[md5sum] = "d0efec10b9f110a32e9b8f796e21782c" | 46 | SRC_URI[md5sum] = "d0efec10b9f110a32e9b8f796e21782c" |
47 | SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7" | 47 | SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7" |
48 | |||
49 | BBCLASSEXTEND = "native nativesdk" | ||
50 | |||
51 | # Allow installation of fonts into recipe-sysroot-native | ||
52 | SYSROOT_DIRS_BLACKLIST_remove = "${datadir}/fonts" | ||
53 | |||