From patchwork Fri Jun 22 08:06:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] libmodbus: update to 3.0.3 Date: Fri, 22 Jun 2012 08:06:51 -0000 From: Andrea Galbusera X-Patchwork-Id: 30447 Message-Id: <1340352411-20305-1-git-send-email-gizero@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andrea Galbusera --- .../recipes-extended/libmodbus/libmodbus_3.0.2.bb | 16 ---------------- .../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 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 03b7fcc..0000000 --- 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 0000000..e6dde2c --- /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/libmodbus/libmodbus-${PV}.tar.gz" + +inherit autotools pkgconfig + +SRC_URI[md5sum] = "b5042d833c6c132e6fb2551af133a342" +SRC_URI[sha256sum] = "6fc7cf91f7293e522afde6ae5fc605c6cd7bdca4ee2ec953db5bb91158ab8677"