diff options
author | J. S. <schonm@gmail.com> | 2024-07-27 17:22:26 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-27 17:26:38 -0700 |
commit | 28d77dddad1c86ac5771859e59504e662eb68813 (patch) | |
tree | 3d0bf9c776484eaa19d702aae964505d4f6de714 /meta-networking | |
parent | 3026d235fd3c09a8ec4661badb141a2b66a691a7 (diff) | |
download | meta-openembedded-28d77dddad1c86ac5771859e59504e662eb68813.tar.gz |
znc: Fix buildpaths QA errors
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-irc/znc/znc_1.8.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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() { | |||
29 | 29 | ||
30 | do_install:append() { | 30 | do_install:append() { |
31 | sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc | 31 | sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc |
32 | sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' ${D}${bindir}/znc-buildmod | ||
32 | } | 33 | } |