mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +00:00
libmatroska: 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>
This commit is contained in:
@@ -8,6 +8,8 @@ SRC_URI = "http://dl.matroska.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
|
|||||||
SRC_URI[md5sum] = "f61b2e5086f4bb9d24a43cc8af43a719"
|
SRC_URI[md5sum] = "f61b2e5086f4bb9d24a43cc8af43a719"
|
||||||
SRC_URI[sha256sum] = "086f21873e925679babdabf793c3bb85c353d0cd79423543a3355e08e8a4efb7"
|
SRC_URI[sha256sum] = "086f21873e925679babdabf793c3bb85c353d0cd79423543a3355e08e8a4efb7"
|
||||||
|
|
||||||
|
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
cd ${S}/make/linux
|
cd ${S}/make/linux
|
||||||
oe_runmake CROSS="${TARGET_PREFIX}"
|
oe_runmake CROSS="${TARGET_PREFIX}"
|
||||||
|
|||||||
Reference in New Issue
Block a user