From: Denys Dmytriyenko Date: Tue, 9 May 2017 21:58:56 +0000 (-0400) Subject: tcmode-default: use SDK_SYS suffix instead of SDK_ARCH for binutils-crosssdk X-Git-Tag: uninative-1.7~764 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=553d36ebbee364435e8c985961a7f829528658a4;p=openembedded-core.git tcmode-default: use SDK_SYS suffix instead of SDK_ARCH for binutils-crosssdk Commit d2eccccb70e809d482c493922f23aef4409cfd82 has changed suffixes for all -crosssdk packages from SDK_ARCH to SDK_SYS, but missed one line with binutils-crosssdk. This change fixes that omission. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ross Burton --- diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 3db16e8fbf..bdc70cfbb1 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -48,7 +48,7 @@ PREFERRED_VERSION_nativesdk-libgcc-initial ?= "${SDKGCCVERSION}" PREFERRED_VERSION_binutils ?= "${BINUVERSION}" PREFERRED_VERSION_binutils-native ?= "${BINUVERSION}" PREFERRED_VERSION_binutils-cross-${TARGET_ARCH} ?= "${BINUVERSION}" -PREFERRED_VERSION_binutils-crosssdk-${SDK_ARCH} ?= "${BINUVERSION}" +PREFERRED_VERSION_binutils-crosssdk-${SDK_SYS} ?= "${BINUVERSION}" PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${BINUVERSION}" PREFERRED_VERSION_gdb ?= "${GDBVERSION}" PREFERRED_VERSION_gdb-cross-${TARGET_ARCH} ?= "${GDBVERSION}"