libmbus: fix upstream location
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 12 May 2014 20:10:48 +0000 (22:10 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 12 May 2014 20:17:20 +0000 (22:17 +0200)
The libmbus tarball is no longer available at
http://www.freescada.com/public-dist. Apparently, the new upstream is
at http://www.rscada.se/libmbus/ and tarballs are at
http://www.rscada.se/public-dist/. Without this patch, the current
download of libmbus-0.8.0.tar.gz downloads an HTML document with an
error, which cannot be extracted, obviously.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libmbus/Config.in
package/libmbus/libmbus.mk

index 1e2a8de7ad45bc68de81a2cc92cb16bddba6c885..861406901ffd43413978e13db4e442d050d9c2c9 100644 (file)
@@ -5,4 +5,4 @@ config BR2_PACKAGE_LIBMBUS
          It supports TCP and RS232 M-bus gateways.
          (M-bus standard: http://www.m-bus.com/)
 
-         http://www.freescada.com/libmbus
+         http://www.rscada.se/libmbus/
index e1b02e001c33a74434acbea29ab20755acccaa5d..93fe95f4384de6d9c97e7f68e4c9d30a9239f9e1 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBMBUS_VERSION = 0.8.0
-LIBMBUS_SITE = http://www.freescada.com/public-dist
+LIBMBUS_SITE = http://www.rscada.se/public-dist/
 LIBMBUS_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))