Message ID | 20250108105859.3561400-3-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | a9ae7001adeecf420d9a95654ce27d7e7b8f82a5 |
Headers | show |
Series | [1/3] native: Improve ${PN}-XXX package name handling | expand |
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 \
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 <richard.purdie@linuxfoundation.org> --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+)