mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00: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:
committed by
Martin Jansa
parent
268e2a619a
commit
a4a1950e36
@@ -9,4 +9,6 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-subprocess \
|
||||
cpp \
|
||||
cpp-symlinks \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user