diff options
| author | Joshua Watt <JPEWhacker@gmail.com> | 2024-06-24 13:10:55 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-27 13:03:34 +0100 |
| commit | d077134b0a75c6e3c57782056ef47383f5642f71 (patch) | |
| tree | a125288e8a70efa2c87fa1f45887a40c5761c887 /meta/recipes-devtools | |
| parent | 7afa4f50b49dd3eed809b2e66ca18cc86835c534 (diff) | |
| download | poky-d077134b0a75c6e3c57782056ef47383f5642f71.tar.gz | |
binutils-cross-testsuite: Rename to binutils-testsuite
This recipe needs to be renamed because the "-cross-" substring in the
name triggers the cross architecture detection in sstate, but this
recipe is not actually a cross recipe.
(From OE-Core rev: 812c114a8a872ad59b19c7ffb8c1f230fc64c823)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb (renamed from meta/recipes-devtools/binutils/binutils-cross-testsuite_2.42.bb) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.42.bb b/meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb index 630815c7a3..f2facd52c3 100644 --- a/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.42.bb +++ b/meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # NOTE: This recipe cannot have -cross- in the file name because it triggers | ||
| 2 | # the cross build detection in sstate which causes it to use the wrong | ||
| 3 | # architecture | ||
| 1 | require binutils.inc | 4 | require binutils.inc |
| 2 | require binutils-${PV}.inc | 5 | require binutils-${PV}.inc |
| 3 | 6 | ||
