diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-09 15:20:30 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:43 +0100 |
commit | c76afce38c7eaff47d711aa2cbcf320a67b04b81 (patch) | |
tree | ca1df709ce3b99e99c6cb031b7bee34b92eb418e | |
parent | 1f2e773f22fb2f4d47ac9e3c4faba6132bbd61fd (diff) | |
download | meta-openembedded-c76afce38c7eaff47d711aa2cbcf320a67b04b81.tar.gz |
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@mcrowe.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 8e913c4a4..fbbfa3dd8 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 | |||
16 | 16 | ||
17 | DEPENDS = "glib-2.0 system-config-keyboard-native" | 17 | DEPENDS = "glib-2.0 system-config-keyboard-native" |
18 | 18 | ||
19 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
20 | |||
19 | do_compile_prepend() { | 21 | do_compile_prepend() { |
20 | ${PYTHON} -v get_layouts.py > keyboards.h | 22 | ${PYTHON} -v get_layouts.py > keyboards.h |
21 | } | 23 | } |