aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2016-02-05 18:04:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-10 16:06:25 +0000
commit4ef055c9ef5de66379edf948f954321eb65ff6e3 (patch)
tree6f45748e2fd64c5d8a9711accec4fd11e74526d2 /meta/recipes-extended
parent625066b87252b374527de840089bbe6040975734 (diff)
downloadopenembedded-core-contrib-4ef055c9ef5de66379edf948f954321eb65ff6e3.tar.gz
sysklogd: 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: ac3f28a44e03d6962771a43acffda36c314a6024) 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/sysklogd/sysklogd.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc
index f789c54d22..1e363db6e8 100644
--- a/meta/recipes-extended/sysklogd/sysklogd.inc
+++ b/meta/recipes-extended/sysklogd/sysklogd.inc
@@ -25,6 +25,8 @@ SRC_URI_append_e500v2 = " file://no-vectorization.patch"
INITSCRIPT_NAME = "syslog"
CONFFILES_${PN} = "${sysconfdir}/syslog.conf.${BPN}"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
CFLAGS_append = " -DSYSV"
do_install () {