[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-283-g8de1f77
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2013-06-13 14:04:15
|
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 8de1f775cbdc345ee55283902e14070c4f82ab1c (commit)
from 594285fbff5ab5a45e1d2ed0088fc24eb2a25a26 (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 8de1f775cbdc345ee55283902e14070c4f82ab1c
Author: Julien Boibessot <jul...@ar...>
Date: Thu Jun 13 16:03:56 2013 +0200
[BUILDROOT] 2013.05: ti-utils: fix github tarball to use commit id (backport from BR mainline)
-----------------------------------------------------------------------
Summary of changes:
...utils-fix-github-tarball-to-use-commit-id.patch | 25 ++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.05/004-gilliland-ti-utils-fix-github-tarball-to-use-commit-id.patch
diff --git a/patches/buildroot/2013.05/004-gilliland-ti-utils-fix-github-tarball-to-use-commit-id.patch b/patches/buildroot/2013.05/004-gilliland-ti-utils-fix-github-tarball-to-use-commit-id.patch
new file mode 100644
index 0000000..cc6c513
--- /dev/null
+++ b/patches/buildroot/2013.05/004-gilliland-ti-utils-fix-github-tarball-to-use-commit-id.patch
@@ -0,0 +1,25 @@
+From 7869f83bda815279f8245913d33062e525d4efe1 Mon Sep 17 00:00:00 2001
+From: Spenser Gilliland <sp...@gi...>
+Date: Thu, 06 Jun 2013 06:47:28 +0000
+Subject: ti-utils: fix github tarball to use commit id
+
+Signed-off-by: Spenser Gilliland <sp...@gi...>
+Signed-off-by: Peter Korsgaard <ja...@su...>
+---
+(limited to 'package/ti-utils/ti-utils.mk')
+
+diff --git a/package/ti-utils/ti-utils.mk b/package/ti-utils/ti-utils.mk
+index d739f3c..a76fde1 100644
+--- a/package/ti-utils/ti-utils.mk
++++ b/package/ti-utils/ti-utils.mk
+@@ -5,7 +5,7 @@
+ ################################################################################
+
+ TI_UTILS_VERSION = 06dbdb2
+-TI_UTILS_SITE = http://github.com/gxk/ti-utils/tarball/master
++TI_UTILS_SITE = http://github.com/gxk/ti-utils/tarball/$(TI_UTILS_VERSION)
+ TI_UTILS_DEPENDENCIES = libnl
+
+ define TI_UTILS_BUILD_CMDS
+--
+cgit v0.9.1
hooks/post-receive
--
armadeus
|