[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-164-ge1e3473
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-02-28 07:22:49
|
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 e1e3473ff1c8943b0f556ddadb53ec34134cbe6d (commit)
from 80fde4f17aabf914001e4928380ee85de1609c54 (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 e1e3473ff1c8943b0f556ddadb53ec34134cbe6d
Author: Eric Jarrige <eri...@ar...>
Date: Fri Feb 28 08:22:34 2014 +0100
[BUILDROOT] ltrace: Fix download url
-----------------------------------------------------------------------
Summary of changes:
.../2013.11/216-buildroot_ltrace_fix_url.patch | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.11/216-buildroot_ltrace_fix_url.patch
diff --git a/patches/buildroot/2013.11/216-buildroot_ltrace_fix_url.patch b/patches/buildroot/2013.11/216-buildroot_ltrace_fix_url.patch
new file mode 100644
index 0000000..6cd233c
--- /dev/null
+++ b/patches/buildroot/2013.11/216-buildroot_ltrace_fix_url.patch
@@ -0,0 +1,15 @@
+Inspired by a patch from Martin Bark <ma...@ba...>, 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 <rjb...@ro...> Signed-off-by: Peter Korsgaard <pe...@ko...>
+
+diff --git a/package/ltrace/ltrace.mk b/package/ltrace/ltrace.mk
+index b42c252..99c1af6 100644
+--- a/package/ltrace/ltrace.mk
++++ b/package/ltrace/ltrace.mk
+@@ -5,7 +5,7 @@
+ ################################################################################
+
+ LTRACE_VERSION = 0.7.3
+-LTRACE_SITE = http://alioth.debian.org/frs/download.php/file/3947
++LTRACE_SITE = http://sources.buildroot.net/
+ LTRACE_SOURCE = ltrace-$(LTRACE_VERSION).tar.bz2
+ LTRACE_DEPENDENCIES = libelf
+ LTRACE_CONF_OPT = --disable-werror
hooks/post-receive
--
armadeus
|