mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
a661a41606
commit
e59f46e45c
@@ -45,3 +45,9 @@ FILES_${PN}-common = "${sysconfdir}"
|
|||||||
|
|
||||||
SRC_URI[md5sum] = "d0efec10b9f110a32e9b8f796e21782c"
|
SRC_URI[md5sum] = "d0efec10b9f110a32e9b8f796e21782c"
|
||||||
SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7"
|
SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
# Allow installation of fonts into recipe-sysroot-native
|
||||||
|
SYSROOT_DIRS_BLACKLIST_remove = "${datadir}/fonts"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user