diff options
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb index 2a0d88ab21..7794f3880a 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | |||
@@ -119,12 +119,12 @@ do_install_append() { | |||
119 | sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \ | 119 | sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \ |
120 | -i ${D}${bindir}/net-snmp-create-v3-user | 120 | -i ${D}${bindir}/net-snmp-create-v3-user |
121 | sed -e 's@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g' \ | 121 | sed -e 's@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g' \ |
122 | -e 's@\([^ ]*-fdebug-prefix-map=[^ "]*\)\1*@@g' \ | 122 | -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ |
123 | -e 's@\([^ ]*--sysroot=[^ "]*\)\1*@@g' \ | 123 | -e 's@[^ ]*--sysroot=[^ "]*@@g' \ |
124 | -e 's@\([^ ]*--with-libtool-sysroot=[^ "]*\)\1*@@g' \ | 124 | -e 's@[^ ]*--with-libtool-sysroot=[^ "]*@@g' \ |
125 | -e 's@\([^ ]*--with-install-prefix=[^ "]*\)\1*@@g' \ | 125 | -e 's@[^ ]*--with-install-prefix=[^ "]*@@g' \ |
126 | -e 's@\([^ ]*PKG_CONFIG_PATH=[^ "]*\)\1*@@g' \ | 126 | -e 's@[^ ]*PKG_CONFIG_PATH=[^ "]*@@g' \ |
127 | -e 's@\([^ ]*PKG_CONFIG_LIBDIR=[^ "]*\)\1*@@g' \ | 127 | -e 's@[^ ]*PKG_CONFIG_LIBDIR=[^ "]*@@g' \ |
128 | -i ${D}${bindir}/net-snmp-config | 128 | -i ${D}${bindir}/net-snmp-config |
129 | 129 | ||
130 | if [ "${HAS_PERL}" = "1" ]; then | 130 | if [ "${HAS_PERL}" = "1" ]; then |