From 3eb5f6eecf6faf7b2701f94b12cf779350d31acc Mon Sep 17 00:00:00 2001 From: Andrea Galbusera Date: Fri, 22 Jun 2012 09:23:48 +0000 Subject: libmodbus: update to 3.0.3 v2: also reword SRC_URI with ${BPN}/${BP} Signed-off-by: Andrea Galbusera Signed-off-by: Koen Kooi --- meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb | 16 ---------------- meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb create mode 100644 meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb (limited to 'meta-oe/recipes-extended') diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb deleted file mode 100644 index 03b7fcc941..0000000000 --- a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.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/libmodbus/libmodbus-${PV}.tar.gz" - -inherit autotools pkgconfig - -SRC_URI[md5sum] = "1aaacce9d9779d3a84f7d1a75774c943" -SRC_URI[sha256sum] = "927ec90e0e299a7d4ec7086b1e2590566bdfc3bbc22e12204229361c029f2615" diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb new file mode 100644 index 0000000000..450add9e2b --- /dev/null +++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.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://github.com/downloads/stephane/${BPN}/${BP}.tar.gz" + +inherit autotools pkgconfig + +SRC_URI[md5sum] = "b5042d833c6c132e6fb2551af133a342" +SRC_URI[sha256sum] = "6fc7cf91f7293e522afde6ae5fc605c6cd7bdca4ee2ec953db5bb91158ab8677" -- cgit 1.2.3-korg