commit 0a4e93a4d93fa17c9eeb4b030a67f48430e1ab5e
parent a0a49e1d3ca1464d30a37b1d79e3291cd69ae84e
Author: Michael Heimpold <mhei@heimpold.de>
Date: Tue, 31 May 2016 21:42:11 +0200
libmodbus: upgrade to 3.1.4
While at, also disable the build of the unit tests.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libs/libmodbus/Makefile b/libs/libmodbus/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2015 OpenWrt.org
+# Copyright (C) 2006-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libmodbus
-PKG_VERSION:=3.1.2
+PKG_VERSION:=3.1.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://libmodbus.org/releases
-PKG_MD5SUM:=dd4262f87ed835c4d1e560f8321a222c
+PKG_MD5SUM:=b1a8fd3a40d2db4de51fb0cbcb201806
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
@@ -36,7 +36,7 @@ define Package/libmodbus/description
A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32.
endef
-CONFIGURE_ARGS += --without-documentation
+CONFIGURE_ARGS += --without-documentation --disable-tests
TARGET_CFLAGS += $(FPIC)
define Build/InstallDev