mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-21 01:51:43 +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:
parent
268e2a619a
commit
a4a1950e36
@ -9,4 +9,6 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-subprocess \
|
||||
cpp \
|
||||
cpp-symlinks \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user