diff options
author | Ryan Barnett <ryanbarnett3@gmail.com> | 2014-02-03 22:22:53 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-04 09:48:48 +0100 |
commit | 01d92e1c386b81a026199b66799c921a4a2e220c (patch) | |
tree | 78599de7c79b6102831b79e32f8986a7ffceabff /package/libhid | |
parent | d9b79b7f506a48f7b57abb6b8eccaece74b32f40 (diff) |
Fix alioth.debian URLs that are broken
Inspired by a patch from Martin Bark <martin@barkynet.com>, this fixes
autobuild issues related to packages not downloading from alioth.debian
URLs. This patches is meant to be "temporary" until the URLs are fixed
by debian.
Fixes:
http://autobuild.buildroot.org/results/8c3/8c34649a7f98f60f14cff8b32fa2f8e82b1afeb6
http://autobuild.buildroot.org/results/7e3/7e34e73e40fdb0e04bd63fa889f9bc14f7e30536
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libhid')
-rw-r--r-- | package/libhid/libhid.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libhid/libhid.mk b/package/libhid/libhid.mk index 97aab5d42..1b9b8958c 100644 --- a/package/libhid/libhid.mk +++ b/package/libhid/libhid.mk @@ -5,7 +5,7 @@ ################################################################################ LIBHID_VERSION = 0.2.16 -LIBHID_SITE = http://alioth.debian.org/frs/download.php/file/1958 +LIBHID_SITE = http://sources.buildroot.net/ LIBHID_DEPENDENCIES = libusb-compat libusb LIBHID_INSTALL_STAGING = YES LIBHID_AUTORECONF = YES |