mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:01:23 +00:00
vlan: Pass CFLAGS via CCFLAGS
CCFLAGS is used in Make rules which will ensure file remapping options are used when compiling Fixes WARNING: vlan-1.9-r0 do_package_qa: QA Issue: File /usr/sbin/.debug/vconfig.vlan in package vlan-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 26842ecc3b4811fd39a65c55af0711777f41fdbb) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
ffb2a0b552
commit
6609c87eaf
@ -28,7 +28,7 @@ do_configure:append () {
|
|||||||
|
|
||||||
# ignore strip to avoid yocto errors in stripping
|
# ignore strip to avoid yocto errors in stripping
|
||||||
do_compile () {
|
do_compile () {
|
||||||
oe_runmake PLATFORM=ARM 'STRIP=echo' all
|
oe_runmake PLATFORM=ARM 'STRIP=echo' CCFLAGS="${CFLAGS}" all
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user