diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-05 18:04:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 16:06:25 +0000 |
commit | 4ef055c9ef5de66379edf948f954321eb65ff6e3 (patch) | |
tree | 6f45748e2fd64c5d8a9711accec4fd11e74526d2 /meta | |
parent | 625066b87252b374527de840089bbe6040975734 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd.inc | 2 |
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" | |||
25 | INITSCRIPT_NAME = "syslog" | 25 | INITSCRIPT_NAME = "syslog" |
26 | CONFFILES_${PN} = "${sysconfdir}/syslog.conf.${BPN}" | 26 | CONFFILES_${PN} = "${sysconfdir}/syslog.conf.${BPN}" |
27 | 27 | ||
28 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
29 | |||
28 | CFLAGS_append = " -DSYSV" | 30 | CFLAGS_append = " -DSYSV" |
29 | 31 | ||
30 | do_install () { | 32 | do_install () { |