diff options
author | Ismo Puustinen <ismo.puustinen@intel.com> | 2017-03-09 15:07:49 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-11 17:57:04 +0100 |
commit | a4a1950e36a86bcc3e60fffdb0bbe5bc98d9daf0 (patch) | |
tree | a1ba48f726e65be2c9ce3d13e5b8e6db8d85936b | |
parent | 268e2a619ab13b1d6a561e99eb2dbaec572e34ec (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pycparser.inc | 2 |
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 fe8c34d75..4913f42aa 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" | |||
9 | 9 | ||
10 | RDEPENDS_${PN}_class-target += "\ | 10 | RDEPENDS_${PN}_class-target += "\ |
11 | ${PYTHON_PN}-subprocess \ | 11 | ${PYTHON_PN}-subprocess \ |
12 | cpp \ | ||
13 | cpp-symlinks \ | ||
12 | " | 14 | " |