From 63dda30632b7fcceead0223129c5e3960b1d8667 Mon Sep 17 00:00:00 2001 From: Andrea Galbusera Date: Sun, 17 Nov 2013 18:09:56 +0100 Subject: libmodbus: update to upstream stable version 3.0.5 * update SRC_URI according to download location for new releases Signed-off-by: Andrea Galbusera Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb | 16 ---------------- meta-oe/recipes-extended/libmodbus/libmodbus_3.0.5.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb create mode 100644 meta-oe/recipes-extended/libmodbus/libmodbus_3.0.5.bb diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb deleted file mode 100644 index 450add9e2b..0000000000 --- a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "A Modbus library" -DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \ -implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \ -QNX and Windows." -HOMEPAGE = "http://www.libmodbus.org/" -SECTION = "libs" - -LICENSE = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI = "http://github.com/downloads/stephane/${BPN}/${BP}.tar.gz" - -inherit autotools pkgconfig - -SRC_URI[md5sum] = "b5042d833c6c132e6fb2551af133a342" -SRC_URI[sha256sum] = "6fc7cf91f7293e522afde6ae5fc605c6cd7bdca4ee2ec953db5bb91158ab8677" diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.5.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.5.bb new file mode 100644 index 0000000000..19ca24c9bb --- /dev/null +++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.5.bb @@ -0,0 +1,16 @@ +SUMMARY = "A Modbus library" +DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \ +implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \ +QNX and Windows." +HOMEPAGE = "http://www.libmodbus.org/" +SECTION = "libs" + +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "http://libmodbus.org/site_media/build/${BP}.tar.gz" + +inherit autotools pkgconfig + +SRC_URI[md5sum] = "18860375a7aa0ca9cba7d6ece54ab666" +SRC_URI[sha256sum] = "19aad5d55fa315602d6e836a858a3802f1608f9d824afba05fa12a58a1b1e656" -- cgit 1.2.3-korg