mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
uutils-coreutils: fix buildpaths QA warning
The onig_sys and blake3 crates build bundled C via cc crate. The build
path leaks into the the -dbg binary and trips the buildpaths QA check.
Add a -fdebug-prefix-map for ${CARGO_HOME} to CFLAGS to add a correct
mapping.
Signed-off-by: Esa Jaaskela <esa.jaaskela@suomi24.fi>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
committed by
Anuj Mittal
parent
f7fbf8f078
commit
1f99172329
@@ -18,6 +18,8 @@ COMPATIBLE_HOST:libc-musl = "null"
|
||||
SRCREV = "1d9e1626377cbaea3b21842a3525a62ba60f905f"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CFLAGS:append = " -fdebug-prefix-map=${CARGO_HOME}=${TARGET_DBGSRC_DIR}/cargo_home"
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
|
||||
PROVIDES = "coreutils"
|
||||
|
||||
Reference in New Issue
Block a user