[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-119-gc88a59a
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-11-24 10:59:21
|
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 c88a59af4954791020cf113d713dbb5fbb3455aa (commit)
from 83047cbe95b7c79a83d07ea63ceaa6914445a686 (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 c88a59af4954791020cf113d713dbb5fbb3455aa
Author: Julien Boibessot <jul...@ar...>
Date: Wed Nov 24 11:58:53 2010 +0100
[BUILDROOT] Convert grep package to DOWNLOAD helper
-----------------------------------------------------------------------
Summary of changes:
.../136-grep-convert_to_DOWNLOAD_helper.patch | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/136-grep-convert_to_DOWNLOAD_helper.patch
diff --git a/patches/buildroot/136-grep-convert_to_DOWNLOAD_helper.patch b/patches/buildroot/136-grep-convert_to_DOWNLOAD_helper.patch
new file mode 100644
index 0000000..06de909
--- /dev/null
+++ b/patches/buildroot/136-grep-convert_to_DOWNLOAD_helper.patch
@@ -0,0 +1,19 @@
+Convert grep package to DOWNLOAD helper.
+
+Not needed on recent BR.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/package/grep/grep.mk
+===================================================================
+--- buildroot.orig/package/grep/grep.mk 2010-11-24 11:50:09.000000000 +0100
++++ buildroot/package/grep/grep.mk 2010-11-24 11:51:20.000000000 +0100
+@@ -12,7 +12,7 @@
+ GNUGREP_TARGET_BINARY:=bin/grep
+
+ $(DL_DIR)/$(GNUGREP_SOURCE):
+- $(WGET) -P $(DL_DIR) $(GNUGREP_SITE)/$(GNUGREP_SOURCE)
++ $(call DOWNLOAD,$(GNUGREP_SITE),$(GNUGREP_SOURCE))
+
+ grep-source: $(DL_DIR)/$(GNUGREP_SOURCE)
+
hooks/post-receive
--
armadeus
|