mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
python3-pycparser: RSUGGESTS cpp and cpp-symlinks
cpp and cpp-symlinks aren't actually required for python3-pycparser to be built or installed, but because they are in the RDEPENDS list for targets they will be included when building other recipes that may need python3-pycparser but not those packages (such as python3-cffi). Instead, list cpp and cpp-symlinks as part of RSUGGESTS for target. For reference, a previous discussion from the mailing list: https://www.mail-archive.com/yocto@lists.yoctoproject.org/msg04784.html Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -14,6 +14,9 @@ RDEPENDS:${PN}:class-target += "\
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-ply \
|
||||
${PYTHON_PN}-pprint \
|
||||
"
|
||||
|
||||
RSUGGESTS:${PN}:class-target += "\
|
||||
cpp \
|
||||
cpp-symlinks \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user