mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
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>
This commit is contained in:
parent
268e2a619a
commit
a4a1950e36
|
@ -9,4 +9,6 @@ BBCLASSEXTEND = "native nativesdk"
|
|||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-subprocess \
|
||||
cpp \
|
||||
cpp-symlinks \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user