mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
sgpio: Pass CFLAGS to make
Ensures all compiler options are passed to build Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ S = "${WORKDIR}/${BPN}"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE_GPL;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
EXTRA_OEMAKE = "CFLAGS='${CFLAGS}'"
|
||||
do_compile:prepend() {
|
||||
oe_runmake clean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user