summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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 16:06:25 +0000
commit936223b384e31d214757508f7ae98e58a670fb3c (patch)
tree0f0f89ee7b48aa9c3453fb5494a73cf11d7007cb /meta/recipes-extended
parent1e3fdbbd9b089858528cf3efc24e3161a44514bb (diff)
downloadpoky-936223b384e31d214757508f7ae98e58a670fb3c.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. (From OE-Core rev: ab9e354b0058be76b4ca9d2eeeb75e58582e1ae3) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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
27 27
28UPSTREAM_CHECK_REGEX = "iputils-(?P<pver>s\d+).tar" 28UPSTREAM_CHECK_REGEX = "iputils-(?P<pver>s\d+).tar"
29 29
30EXTRA_OEMAKE = "-e MAKEFLAGS="
31
30do_compile () { 32do_compile () {
31 oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}:${STAGING_DIR_HOST}/${base_libdir}" all man 33 oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}:${STAGING_DIR_HOST}/${base_libdir}" all man
32} 34}