From 1ddc4b5ea12308397565613fc756a54e1ef51439 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 6 Jan 2025 22:08:02 +0000 Subject: [PATCH] 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 --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 8449b6bdcb..a8ebab04fe 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 \