mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-03 20:54:42 +02:00
mce-test: Pass CFLAGS to make
Fixes QA errors like below File /opt/mce-test/cases/function/erst-inject/erst-inject.o in package mce-test contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -23,6 +23,8 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||
|
||||
S ="${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'"
|
||||
|
||||
do_install:append(){
|
||||
install -d ${D}/opt/mce-test
|
||||
cp -rf ${S}/* ${D}/opt/mce-test/
|
||||
|
||||
Reference in New Issue
Block a user