aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2017-01-25 13:06:42 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:22 +0100
commit396efbc55ba01445e19453feca0940b40a063058 (patch)
treec25046a664030f3c9ea1b9a19c0786738db1c1b8
parentf091501c5b152775bb0f1a1b187eb1313fd3690a (diff)
downloadmeta-openembedded-contrib-396efbc55ba01445e19453feca0940b40a063058.tar.gz
python-cffi: Fix build for per-recipe sysroot.
Reverse the include and inherit to prevent the DEPENDS= in .inc from overwriting the one from 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-cffi_1.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb b/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb
index 1d2d2416af..3cd62d1f78 100644
--- a/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb
+++ b/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb
@@ -1,2 +1,2 @@
-inherit pypi setuptools
require python-cffi.inc
+inherit pypi setuptools