Bump buildroot to 2019.02
This commit is contained in:
3
bsp/buildroot/package/netsnmp/S59snmpd
Executable file → Normal file
3
bsp/buildroot/package/netsnmp/S59snmpd
Executable file → Normal file
@@ -14,9 +14,6 @@
|
||||
|
||||
export PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||
|
||||
test -x /usr/sbin/snmpd || exit 0
|
||||
test -x /usr/sbin/snmptrapd || exit 0
|
||||
|
||||
# Defaults
|
||||
export MIBDIRS=/usr/share/snmp/mibs
|
||||
SNMPDRUN=yes
|
||||
|
||||
@@ -106,12 +106,4 @@ define NETSNMP_INSTALL_INIT_SYSV
|
||||
endef
|
||||
endif
|
||||
|
||||
define NETSNMP_STAGING_NETSNMP_CONFIG_FIXUP
|
||||
$(SED) "s,^includedir=.*,includedir=\'$(STAGING_DIR)/usr/include\',g" \
|
||||
-e "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
|
||||
$(STAGING_DIR)/usr/bin/net-snmp-config
|
||||
endef
|
||||
|
||||
NETSNMP_POST_INSTALL_STAGING_HOOKS += NETSNMP_STAGING_NETSNMP_CONFIG_FIXUP
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user