diff options
author | Derek Straka <derek@asterius.io> | 2017-11-27 11:04:22 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-30 09:13:32 -0800 |
commit | 702d5f2366bbeff4f5b59ab15c17021e7c7a4b84 (patch) | |
tree | d52a50b046389eba761c5e5f4ff9c1f40810a0b2 /meta-python/recipes-devtools/python/python-bitarray.inc | |
parent | 05c4c9837af679b2ae0ce8405251eaf62b68f29e (diff) | |
download | meta-openembedded-702d5f2366bbeff4f5b59ab15c17021e7c7a4b84.tar.gz |
python-bitarray: add native to BBCLASSEXTEND
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-bitarray.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-bitarray.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-bitarray.inc b/meta-python/recipes-devtools/python/python-bitarray.inc index 7b6e0d1b35..38a22f668e 100644 --- a/meta-python/recipes-devtools/python/python-bitarray.inc +++ b/meta-python/recipes-devtools/python/python-bitarray.inc | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "7da501356e48a83c61f479393681c1bc4b94e5a34ace7e08cb29e7dd92 | |||
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
11 | BBCLASSEXTEND = "nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |