diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-06 22:08:02 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-08 12:37:20 +0000 |
| commit | 1ddc4b5ea12308397565613fc756a54e1ef51439 (patch) | |
| tree | 022c6300f82511fcc3400636f499cbb813293ed7 | |
| parent | 45308292e4413341f2e78a8f0b944d2895e687cf (diff) | |
| download | poky-1ddc4b5ea12308397565613fc756a54e1ef51439.tar.gz | |
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>
| -rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "\ | |||
| 217 | hostperl-runtime-native \ | 217 | hostperl-runtime-native \ |
| 218 | hostpython-runtime-native \ | 218 | hostpython-runtime-native \ |
| 219 | libgcc-native \ | 219 | libgcc-native \ |
| 220 | libstdc++-native \ | ||
| 220 | patch-native \ | 221 | patch-native \ |
| 221 | sed-native \ | 222 | sed-native \ |
| 222 | tar-native \ | 223 | tar-native \ |
