mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
41d53bca67
commit
24e1644032
@ -5,4 +5,4 @@ config BR2_PACKAGE_LIBMBUS
|
|||||||
It supports TCP and RS232 M-bus gateways.
|
It supports TCP and RS232 M-bus gateways.
|
||||||
(M-bus standard: http://www.m-bus.com/)
|
(M-bus standard: http://www.m-bus.com/)
|
||||||
|
|
||||||
http://www.freescada.com/libmbus
|
http://www.rscada.se/libmbus/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBMBUS_VERSION = 0.8.0
|
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
|
LIBMBUS_INSTALL_STAGING = YES
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user