aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2021-02-03 02:31:49 +0100
committerKhem Raj <raj.khem@gmail.com>2021-02-02 17:38:41 -0800
commite200c00f0a443fbdbfb54b1c20955a1e35463af8 (patch)
tree43810348f2b554c4d093809773fc6028f435d0c3 /meta-networking/recipes-protocols
parente1b438c138b4578fc058e3fa5050260d6efdab52 (diff)
downloadmeta-openembedded-contrib-e200c00f0a443fbdbfb54b1c20955a1e35463af8.tar.gz
net-snmp: fix build with dash
* fixes: | make[1]: Leaving directory 'net-snmp/5.9-r0/net-snmp-5.9/mibs' | sed: can't read net-snmp/5.9-r0/image/usr/lib/pkgconfig/{netsnmp-agent.pc,netsnmp.pc}: No such file or directory | WARNING: exit code 2 from a shell command. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.bb
index ac78ed2d5f..6a4d5b1eff 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.bb
@@ -133,7 +133,7 @@ do_install_append() {
-i ${D}${bindir}/net-snmp-config
sed -e 's@${STAGING_DIR_HOST}@@g' \
- -i ${D}${libdir}/pkgconfig/{netsnmp-agent.pc,netsnmp.pc}
+ -i ${D}${libdir}/pkgconfig/netsnmp*.pc
if [ "${HAS_PERL}" = "1" ]; then
sed -e "s@^NSC_INCLUDEDIR=.*@NSC_INCLUDEDIR=\$\{includedir\}@g" \