diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-03 15:55:28 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-04 18:04:04 +0100 |
| commit | 903710ab5c4ea3c13dd1abf5accdefd27d3a5bdc (patch) | |
| tree | 8c7f300e843958679b4de2211295e8e88071cdd2 /meta/recipes-core | |
| parent | 844e2ebbfc451ee2bdccb81467acd2f8fd80ca73 (diff) | |
| download | poky-903710ab5c4ea3c13dd1abf5accdefd27d3a5bdc.tar.gz | |
clang/meta-ide-support/meta-extsdk-toolchain: Add missing MLPREFIX
'cross' dependencies are hard, the code currently handles adding MLPREFIX
in these cases but may not in future depending upon implementation.
Add the correct value explictly.
(From OE-Core rev: 8393be1792cee0fbe76d75fd20a97dda41134880)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/meta/meta-extsdk-toolchain.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-core/meta/meta-ide-support.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/meta-extsdk-toolchain.bb b/meta/recipes-core/meta/meta-extsdk-toolchain.bb index 0df681ac73..16fe185964 100644 --- a/meta/recipes-core/meta/meta-extsdk-toolchain.bb +++ b/meta/recipes-core/meta/meta-extsdk-toolchain.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Extensible SDK toolchain meta-recipe" | |||
| 2 | DESCRIPTION = "Meta-recipe for ensuring the build directory contains all appropriate toolchain packages for using an IDE" | 2 | DESCRIPTION = "Meta-recipe for ensuring the build directory contains all appropriate toolchain packages for using an IDE" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | 4 | ||
| 5 | DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" | 5 | DEPENDS = "virtual/libc ${MLPREFIX}gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" |
| 6 | 6 | ||
| 7 | do_populate_sysroot[deptask] = "do_populate_sysroot" | 7 | do_populate_sysroot[deptask] = "do_populate_sysroot" |
| 8 | 8 | ||
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb index 7ed422ce4d..c449302923 100644 --- a/meta/recipes-core/meta/meta-ide-support.bb +++ b/meta/recipes-core/meta/meta-ide-support.bb | |||
| @@ -3,7 +3,7 @@ DESCRIPTION = "Meta package for ensuring the build directory contains all approp | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 5 | 5 | ||
| 6 | DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native cmake-native autoconf-native automake-native meson-native intltool-native pkgconfig-native" | 6 | DEPENDS = "virtual/libc ${MLPREFIX}gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native cmake-native autoconf-native automake-native meson-native intltool-native pkgconfig-native" |
| 7 | RM_WORK_EXCLUDE += "${PN}" | 7 | RM_WORK_EXCLUDE += "${PN}" |
| 8 | 8 | ||
| 9 | inherit toolchain-scripts nopackages deploy testsdk | 9 | inherit toolchain-scripts nopackages deploy testsdk |
