[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-152-g00aa4d9
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-05-27 14:53:02
|
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 00aa4d97ab660d9b14063aaa8ec0f3d038010ac8 (commit)
from d10a70d0fa5f8ffb5092d8e518c7afca571e5536 (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 00aa4d97ab660d9b14063aaa8ec0f3d038010ac8
Author: Julien Boibessot <jul...@ar...>
Date: Fri May 27 16:51:36 2011 +0200
[BUILDROOT] Makes uucp package install fine
-----------------------------------------------------------------------
Summary of changes:
.../buildroot/2010.11/095-uucp-add_packages.patch | 29 ++++++++++++-------
1 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/patches/buildroot/2010.11/095-uucp-add_packages.patch b/patches/buildroot/2010.11/095-uucp-add_packages.patch
index ddeca17..b426ca8 100644
--- a/patches/buildroot/2010.11/095-uucp-add_packages.patch
+++ b/patches/buildroot/2010.11/095-uucp-add_packages.patch
@@ -6,9 +6,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2011-01-27 15:24:45.000000000 +0100
-+++ buildroot/package/Config.in 2011-01-27 15:24:47.000000000 +0100
-@@ -449,6 +449,7 @@
+--- buildroot.orig/package/Config.in 2011-05-27 15:32:05.000000000 +0200
++++ buildroot/package/Config.in 2011-05-27 16:47:49.000000000 +0200
+@@ -448,6 +448,7 @@
source "package/tn5250/Config.in"
source "package/ttcp/Config.in"
source "package/udpcast/Config.in"
@@ -19,30 +19,36 @@ Index: buildroot/package/Config.in
Index: buildroot/package/uucp/uucp.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/uucp/uucp.mk 2011-01-27 15:24:47.000000000 +0100
-@@ -0,0 +1,17 @@
++++ buildroot/package/uucp/uucp.mk 2011-05-27 16:47:39.000000000 +0200
+@@ -0,0 +1,23 @@
+#############################################################
+#
-+# uucp (cu, ...??)
++# uucp (uucico, uusched, uuxqt, uux, uucp, uustat, uulog,
++# uuname, uuto, uupick, and cu)
+#
+#############################################################
+
+UUCP_VERSION:=1.07
+UUCP_SOURCE:=uucp_$(UUCP_VERSION).orig.tar.gz
+UUCP_SITE:=http://ftp.debian.org/debian/pool/main/u/uucp/
-+#UUCP_AUTORECONF:=no
-+UUCP_INSTALL_STAGING:=YES
-+UUCP_INSTALL_TARGET:=YES
++# or ftp://ftp.gnu.org/pub/gnu/uucp/uucp-1.07.tar.gz
++
++define UUCP_INSTALL_STRIP_FIXUP
++ $(SED) 's,INSTALL_SCRIPT = $${INSTALL_PROGRAM},INSTALL_SCRIPT = $${INSTALL},g' $(UUCP_DIR)/Makefile
++endef
++
++# Otherwise executables aren't installed stripped
+ifeq ($(BR2_ENABLE_DEBUG),)
+UUCP_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) STRIPPROG='$(STRIPCMD)' install-strip
++UUCP_POST_CONFIGURE_HOOKS += UUCP_INSTALL_STRIP_FIXUP
+endif
+
+$(eval $(call AUTOTARGETS,package,uucp))
Index: buildroot/package/uucp/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/uucp/Config.in 2011-01-27 15:24:47.000000000 +0100
-@@ -0,0 +1,11 @@
++++ buildroot/package/uucp/Config.in 2011-05-27 16:25:57.000000000 +0200
+@@ -0,0 +1,12 @@
+config BR2_PACKAGE_UUCP
+ bool "uucp"
+ help
@@ -53,4 +59,5 @@ Index: buildroot/package/uucp/Config.in
+ can be made via modems, direct (hard-wired) serial connections or via an
+ IP connection.
+
++ http://www.airs.com/ian/uucp.html
+ http://packages.debian.org/lenny/uucp
hooks/post-receive
--
armadeus
|