]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
binutils: Drop crosssdk suffix from virtual provides to improve dependency handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Mar 2023 15:49:44 +0000 (15:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 May 2023 09:24:37 +0000 (10:24 +0100)
commit6856fc5c848cc2564bebe03a007ef109f46d0adb
tree8f9f0ba6f4fa6e554c5383327fb6a8cb6e32dd69
parent8f9d6c5b0238641313387c139442566752a1d25d
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/staging.bbclass
meta/conf/distro/include/tcmode-default.inc
meta/lib/oe/classextend.py
meta/recipes-core/glibc/glibc.inc
meta/recipes-devtools/binutils/binutils-cross-testsuite_2.40.bb
meta/recipes-devtools/binutils/binutils-crosssdk_2.40.bb
meta/recipes-devtools/gcc/gcc-cross-canadian.inc
meta/recipes-devtools/gcc/gcc-crosssdk.inc
meta/recipes-devtools/gdb/gdb-cross-canadian.inc
meta/recipes-devtools/go/go-crosssdk.inc