diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-09-24 21:56:51 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-04 14:53:21 +0000 |
commit | 5b365513c035e758cab7af6c7e147ef5b127eccc (patch) | |
tree | 4994f1449bc59d9a7796268109e2483ad91a6fd7 /meta-oe/recipes-devtools/python | |
parent | 51a5e028f58d78d3f524bdedb0f3683703491704 (diff) | |
download | meta-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/python')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-futures_3.0.5.bb | 2 |
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 3eb18829fb1..c85fc56b831 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" |