From f037e24bf825338d706ea48b42f78693f27973fd Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 13 Nov 2019 09:09:41 -0300 Subject: python-more-itertools: Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-more-itertools.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-more-itertools.inc') 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" -- cgit v1.2.3-54-g00ecf