From a4a1950e36a86bcc3e60fffdb0bbe5bc98d9daf0 Mon Sep 17 00:00:00 2001 From: Ismo Puustinen Date: Thu, 9 Mar 2017 15:07:49 +0200 Subject: python-pycparser: reverse depend on cpp. Pycparser requires installed C preprocessor to work correctly. Add cpp to RDEPENDS. Signed-off-by: Ismo Puustinen Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pycparser.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pycparser.inc b/meta-python/recipes-devtools/python/python-pycparser.inc index fe8c34d755..4913f42aae 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 \ " -- cgit 1.2.3-korg