diff options
author | Derek Straka <derek@asterius.io> | 2016-11-30 13:36:41 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-09 12:02:16 +0100 |
commit | a541eb88e4dabf506ff2b6c07e7ca19d34a316d7 (patch) | |
tree | 4ba05e745b941ff513dd19c1a0bd90fc0a621424 /meta-python | |
parent | 84597e39c734032a3b84f2ab46c35ba88b06cdf3 (diff) | |
download | meta-openembedded-a541eb88e4dabf506ff2b6c07e7ca19d34a316d7.tar.gz |
python-ipaddress: add native and nativesdk
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-ipaddress_1.0.17.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-ipaddress_1.0.17.bb b/meta-python/recipes-devtools/python/python-ipaddress_1.0.17.bb index 686d5fdb1..bfee25401 100644 --- a/meta-python/recipes-devtools/python/python-ipaddress_1.0.17.bb +++ b/meta-python/recipes-devtools/python/python-ipaddress_1.0.17.bb | |||
@@ -9,3 +9,5 @@ SRC_URI[md5sum] = "8bbf0326719fafb1f453921ef96729fe" | |||
9 | SRC_URI[sha256sum] = "3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716" | 9 | SRC_URI[sha256sum] = "3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716" |
10 | 10 | ||
11 | inherit pypi setuptools | 11 | inherit pypi setuptools |
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||