[oe-commits] [meta-openembedded] 79/91: msr-tools: Explicitly set EXTRA_OEMAKE as required

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 16:48:21 UTC 2016


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

commit b9691ddce65f86387ca35a070981c3ac710541bb
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Tue Feb 23 17:17:13 2016 +0100

    msr-tools: Explicitly set EXTRA_OEMAKE as required
    
    This recipe currently relies on EXTRA_OEMAKE having been to set to
    "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make
    this explicit so that the default in bitbake.conf can be changed.
    
    Without this it fails with:
      msr-tools-1.3-r0 do_package_qa: QA Issue: Architecture did not match (3 to 62)
    because it will build for host architecture
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb b/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb
index caebcb9..e4701af 100644
--- a/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb
+++ b/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb
@@ -12,6 +12,8 @@ S = "${WORKDIR}/msr-tools-master"
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 do_install() {
     install -d ${D}${sbindir}
     install -m 0755 rdmsr ${D}${sbindir}

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


More information about the Openembedded-commits mailing list