mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00: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