]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
native: Clear TUNE_FEATURES/ABIEXTENSION
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jul 2022 10:59:19 +0000 (11:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jul 2022 10:07:11 +0000 (11:07 +0100)
Some recipes reference these. Rather than continually trying to chase down the references
and taskhash issues, clear the variables for an easier life and simpler code. These
wouldn't convey anything useful in a native build.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/native.bbclass

index fc7422c5d7a196270d54268cff6c6ceae850fe2a..5a273cdebba75fe0f30c40f1f011f9356cb43e95 100644 (file)
@@ -23,6 +23,8 @@ TARGET_CFLAGS = "${BUILD_CFLAGS}"
 TARGET_CXXFLAGS = "${BUILD_CXXFLAGS}"
 TARGET_LDFLAGS = "${BUILD_LDFLAGS}"
 TARGET_FPU = ""
+TUNE_FEATURES = ""
+ABIEXTENSION = ""
 
 HOST_ARCH = "${BUILD_ARCH}"
 HOST_OS = "${BUILD_OS}"