diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-08 15:49:44 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-02 10:24:50 +0100 |
| commit | 9a20fbe23f63d87e30b0291ae1dba863c0f5de31 (patch) | |
| tree | cdfaf5f62cae750c98dc86c82490559f74776896 /meta/recipes-devtools/gdb/gdb-cross-canadian.inc | |
| parent | af405613151c730f5d5d3f5c9df25721671e19ba (diff) | |
| download | poky-9a20fbe23f63d87e30b0291ae1dba863c0f5de31.tar.gz | |
binutils: Drop crosssdk suffix from virtual provides to improve dependency handling
There is little point in having "crosssdk" suffex added to the virtual provider within
binutils since the TARGET_PREFIX or SDK_PREFIX already encapsulates this. Remove it
allowing some of the special case overriding to be removed.
(From OE-Core rev: 6856fc5c848cc2564bebe03a007ef109f46d0adb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-cross-canadian.inc')
| -rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index 8e926e81e1..6bdfeae5a6 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc | |||
| @@ -7,7 +7,7 @@ PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" | |||
| 7 | BPN = "gdb" | 7 | BPN = "gdb" |
| 8 | 8 | ||
| 9 | DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-gmp \ | 9 | DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-gmp \ |
| 10 | virtual/${HOST_PREFIX}gcc-crosssdk virtual/${HOST_PREFIX}binutils-crosssdk virtual/nativesdk-libc" | 10 | virtual/${HOST_PREFIX}gcc-crosssdk virtual/${HOST_PREFIX}binutils virtual/nativesdk-libc" |
| 11 | 11 | ||
| 12 | GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" | 12 | GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" |
| 13 | 13 | ||
