[oe-commits] [meta-openembedded] 88/91: zsh: Explicitly set EXTRA_OEMAKE as required

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


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

commit 27bb27f8780896663eeaa502456aefa3828a030c
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Thu Feb 25 14:55:28 2016 +0100

    zsh: 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.
    * Unfortunately the build doesn't fail, it just produces almost empty
      output and QA warning is shown:
      WARNING: zsh-5.0.5-r0 do_package: QA Issue: zsh: Files/directories
      were installed but not shipped in any package:
        /usr
      Please set FILES such that these items are packaged. Alternatively if
      they are unneeded, avoid installing them or delete them within
      do_install.
      zsh: 1 installed and not shipped files. [installed-vs-shipped]
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
index 658f3d9..39b2d95 100644
--- a/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
+++ b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb
@@ -30,6 +30,8 @@ EXTRA_OECONF = " \
     zsh_cv_shared_environ=yes \
 "
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 ALTERNATIVE_${PN} = "sh"
 ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"
 ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}"

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


More information about the Openembedded-commits mailing list