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/classes-global | |
| 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/classes-global')
| -rw-r--r-- | meta/classes-global/mirrors.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-global/mirrors.bbclass b/meta/classes-global/mirrors.bbclass index 862648eec5..d68d30b0f2 100644 --- a/meta/classes-global/mirrors.bbclass +++ b/meta/classes-global/mirrors.bbclass | |||
| @@ -88,7 +88,7 @@ git://.*/.* git://HOST/git/PATH;protocol=https \ | |||
| 88 | BB_GIT_SHALLOW:pn-binutils = "1" | 88 | BB_GIT_SHALLOW:pn-binutils = "1" |
| 89 | BB_GIT_SHALLOW:pn-binutils-cross-${TARGET_ARCH} = "1" | 89 | BB_GIT_SHALLOW:pn-binutils-cross-${TARGET_ARCH} = "1" |
| 90 | BB_GIT_SHALLOW:pn-binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = "1" | 90 | BB_GIT_SHALLOW:pn-binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = "1" |
| 91 | BB_GIT_SHALLOW:pn-binutils-cross-testsuite = "1" | 91 | BB_GIT_SHALLOW:pn-binutils-testsuite = "1" |
| 92 | BB_GIT_SHALLOW:pn-binutils-crosssdk-${SDK_SYS} = "1" | 92 | BB_GIT_SHALLOW:pn-binutils-crosssdk-${SDK_SYS} = "1" |
| 93 | BB_GIT_SHALLOW:pn-binutils-native = "1" | 93 | BB_GIT_SHALLOW:pn-binutils-native = "1" |
| 94 | BB_GIT_SHALLOW:pn-nativesdk-binutils = "1" | 94 | BB_GIT_SHALLOW:pn-nativesdk-binutils = "1" |
