From f0d77f8501b3f4f99aca476a16b0ae9f00234983 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 26 Jun 2017 16:11:10 +0100 Subject: meson: revert changes which shouldn't have been submitted >From Adam Foltzer: Apologies, this line was inadvertently committed. It was a fix I tried before learning that adding TARGET_CC_ARCH was the solution to linking the wrong ld.so. Signed-off-by: Ross Burton Signed-off-by: Martin Jansa --- meta-oe/classes/meson.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/classes') diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass index 2c48a7eb9c..cc9bc505b9 100644 --- a/meta-oe/classes/meson.bbclass +++ b/meta-oe/classes/meson.bbclass @@ -75,7 +75,7 @@ endian = '${MESON_HOST_ENDIAN}' [target_machine] system = '${TARGET_OS}' cpu_family = '${TARGET_ARCH}' -cpu = '${TUNE_PKGARCH}' +cpu = '${TARGET_ARCH}' endian = '${MESON_TARGET_ENDIAN}' EOF } -- cgit 1.2.3-korg