diff mbox series

[meta-oe,8/8] agent-proxy: Ensure that OE cflags are passed properly to build

Message ID 20260320170155.1413929-8-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-python,1/8] python3-xstatic-font-awesome: Upgrade to 6.2.1.2 | expand

Commit Message

Khem Raj March 20, 2026, 5:01 p.m. UTC
From: Khem Raj <raj.khem@gmail.com>

Current builds were extracting the relevance from LDFLAGS, which is
not the right thing to do. cflags carry the right elements to ensure
reproducibility with OE, so ensure its respected by makefile

Fixes
WARNING: agent-proxy-1.97-r0 do_package_qa: QA Issue: File /usr/bin/.debug/agent-proxy in package agent-proxy-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb
index cce85331f8..2ad41da957 100644
--- a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb
+++ b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"

 SECTION = "devel"

-EXTRA_OEMAKE = "'CC=${CC}'"
+EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS}'"

 SRCREV = "468fe4c31e6c62c9bbb328b06ba71eaf7be0b76a"