]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysklogd: Explicitly set EXTRA_OEMAKE as required
authorMike Crowe <mac@mcrowe.com>
Fri, 5 Feb 2016 18:04:27 +0000 (18:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Feb 2016 15:51:04 +0000 (15:51 +0000)
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>
meta/recipes-extended/sysklogd/sysklogd.inc

index f789c54d220954edd6fd575447e7f0dddc27eb71..1e363db6e8bccda561514302eb9ed3eba20e9600 100644 (file)
@@ -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 () {