summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iputils
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2016-02-05 18:04:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-10 15:51:04 +0000
commitab9e354b0058be76b4ca9d2eeeb75e58582e1ae3 (patch)
tree55b28f3a57eb3643291f67d2959f89b429206249 /meta/recipes-extended/iputils
parent75e929ffda4732c6f8bbfa37e42e331a20dfadb4 (diff)
downloadopenembedded-core-contrib-ab9e354b0058be76b4ca9d2eeeb75e58582e1ae3.tar.gz
iputils: Explicitly set EXTRA_OEMAKE as required
This recipe currently relies on EXTRA_OEMAKE having been 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@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/iputils')
-rw-r--r--meta/recipes-extended/iputils/iputils_s20151218.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/iputils/iputils_s20151218.bb b/meta/recipes-extended/iputils/iputils_s20151218.bb
index 62c3c818ba..715045470c 100644
--- a/meta/recipes-extended/iputils/iputils_s20151218.bb
+++ b/meta/recipes-extended/iputils/iputils_s20151218.bb
@@ -27,6 +27,8 @@ SRC_URI[sha256sum] = "549f58d71951e52b46595829134d4e330642f522f50026917fadc349a5
UPSTREAM_CHECK_REGEX = "iputils-(?P<pver>s\d+).tar"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
do_compile () {
oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}:${STAGING_DIR_HOST}/${base_libdir}" all man
}