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:
Richard Purdie
2025-01-06 22:08:02 +00:00
parent 45308292e4
commit 1ddc4b5ea1

View File

@@ -217,6 +217,7 @@ ASSUME_PROVIDED = "\
hostperl-runtime-native \
hostpython-runtime-native \
libgcc-native \
libstdc++-native \
patch-native \
sed-native \
tar-native \