mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
nbench-byte: 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:
@@ -13,6 +13,8 @@ SRC_URI = "http://www.tux.org/~mayer/linux/${BP}.tar.gz \
|
|||||||
SRC_URI[md5sum] = "285dfab361080759d477ea1fe7d3093a"
|
SRC_URI[md5sum] = "285dfab361080759d477ea1fe7d3093a"
|
||||||
SRC_URI[sha256sum] = "723dd073f80e9969639eb577d2af4b540fc29716b6eafdac488d8f5aed9101ac"
|
SRC_URI[sha256sum] = "723dd073f80e9969639eb577d2af4b540fc29716b6eafdac488d8f5aed9101ac"
|
||||||
|
|
||||||
|
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||||
|
|
||||||
TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}"
|
TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}"
|
||||||
do_compile() {
|
do_compile() {
|
||||||
oe_runmake
|
oe_runmake
|
||||||
|
|||||||
Reference in New Issue
Block a user