aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pycparser.inc
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
commit3249d12ae60ea1ecab521d05628e4eb40f1178a8 (patch)
tree3273978a1346d3db5ee92fa438300b12635116c0 /recipes-devtools/python/python-pycparser.inc
parent6cc2dece7d902a9723f2a96fc9cfb7b82d124ce5 (diff)
downloadmeta-python2-3249d12ae60ea1ecab521d05628e4eb40f1178a8.tar.gz
python-pycparser: reverse depend on cpp.
Pycparser requires installed C preprocessor to work correctly. Add cpp to RDEPENDS. (From meta-openembedded commit: a4a1950e36a86bcc3e60fffdb0bbe5bc98d9daf0) Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-pycparser.inc')
-rw-r--r--recipes-devtools/python/python-pycparser.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pycparser.inc b/recipes-devtools/python/python-pycparser.inc
index fe8c34d..4913f42 100644
--- a/recipes-devtools/python/python-pycparser.inc
+++ b/recipes-devtools/python/python-pycparser.inc
@@ -9,4 +9,6 @@ BBCLASSEXTEND = "native nativesdk"
RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-subprocess \
+ cpp \
+ cpp-symlinks \
"