[oe] [meta-python][PATCH] python-pyyaml: Fix build for per recipe sysroot.

Philip Balister philip at balister.org
Mon Feb 13 17:37:43 UTC 2017


Reverse order of include and inherit to prevent DEPENDS=
being overwritten.

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

diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb b/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb
index 6d9f3e9..5a4c92d 100644
--- a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb
+++ b/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb
@@ -1,2 +1,2 @@
-inherit setuptools
 require python-pyyaml.inc
+inherit setuptools
-- 
2.7.4




More information about the Openembedded-devel mailing list