Reverse the include and inherit to prevent the DEPENDS= in .inc from overwriting the one from inherit.
Signed-off-by: Philip Balister <[email protected]> --- meta-python/recipes-devtools/python/python-cffi_1.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1d2d241..3cd62d1 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 -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
