[oe-commits] [meta-openembedded] 27/141: system-setup-keyboard: Explicitly set EXTRA_OEMAKE as required

git at git.openembedded.org git at git.openembedded.org
Wed Feb 24 13:08:21 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit f9108e44a9ee1d2f74e3936cb735409356079987
Author: Mike Crowe <mac at mcrowe.com>
AuthorDate: Tue Feb 9 15:20:30 2016 +0000

    system-setup-keyboard: Explicitly set EXTRA_OEMAKE as required
    
    This recipe currently relies on EXTRA_OEMAKE having been to 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 at mcrowe.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../system-setup-keyboard/system-setup-keyboard_0.8.8.bb                | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb b/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb
index 8e913c4..fbbfa3d 100644
--- a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb
+++ b/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb
@@ -16,6 +16,8 @@ inherit pythonnative
 
 DEPENDS = "glib-2.0 system-config-keyboard-native"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 do_compile_prepend() {
     ${PYTHON} -v get_layouts.py > keyboards.h
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list