aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-11-13 09:09:41 -0300
committerKhem Raj <raj.khem@gmail.com>2019-11-13 07:17:02 -0800
commitf037e24bf825338d706ea48b42f78693f27973fd (patch)
treecca240c4edb2c58558dbb75d2ae75fb6a6ffcd3f
parent92c5ef3e549b14ce1b26969f401a759b4f859f05 (diff)
downloadmeta-openembedded-contrib-f037e24bf825338d706ea48b42f78693f27973fd.tar.gz
python-more-itertools: Add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-more-itertools.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-more-itertools.inc b/meta-python/recipes-devtools/python/python-more-itertools.inc
index 33095b3d38..8dcf00b3fe 100644
--- a/meta-python/recipes-devtools/python/python-more-itertools.inc
+++ b/meta-python/recipes-devtools/python/python-more-itertools.inc
@@ -2,3 +2,5 @@ DESCRIPTION = "More routines for operating on iterables, beyond itertools"
HOMEPAGE = "https://github.com/erikrose/more-itertools"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
+
+BBCLASSEXTEND = "native nativesdk"