mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
bitbake.conf: Add libstdc++-native to ASSUME_PROVIDED
Fixing native class extension code highlighted this was missing, we do assume the system has a working libstdc++ compiler/runtime. (From OE-Core rev: a9ae7001adeecf420d9a95654ce27d7e7b8f82a5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -217,6 +217,7 @@ ASSUME_PROVIDED = "\
|
||||
hostperl-runtime-native \
|
||||
hostpython-runtime-native \
|
||||
libgcc-native \
|
||||
libstdc++-native \
|
||||
patch-native \
|
||||
sed-native \
|
||||
tar-native \
|
||||
|
||||
Reference in New Issue
Block a user