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 15:51:04 +0000 |
commit | ac3f28a44e03d6962771a43acffda36c314a6024 (patch) | |
tree | dcaeedeb7799a0739d1c1dda14171e075bf8b500 /meta/recipes-extended/sysklogd/sysklogd.inc | |
parent | 2ef419d7f7497a7c46dd7dd5c263c351b6339ad9 (diff) | |
download | openembedded-core-ac3f28a44e03d6962771a43acffda36c314a6024.tar.gz openembedded-core-ac3f28a44e03d6962771a43acffda36c314a6024.tar.bz2 openembedded-core-ac3f28a44e03d6962771a43acffda36c314a6024.zip |
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.
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysklogd/sysklogd.inc')
-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" INITSCRIPT_NAME = "syslog" CONFFILES_${PN} = "${sysconfdir}/syslog.conf.${BPN}" +EXTRA_OEMAKE = "-e MAKEFLAGS=" + CFLAGS_append = " -DSYSV" do_install () { |