[oe] [meta-python][PATCH] python-pycparser: reverse depend on cpp.

Ismo Puustinen ismo.puustinen at intel.com
Thu Mar 9 13:07:49 UTC 2017


Pycparser requires installed C preprocessor to work correctly. Add cpp
to RDEPENDS.

Signed-off-by: Ismo Puustinen <ismo.puustinen at intel.com>
---
 meta-python/recipes-devtools/python/python-pycparser.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-pycparser.inc b/meta-python/recipes-devtools/python/python-pycparser.inc
index fe8c34d..4913f42 100644
--- a/meta-python/recipes-devtools/python/python-pycparser.inc
+++ b/meta-python/recipes-devtools/python/python-pycparser.inc
@@ -9,4 +9,6 @@ BBCLASSEXTEND = "native nativesdk"
 
 RDEPENDS_${PN}_class-target += "\
     ${PYTHON_PN}-subprocess \
+    cpp \
+    cpp-symlinks \
     "
-- 
2.9.3




More information about the Openembedded-devel mailing list