[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-385-g0732d4d
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-03-01 13:07:18
|
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 0732d4dfc44d29d4c96ec218f96aacbddb1def16 (commit)
via 71c1f0264a8c40745073b3a41c38586bf02e97ff (commit)
from 3b027091cd92c3b46ada4b68f3e1c4ce914ef080 (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 0732d4dfc44d29d4c96ec218f96aacbddb1def16
Author: Julien Boibessot <jul...@ar...>
Date: Tue Mar 1 14:06:33 2011 +0100
[BUILDROOT] Fixes Fbv download
commit 71c1f0264a8c40745073b3a41c38586bf02e97ff
Author: Julien Boibessot <jul...@ar...>
Date: Tue Mar 1 14:04:00 2011 +0100
Fixes patches/buildroot/cleanup_buildroot.sh
-----------------------------------------------------------------------
Summary of changes:
.../142-fbv-convert_to_DOWNLOAD_helper.patch | 19 +++++++++++++++++++
patches/buildroot/cleanup_buildroot.sh | 1 +
2 files changed, 20 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/142-fbv-convert_to_DOWNLOAD_helper.patch
diff --git a/patches/buildroot/142-fbv-convert_to_DOWNLOAD_helper.patch b/patches/buildroot/142-fbv-convert_to_DOWNLOAD_helper.patch
new file mode 100644
index 0000000..a81e7df
--- /dev/null
+++ b/patches/buildroot/142-fbv-convert_to_DOWNLOAD_helper.patch
@@ -0,0 +1,19 @@
+Convert fbv package to DOWNLOAD helper.
+
+Not needed on recent BR.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/package/fbv/fbv.mk
+===================================================================
+--- buildroot.orig/package/fbv/fbv.mk 2011-03-01 13:57:26.000000000 +0100
++++ buildroot/package/fbv/fbv.mk 2011-03-01 13:59:27.000000000 +0100
+@@ -12,7 +12,7 @@
+ FBV_TARGET_BINARY:=usr/bin/$(FBV_BINARY)
+
+ $(DL_DIR)/$(FBV_SOURCE):
+- $(WGET) -P $(DL_DIR) $(FBV_SITE)/$(FBV_SOURCE)
++ $(call DOWNLOAD,$(FBV_SITE),$(FBV_SOURCE))
+
+ fbv-source: $(DL_DIR)/$(FBV_SOURCE)
+
diff --git a/patches/buildroot/cleanup_buildroot.sh b/patches/buildroot/cleanup_buildroot.sh
index bf4397e..0b70ef8 100755
--- a/patches/buildroot/cleanup_buildroot.sh
+++ b/patches/buildroot/cleanup_buildroot.sh
@@ -48,3 +48,4 @@ rm -rf buildroot/package/urg/
rm -rf buildroot/package/joysticktest/
rm -rf buildroot/package/pickit2/
rm -rf buildroot/package/qwt/
+rm -f buildroot/package/flex/flex-2.5.35-undefine_rpl_malloc_and_realloc.patch
hooks/post-receive
--
armadeus
|