Fixing native class extension code highlighted this was missing, we do assume the system has a working libstdc++ compiler/runtime.
Signed-off-by: Richard Purdie <[email protected]> --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e3cf8a09582..6123bcd123d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -217,6 +217,7 @@ ASSUME_PROVIDED = "\ hostperl-runtime-native \ hostpython-runtime-native \ libgcc-native \ + libstdc++-native \ patch-native \ sed-native \ tar-native \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#209550): https://lists.openembedded.org/g/openembedded-core/message/209550 Mute This Topic: https://lists.openembedded.org/mt/110494465/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
