From 21394ebc686add467730d1e9d2fe5b24c6655741 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Feb 2022 14:06:12 -0800 Subject: meta-oe: Use new variable SYSROOT_DIRS_IGNORE Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics') 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 b02dbbdaaf..919dad82e7 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 @@ -51,5 +51,5 @@ SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e84 BBCLASSEXTEND = "native nativesdk" # Allow installation of fonts into recipe-sysroot-native -SYSROOT_DIRS_BLACKLIST:remove = "${datadir}/fonts" +SYSROOT_DIRS_IGNORE:remove = "${datadir}/fonts" -- cgit v1.2.3-54-g00ecf