summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorAndrea Galbusera <gizero@gmail.com>2013-11-17 18:09:56 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-18 23:20:03 +0100
commit63dda30632b7fcceead0223129c5e3960b1d8667 (patch)
treee0e2325bebe8f4648b0d3db2fefa5421cedb141f /meta-oe/recipes-extended
parent3c0417e355b4137a6d3285ac1854ac91811ed7b0 (diff)
downloadmeta-openembedded-63dda30632b7fcceead0223129c5e3960b1d8667.tar.gz
libmodbus: update to upstream stable version 3.0.5
* update SRC_URI according to download location for new releases Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/libmodbus/libmodbus_3.0.5.bb (renamed from meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.5.bb
index 450add9e2..19ca24c9b 100644
--- a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.3.bb
+++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.5.bb
@@ -8,9 +8,9 @@ SECTION = "libs"
8LICENSE = "LGPLv2.1+" 8LICENSE = "LGPLv2.1+"
9LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" 9LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
10 10
11SRC_URI = "http://github.com/downloads/stephane/${BPN}/${BP}.tar.gz" 11SRC_URI = "http://libmodbus.org/site_media/build/${BP}.tar.gz"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
14 14
15SRC_URI[md5sum] = "b5042d833c6c132e6fb2551af133a342" 15SRC_URI[md5sum] = "18860375a7aa0ca9cba7d6ece54ab666"
16SRC_URI[sha256sum] = "6fc7cf91f7293e522afde6ae5fc605c6cd7bdca4ee2ec953db5bb91158ab8677" 16SRC_URI[sha256sum] = "19aad5d55fa315602d6e836a858a3802f1608f9d824afba05fa12a58a1b1e656"