diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-11-13 09:09:41 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-13 07:17:02 -0800 |
commit | f037e24bf825338d706ea48b42f78693f27973fd (patch) | |
tree | cca240c4edb2c58558dbb75d2ae75fb6a6ffcd3f /meta-python | |
parent | 92c5ef3e549b14ce1b26969f401a759b4f859f05 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-more-itertools.inc | 2 |
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" | |||
2 | HOMEPAGE = "https://github.com/erikrose/more-itertools" | 2 | HOMEPAGE = "https://github.com/erikrose/more-itertools" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" |
5 | |||
6 | BBCLASSEXTEND = "native nativesdk" | ||