From 0c0f62de36a91f31a3069bd9e512574dd92e69ff Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 27 Mar 2012 19:20:29 +0000 Subject: [PATCH] [package] libmodbus: bump to 3.0.2 This patch updates libmodbus from version 2.0.3 to the latest stable release 3.0.2 I needed modbus RTU and that seemed to be missing in the older version ? Patch is also attached in case it is corrupt inline here! Signed-off-by: Simon Gaynor git-svn-id: svn://svn.openwrt.org/openwrt/packages@31099 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libmodbus/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libmodbus/Makefile b/libs/libmodbus/Makefile index e379ad87c..833f5d40d 100644 --- a/libs/libmodbus/Makefile +++ b/libs/libmodbus/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmodbus -PKG_VERSION:=2.0.3 +PKG_VERSION:=3.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://github.com/downloads/stephane/libmodbus/ -PKG_MD5SUM:=0646f3edca6d7783d0356dc2fc4f9f4c +PKG_MD5SUM:=1aaacce9d9779d3a84f7d1a75774c943 PKG_FIXUP:=libtool PKG_INSTALL:=1 @@ -39,7 +39,7 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libmodbus.{so*,la} $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/lib/pkgconfig - $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/modbus.pc $(1)/usr/lib/pkgconfig/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libmodbus.pc $(1)/usr/lib/pkgconfig/ endef define Package/libmodbus/install