diff mbox series

[meta-oe,scarthgap,4/7] znc: Fix buildpaths QA errors

Message ID 20240810152807.899873-4-akuster808@gmail.com
State New
Headers show
Series [meta-oe,scarthgap,1/7] fwupd: skip buildpaths errors | expand

Commit Message

akuster808 Aug. 10, 2024, 3:28 p.m. UTC
From: "J. S." <schonm@gmail.com>

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 28d77dddad1c86ac5771859e59504e662eb68813)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-networking/recipes-irc/znc/znc_1.8.2.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-networking/recipes-irc/znc/znc_1.8.2.bb b/meta-networking/recipes-irc/znc/znc_1.8.2.bb
index 1517384eca..68dd0702f7 100644
--- a/meta-networking/recipes-irc/znc/znc_1.8.2.bb
+++ b/meta-networking/recipes-irc/znc/znc_1.8.2.bb
@@ -29,4 +29,5 @@  do_configure:prepend() {
 
 do_install:append() {
     sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc
+    sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' ${D}${bindir}/znc-buildmod
 }