mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
sgpio: Pass CFLAGS to make
Ensures all compiler options are passed to build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit eb0878eccf)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
6609c87eaf
commit
70e1acc999
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user