aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pngcheck
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pngcheck')
-rw-r--r--meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb3
1 files changed, 2 insertions, 1 deletions
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 445e8ad8e8..d523b7a8f5 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}
}
-