[oe-commits] [meta-openembedded] 26/53: meson: revert changes which shouldn't have been submitted

git at git.openembedded.org git at git.openembedded.org
Sat Jul 1 08:00:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit f0d77f8501b3f4f99aca476a16b0ae9f00234983
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jun 26 16:11:10 2017 +0100

    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 <ross.burton at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/classes/meson.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass
index 2c48a7e..cc9bc50 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
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list