diff options
author | Derek Straka <derek@asterius.io> | 2016-11-30 13:20:36 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-09 12:02:15 +0100 |
commit | a838527ccfb33716ce7ff2c4b97c0beb13d4e654 (patch) | |
tree | 20022af462758fb051be9cef00e686a758605a1b /meta-python | |
parent | 00f04936eb6d4eb3ae9b0102f87ca3265ce80bf1 (diff) | |
download | meta-openembedded-a838527ccfb33716ce7ff2c4b97c0beb13d4e654.tar.gz |
python-enum34: 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-enum34_1.1.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-enum34_1.1.6.bb b/meta-python/recipes-devtools/python/python-enum34_1.1.6.bb index e9d075f52..31d214717 100644 --- a/meta-python/recipes-devtools/python/python-enum34_1.1.6.bb +++ b/meta-python/recipes-devtools/python/python-enum34_1.1.6.bb | |||
@@ -6,3 +6,5 @@ SRC_URI[md5sum] = "5f13a0841a61f7fc295c514490d120d0" | |||
6 | SRC_URI[sha256sum] = "8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1" | 6 | SRC_URI[sha256sum] = "8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1" |
7 | 7 | ||
8 | inherit pypi setuptools | 8 | inherit pypi setuptools |
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" | ||