diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2026-02-03 13:17:49 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-06 10:06:20 -0800 |
| commit | a4d79609a4848478dd9cc79d9da11c6c0c5e3c8d (patch) | |
| tree | e8227dc179f7145fa491a4f82e90cb0ef9ef2e35 /meta-networking/recipes-support | |
| parent | 57eca6e20bfca745a7a0a28c2cbdbc45e44870fd (diff) | |
| download | meta-openembedded-a4d79609a4848478dd9cc79d9da11c6c0c5e3c8d.tar.gz | |
tunctl: 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: tunctl-1.5-r0.wr2401 do_package_qa: QA Issue: File /usr/sbin/.debug/tunctl in package tunctl-dbg contains reference to TMPDIR [buildpaths]
ERROR: tunctl-1.5-r0.wr2401 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-networking/recipes-support')
| -rw-r--r-- | meta-networking/recipes-support/tunctl/tunctl.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/tunctl/tunctl.inc b/meta-networking/recipes-support/tunctl/tunctl.inc index 5b759d32b6..1e7bc5a9fc 100644 --- a/meta-networking/recipes-support/tunctl/tunctl.inc +++ b/meta-networking/recipes-support/tunctl/tunctl.inc | |||
| @@ -9,6 +9,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz \ | |||
| 9 | 9 | ||
| 10 | inherit sourceforge-releases | 10 | inherit sourceforge-releases |
| 11 | 11 | ||
| 12 | TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}" | ||
| 13 | |||
| 12 | do_compile() { | 14 | do_compile() { |
| 13 | oe_runmake tunctl | 15 | oe_runmake tunctl |
| 14 | } | 16 | } |
