diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-08 10:57:58 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-15 10:16:38 +0100 |
commit | c8932ee60d29b4541ca5ff4e6621007e23ca0bcc (patch) | |
tree | 0a76c47e293dc4dd31432a65df3b702007e85551 | |
parent | 2cbf2ac87c8f6f92d4ec818678f1cd072fa9d996 (diff) | |
download | meta-openembedded-c8932ee60d29b4541ca5ff4e6621007e23ca0bcc.tar.gz |
libebml: 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-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb b/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb index 877e176b8..7cc0ec773 100644 --- a/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb +++ b/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb | |||
@@ -6,6 +6,8 @@ SRC_URI = "http://dl.matroska.org/downloads/libebml/libebml-${PV}.tar.bz2" | |||
6 | SRC_URI[md5sum] = "efec729bf5a51e649e1d9d1f61c0ae7a" | 6 | SRC_URI[md5sum] = "efec729bf5a51e649e1d9d1f61c0ae7a" |
7 | SRC_URI[sha256sum] = "83b074d6b62715aa0080406ea84d33df2e44b5d874096640233a4db49b8096de" | 7 | SRC_URI[sha256sum] = "83b074d6b62715aa0080406ea84d33df2e44b5d874096640233a4db49b8096de" |
8 | 8 | ||
9 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
10 | |||
9 | do_compile() { | 11 | do_compile() { |
10 | cd ${S}/make/linux | 12 | cd ${S}/make/linux |
11 | oe_runmake CROSS="${TARGET_PREFIX}" | 13 | oe_runmake CROSS="${TARGET_PREFIX}" |