[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-116-g62e5977
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-11-22 12:56:50
|
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 62e5977a7e5cfefa5d6e52a228096768ba9b21ac (commit)
from 8cbcaa3f49f9ad692184a0bc77b1a26b0ea4a862 (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 62e5977a7e5cfefa5d6e52a228096768ba9b21ac
Author: Julien Boibessot <jul...@ar...>
Date: Mon Nov 22 13:56:10 2010 +0100
[BUILDROOT] Convert tiff package to DOWNLOAD helper usage.
-----------------------------------------------------------------------
Summary of changes:
.../135-tiff-convert_to_DOWNLOAD_helper.patch | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/135-tiff-convert_to_DOWNLOAD_helper.patch
diff --git a/patches/buildroot/135-tiff-convert_to_DOWNLOAD_helper.patch b/patches/buildroot/135-tiff-convert_to_DOWNLOAD_helper.patch
new file mode 100644
index 0000000..80fbf1b
--- /dev/null
+++ b/patches/buildroot/135-tiff-convert_to_DOWNLOAD_helper.patch
@@ -0,0 +1,19 @@
+Convert tiff package to DOWNLOAD helper usage.
+
+No more needed with recent BR.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/package/tiff/tiff.mk
+===================================================================
+--- buildroot.orig/package/tiff/tiff.mk 2010-11-22 13:46:28.000000000 +0100
++++ buildroot/package/tiff/tiff.mk 2010-11-22 13:48:03.000000000 +0100
+@@ -11,7 +11,7 @@
+ TIFF_CAT:=$(ZCAT)
+
+ $(DL_DIR)/$(TIFF_SOURCE):
+- $(WGET) -P $(DL_DIR) $(TIFF_SITE)/$(TIFF_SOURCE)
++ $(call DOWNLOAD,$(TIFF_SITE),$(TIFF_SOURCE))
+
+ tiff-source: $(DL_DIR)/$(TIFF_SOURCE)
+
hooks/post-receive
--
armadeus
|