[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-646-ged8e268
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2015-03-11 11:23:01
|
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 ed8e268d9d3f20bf4aa20c533e3f0629f101e16a (commit)
from 5e40107346b9f1247bd5b80919d797d787fe5045 (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 ed8e268d9d3f20bf4aa20c533e3f0629f101e16a
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Mar 11 12:22:37 2015 +0100
[BUILDROOT] 2013.11: fix can-utils repository url
-----------------------------------------------------------------------
Summary of changes:
.../224-armadeus-fix_can_utils_repo_url.patch | 13 +++++++++++++
patches/buildroot/2013.11/cleanup_buildroot.sh | 1 +
2 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.11/224-armadeus-fix_can_utils_repo_url.patch
diff --git a/patches/buildroot/2013.11/224-armadeus-fix_can_utils_repo_url.patch b/patches/buildroot/2013.11/224-armadeus-fix_can_utils_repo_url.patch
new file mode 100644
index 0000000..a72a1b0
--- /dev/null
+++ b/patches/buildroot/2013.11/224-armadeus-fix_can_utils_repo_url.patch
@@ -0,0 +1,13 @@
+Index: buildroot/package/can-utils/can-utils.mk
+===================================================================
+--- buildroot.orig/package/can-utils/can-utils.mk
++++ buildroot/package/can-utils/can-utils.mk
+@@ -5,7 +5,7 @@
+ ################################################################################
+
+ CAN_UTILS_VERSION = 16c970d40e6c19dde705bad4751bab1a3a4f3a0d
+-CAN_UTILS_SITE = git://gitorious.org/linux-can/can-utils.git
++CAN_UTILS_SITE = http://github.com/linux-can/can-utils/tarball/$(CAN_UTILS_VERSION)
+ CAN_UTILS_AUTORECONF = YES
+
+ $(eval $(autotools-package))
diff --git a/patches/buildroot/2013.11/cleanup_buildroot.sh b/patches/buildroot/2013.11/cleanup_buildroot.sh
index abaac2b..3dc3e6c 100755
--- a/patches/buildroot/2013.11/cleanup_buildroot.sh
+++ b/patches/buildroot/2013.11/cleanup_buildroot.sh
@@ -47,6 +47,7 @@ rm -rf buildroot/package/busybox/Config.in
rm -rf buildroot/package/busybox/busybox-1.23.x.config
rm -rf buildroot/package/busybox/busybox.mk
rm -rf buildroot/package/busybox/snapshot/busybox-stty_add_rs485_config.patch
+rm -rf buildroot/package/can-utils/can-utils.mk
rm -rf buildroot/package/cunit/Config.in
rm -rf buildroot/package/cunit/cunit.mk
rm -rf buildroot/package/cwiid/Config.in
hooks/post-receive
--
armadeus
|