[oe] [meta-python][PATCH 3/3] python-pyopenssl: Fix build for per recipe sysroot.

Philip Balister philip at balister.org
Wed Jan 25 18:06:44 UTC 2017


Reverse order of inherit and include to prevent DEPENDS= overwriting
values set in inherit.

Signed-off-by: Philip Balister <philip at balister.org>
---
 meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 d7177e2..b7d5146 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
-- 
2.7.4




More information about the Openembedded-devel mailing list