aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2017-01-25 13:06:44 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:23 +0100
commit0db057da47354a7a1184ebf1d0c3c6d0ecdc89aa (patch)
treea35a40a4f920de9bff4d74ddc6a005d08df9ea76
parent7e7fd567a8f02093d65d5fc5f7506104d13ec95d (diff)
downloadmeta-openembedded-contrib-0db057da47354a7a1184ebf1d0c3c6d0ecdc89aa.tar.gz
python-pyopenssl: Fix build for per recipe sysroot.
Reverse order of inherit and include to prevent DEPENDS= overwriting values set in inherit. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb b/meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb
index d7177e2d15..b7d5146130 100644
--- a/meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb
+++ b/meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb
@@ -1,2 +1,2 @@
-inherit pypi setuptools
require python-pyopenssl.inc
+inherit pypi setuptools