summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
index 7c3d5babd8..0150d3e38a 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
@@ -131,6 +131,11 @@ do_install_append() {
131 -e 's@[^ ]*PKG_CONFIG_LIBDIR=[^ "]*@@g' \ 131 -e 's@[^ ]*PKG_CONFIG_LIBDIR=[^ "]*@@g' \
132 -i ${D}${bindir}/net-snmp-config 132 -i ${D}${bindir}/net-snmp-config
133 133
134 sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \
135 -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \
136 -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \
137 -i ${D}${libdir}/pkgconfig/netsnmp*.pc
138
134 # ${STAGING_DIR_HOST} is empty for native builds, and the sed command below 139 # ${STAGING_DIR_HOST} is empty for native builds, and the sed command below
135 # will result in errors if run for native. 140 # will result in errors if run for native.
136 if [ "${STAGING_DIR_HOST}" ]; then 141 if [ "${STAGING_DIR_HOST}" ]; then