aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2017-02-13 12:37:43 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-16 12:06:35 +0100
commit8c5cafe1fcec9dd76e514d669131fad23ee6fe04 (patch)
treea7a840e529e9d97dfb9b0676841491622122091b /meta-python/recipes-devtools/python/python-pyyaml_3.12.bb
parent044e5189549de11b2a94efd29a6009a76162b8f1 (diff)
downloadmeta-openembedded-contrib-8c5cafe1fcec9dd76e514d669131fad23ee6fe04.tar.gz
python-pyyaml: Fix build for per recipe sysroot.
Reverse order of include and inherit to prevent DEPENDS= being overwritten. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyyaml_3.12.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyyaml_3.12.bb2
1 files changed, 1 insertions, 1 deletions
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 6d9f3e95af..5a4c92d88f 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