From 997b526d8b732112edae252eb615b124c5a95760 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 28 Jan 2019 13:46:36 +0100 Subject: meta: add native and nativesdk variants to various recipes to enable gtk+3-native/nativesdk (From OE-Core rev: 35983262caca0f1fa0d2f6b429152c8d5cdf1be6) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics/ttf-fonts') diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb index 412da48725..f5df9efa3b 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb @@ -37,3 +37,5 @@ do_install () { PACKAGES = "${PN}" FILES_${PN} += "${sysconfdir} ${datadir}" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf