diff options
author | J. S. <schonm@gmail.com> | 2024-07-27 17:22:26 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-08-10 11:21:45 -0400 |
commit | 76f14368a04b16e18246592f7933536da20b4fc4 (patch) | |
tree | e02763d2d40a9178b3da92be8d2803d038869f71 /meta-networking | |
parent | 2ae04c8c3de60431e84c46b8b7f35dbc7f493a89 (diff) | |
download | meta-openembedded-76f14368a04b16e18246592f7933536da20b4fc4.tar.gz |
znc: Fix buildpaths QA errors
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 28d77dddad1c86ac5771859e59504e662eb68813)
Signed-off-by: Armin Kuster <akuster808@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 | } |