summaryrefslogtreecommitdiffstats
path: root/package/libmbus
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-05-12 22:10:48 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-12 22:17:20 +0200
commit24e164403214847b6cb1993e9d3cd46ae86f64c7 (patch)
tree36a6cc7ff47e191bfa40eb10a62934873ce217ce /package/libmbus
parent41d53bca67b4cdd77de9d272026a4eb3f4e2cd9d (diff)
downloadbuildroot-24e164403214847b6cb1993e9d3cd46ae86f64c7.tar.gz
buildroot-24e164403214847b6cb1993e9d3cd46ae86f64c7.zip
libmbus: fix upstream location
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>
Diffstat (limited to 'package/libmbus')
-rw-r--r--package/libmbus/Config.in2
-rw-r--r--package/libmbus/libmbus.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libmbus/Config.in b/package/libmbus/Config.in
index 1e2a8de7ad..861406901f 100644
--- a/package/libmbus/Config.in
+++ b/package/libmbus/Config.in
@@ -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/
diff --git a/package/libmbus/libmbus.mk b/package/libmbus/libmbus.mk
index e1b02e001c..93fe95f438 100644
--- a/package/libmbus/libmbus.mk
+++ b/package/libmbus/libmbus.mk
@@ -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))
OpenPOWER on IntegriCloud