diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2026-02-03 13:17:02 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-06 10:06:20 -0800 |
| commit | e8981bf43163d2fe90ea28b2952a2443ceaea934 (patch) | |
| tree | f13b79d64472dfbff5f529786e18c0d94b6d5b99 /meta-oe/recipes-extended | |
| parent | 6c462c4d55ba472094c0d58f39b17896c895a59d (diff) | |
| download | meta-openembedded-e8981bf43163d2fe90ea28b2952a2443ceaea934.tar.gz | |
valkey: Restore DEBUG_PREFIX_MAP in TARGET_LDFLAGS
oe-core has removed DEBUG_PREFIX_MAP from TARGET_LDFLAGS [1], restore
it to fix the below error.
ERROR: valkey-9.0.1-r0.wr2600 do_package_qa: QA Issue: File /usr/bin/.debug/valkey-cli in package valkey-dbg contains reference to TMPDIR [buildpaths]
ERROR: valkey-9.0.1-r0.wr2600 do_package_qa: QA Issue: File /usr/bin/.debug/valkey-server in package valkey-dbg contains reference to TMPDIR [buildpaths]
ERROR: valkey-9.0.1-r0.wr2600 do_package_qa: QA Issue: File /usr/bin/.debug/valkey-benchmark in package valkey-dbg contains reference to TMPDIR [buildpaths]
ERROR: valkey-9.0.1-r0.wr2600 do_package_qa: Fatal QA errors were found, failing task.
[1] https://git.openembedded.org/openembedded-core/commit/?id=1797741aad02b8bf429fac4b81e30cdda64b5448
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
| -rw-r--r-- | meta-oe/recipes-extended/valkey/valkey_9.0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/valkey/valkey_9.0.1.bb b/meta-oe/recipes-extended/valkey/valkey_9.0.1.bb index 1f27224772..5b05bc2fe1 100644 --- a/meta-oe/recipes-extended/valkey/valkey_9.0.1.bb +++ b/meta-oe/recipes-extended/valkey/valkey_9.0.1.bb | |||
| @@ -21,6 +21,8 @@ RPROVIDES:${PN} = "virtual-redis" | |||
| 21 | 21 | ||
| 22 | inherit pkgconfig update-rc.d systemd useradd | 22 | inherit pkgconfig update-rc.d systemd useradd |
| 23 | 23 | ||
| 24 | TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}" | ||
| 25 | |||
| 24 | FINAL_LIBS:x86:toolchain-clang = "-latomic" | 26 | FINAL_LIBS:x86:toolchain-clang = "-latomic" |
| 25 | FINAL_LIBS:riscv32 = "-latomic" | 27 | FINAL_LIBS:riscv32 = "-latomic" |
| 26 | FINAL_LIBS:mips = "-latomic" | 28 | FINAL_LIBS:mips = "-latomic" |
