[oe] [meta-python][PATCH] python-cffi: Don't overwrite inherited dependencies

Andreas Oberritter obi at opendreambox.org
Sat Jan 28 20:18:26 UTC 2017


Otherwise setuptools won't be found.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 meta-python/recipes-devtools/python/python-cffi.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc
index 12da19f..21e41c1 100644
--- a/meta-python/recipes-devtools/python/python-cffi.inc
+++ b/meta-python/recipes-devtools/python/python-cffi.inc
@@ -1,7 +1,7 @@
 SUMMARY = "Foreign Function Interface for Python calling C code"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
-DEPENDS = "libffi ${PYTHON_PN}-pycparser"
+DEPENDS += "libffi ${PYTHON_PN}-pycparser"
 
 SRC_URI[md5sum] = "b8fa7ccb87790531db3316ab17aa8244"
 SRC_URI[sha256sum] = "563e0bd53fda03c151573217b3a49b3abad8813de9dd0632e10090f6190fdaf8"
-- 
2.7.4




More information about the Openembedded-devel mailing list