[oe-commits] [meta-openembedded] 14/37: pngcheck: Explicitly set EXTRA_OEMAKE as required

git at git.openembedded.org git at git.openembedded.org
Mon Feb 15 09:17:57 UTC 2016


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

commit 2dfb2b2dab113ad472a678b223da8822315c20a9
Author: Mike Crowe <mac at mcrowe.com>
AuthorDate: Mon Feb 8 10:57:50 2016 +0000

    pngcheck: 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.
    
    Signed-off-by: Mike Crowe <mac at mcrowe.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
index 445e8ad..d523b7a 100644
--- a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
+++ b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
@@ -9,6 +9,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/png-mng/${BPN}/${PV}/${BPN}-${PV}.tar.g
 SRC_URI[md5sum] = "980bd6d9a3830fdce746d7fe3c9166ee"
 SRC_URI[sha256sum] = "77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db25690f35f"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 do_compile() {
     oe_runmake -f Makefile.unx INCS=-I${STAGING_DIR_HOST}${incdir} LIBS=${STAGING_DIR_HOST}${libdir}/libz.a
 }
@@ -19,4 +21,3 @@ do_install() {
     install png-fix-IDAT-windowsize ${D}${bindir}
     install pngsplit ${D}${bindir}
 }
-

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


More information about the Openembedded-commits mailing list