From 0db057da47354a7a1184ebf1d0c3c6d0ecdc89aa Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Wed, 25 Jan 2017 13:06:44 -0500 Subject: 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 Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') 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 -- cgit 1.2.3-korg