[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-302-gdd54779
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2014-06-24 20:02:05
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via dd547792c9e48f07ea6cf9f47524ce710193f27d (commit)
from 62fd960209325beea1ea20300a18a3335c8ab61c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dd547792c9e48f07ea6cf9f47524ce710193f27d
Author: Julien Boibessot <jul...@ar...>
Date: Tue Jun 24 22:01:07 2014 +0200
[BUILDROOT] 2013.11: fixes libhid download site
-----------------------------------------------------------------------
Summary of changes:
.../013-buildroot-fixes-libhid-download.patch | 15 +++++++++++++++
patches/buildroot/2013.11/cleanup_buildroot.sh | 1 +
2 files changed, 16 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.11/013-buildroot-fixes-libhid-download.patch
diff --git a/patches/buildroot/2013.11/013-buildroot-fixes-libhid-download.patch b/patches/buildroot/2013.11/013-buildroot-fixes-libhid-download.patch
new file mode 100644
index 0000000..07983cd
--- /dev/null
+++ b/patches/buildroot/2013.11/013-buildroot-fixes-libhid-download.patch
@@ -0,0 +1,15 @@
+From BR mainline. Can be removed when moving to BR 2014.05.
+
+Index: buildroot/package/libhid/libhid.mk
+===================================================================
+--- buildroot.orig/package/libhid/libhid.mk 2014-06-24 21:54:37.789807736 +0200
++++ buildroot/package/libhid/libhid.mk 2014-06-24 21:55:29.574064530 +0200
+@@ -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
diff --git a/patches/buildroot/2013.11/cleanup_buildroot.sh b/patches/buildroot/2013.11/cleanup_buildroot.sh
index 553ee57..71ad2d9 100755
--- a/patches/buildroot/2013.11/cleanup_buildroot.sh
+++ b/patches/buildroot/2013.11/cleanup_buildroot.sh
@@ -88,3 +88,4 @@ rm -rf buildroot/package/gnash/
rm -rf buildroot/package/xc3sprog/
rm -rf buildroot/package/sam7-pgm-ng/
rm -rf buildroot/package/tk/
+rm -rf buildroot/package/libhid/
hooks/post-receive
--
armadeus
|