diff options
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb index 849ae0763c..3c05874690 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | |||
@@ -118,6 +118,10 @@ do_install_append() { | |||
118 | sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \ | 118 | sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \ |
119 | -i ${D}${bindir}/net-snmp-create-v3-user | 119 | -i ${D}${bindir}/net-snmp-create-v3-user |
120 | sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \ | 120 | sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \ |
121 | -e "s@${STAGING_DIR_NATIVE}[=]*@@g" \ | ||
122 | -e "s@${STAGING_DIR_HOST}[=]*@@g" \ | ||
123 | -e "s@${WORKDIR}[=]*@@g" \ | ||
124 | -e "s@${D}@@g" \ | ||
121 | -i ${D}${bindir}/net-snmp-config | 125 | -i ${D}${bindir}/net-snmp-config |
122 | 126 | ||
123 | if [ "${HAS_PERL}" = "1" ]; then | 127 | if [ "${HAS_PERL}" = "1" ]; then |