mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
e1b438c138
commit
e200c00f0a
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user