diff options
-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 | |||