From: Christian Eggers Date: Fri, 25 Mar 2022 06:52:24 +0000 (+0100) Subject: machine-sdk: clear ABIEXTENSION for class-crosssdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4621 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adc1c99abaab3d6046edd3a26dd53a31181f97ca;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git machine-sdk: clear ABIEXTENSION for class-crosssdk For nativesdk/crosssdk, we have no ABIEXTENSION. Fixes build of rust-crosssdk if ABIEXTENSION is set toe something like "eabi". Signed-off-by: Christian Eggers Signed-off-by: Alexandre Belloni --- diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 8d494b261e0..2ab607e65c2 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf @@ -1,2 +1,3 @@ SDK_ARCH = "x86_64" +ABIEXTENSION:class-crosssdk = "" ABIEXTENSION:class-nativesdk = ""