aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-24 21:56:51 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-10-04 14:53:21 +0000
commit5b365513c035e758cab7af6c7e147ef5b127eccc (patch)
tree4994f1449bc59d9a7796268109e2483ad91a6fd7 /meta-oe/recipes-devtools
parent51a5e028f58d78d3f524bdedb0f3683703491704 (diff)
downloadmeta-openembedded-contrib-5b365513c035e758cab7af6c7e147ef5b127eccc.tar.gz
python-futures: Build native version
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/python/python-futures_3.0.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb b/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb
index 3eb18829fb..c85fc56b83 100644
--- a/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb
+++ b/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb
@@ -12,3 +12,5 @@ SRC_URI[sha256sum] = "0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406
S = "${WORKDIR}/futures-${PV}"
inherit setuptools
+
+BBCLASSEXTEND = "native"