From 396efbc55ba01445e19453feca0940b40a063058 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Wed, 25 Jan 2017 13:06:42 -0500 Subject: 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 Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-cffi_1.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') 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 -- cgit v1.2.3-54-g00ecf