[oe-commits] [meta-openembedded] 30/32: python-pycparser: reverse depend on cpp.

git at git.openembedded.org git at git.openembedded.org
Sat Mar 11 16:58:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit a4a1950e36a86bcc3e60fffdb0bbe5bc98d9daf0
Author: Ismo Puustinen <ismo.puustinen at intel.com>
AuthorDate: Thu Mar 9 15:07:49 2017 +0200

    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 at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 \
     "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list