aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorIsmo Puustinen <ismo.puustinen@intel.com>2017-03-09 15:07:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-11 17:57:04 +0100
commita4a1950e36a86bcc3e60fffdb0bbe5bc98d9daf0 (patch)
treea1ba48f726e65be2c9ce3d13e5b8e6db8d85936b /meta-python/recipes-devtools
parent268e2a619ab13b1d6a561e99eb2dbaec572e34ec (diff)
downloadmeta-openembedded-contrib-a4a1950e36a86bcc3e60fffdb0bbe5bc98d9daf0.tar.gz
python-pycparser: reverse depend on cpp.
Pycparser requires installed C preprocessor to work correctly. Add cpp to RDEPENDS. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-pycparser.inc2
1 files changed, 2 insertions, 0 deletions
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 \
"