summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-01-28 13:46:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-28 17:28:20 +0000
commit35983262caca0f1fa0d2f6b429152c8d5cdf1be6 (patch)
tree80517b164394fc8cef572741438b45a46bdd57b7 /meta/recipes-support/vte
parent973befb880094c1d862291be0bdfa74ccdfa0929 (diff)
downloadopenembedded-core-35983262caca0f1fa0d2f6b429152c8d5cdf1be6.tar.gz
meta: add native and nativesdk variants to various recipes to enable gtk+3-native/nativesdk
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r--meta/recipes-support/vte/vte_0.52.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/vte/vte_0.52.2.bb b/meta/recipes-support/vte/vte_0.52.2.bb
index 7324c9c63d..62fb5288fa 100644
--- a/meta/recipes-support/vte/vte_0.52.2.bb
+++ b/meta/recipes-support/vte/vte_0.52.2.bb
@@ -44,3 +44,5 @@ EXTRA_OEMAKE_class-target = "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool
PACKAGES =+ "libvte"
FILES_libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*"
+
+BBCLASSEXTEND = "native nativesdk"