[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-95-gd444ccf
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-01-06 21:52:31
|
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 d444ccf4e79a868c4e69070139a55e9b0e4967f1 (commit)
from d8abcde8e9b76f24e89a58414c13908dc5b8d17b (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 d444ccf4e79a868c4e69070139a55e9b0e4967f1
Author: Julien Boibessot <jul...@ar...>
Date: Wed Jan 6 22:52:08 2010 +0100
[BUILDROOT] Add uucp package (preliminary) + updates cleanup_buildroot.sh
-----------------------------------------------------------------------
Summary of changes:
patches/buildroot/095-uucp-add_packages.patch | 45 +++++++++++++++++++++++++
patches/buildroot/cleanup_buildroot.sh | 4 ++-
2 files changed, 48 insertions(+), 1 deletions(-)
create mode 100644 patches/buildroot/095-uucp-add_packages.patch
diff --git a/patches/buildroot/095-uucp-add_packages.patch b/patches/buildroot/095-uucp-add_packages.patch
new file mode 100644
index 0000000..ae91b8b
--- /dev/null
+++ b/patches/buildroot/095-uucp-add_packages.patch
@@ -0,0 +1,45 @@
+Add uucp package to Buildroot. Only cu, which is part of uucp, was tested.
+
+Inspired by OpenWrt and Debian packages.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+
+Index: buildroot/package/uucp/uucp.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/uucp/uucp.mk 2009-12-28 11:06:42.000000000 +0100
+@@ -0,0 +1,17 @@
++#############################################################
++#
++# uucp (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
++ifeq ($(BR2_ENABLE_DEBUG),)
++UUCP_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) STRIPPROG='$(STRIPCMD)' install-strip
++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 2009-12-28 10:44:17.000000000 +0100
+@@ -0,0 +1,11 @@
++config BR2_PACKAGE_UUCP
++ bool "uucp"
++ help
++ Unix to Unix Copy Program.
++ UUCP will copy files to or from another (usually *nix) system, which also
++ runs uucp. UUCP is used to transfer mail, news and random files between
++ systems which are not connected by more modern networks. The communication
++ can be made via modems, direct (hard-wired) serial connections or via an
++ IP connection.
++
++ http://packages.debian.org/lenny/uucp
diff --git a/patches/buildroot/cleanup_buildroot.sh b/patches/buildroot/cleanup_buildroot.sh
index f742b2a..991cd50 100755
--- a/patches/buildroot/cleanup_buildroot.sh
+++ b/patches/buildroot/cleanup_buildroot.sh
@@ -3,9 +3,11 @@
# Things to do before patching Buildroot
#
-# Removes packages added through patches:
+# Removes packages/files added through patches:
rm -rf buildroot/package/games/quake-pak/
rm -rf buildroot/package/games/sdlquake/
rm -rf buildroot/package/gpm/
rm -rf buildroot/package/pygame/
rm -f buildroot/package/proftpd/proftpd-1.3.2-fix-kernel-header-capability-version.patch
+rm -rf buildroot/package/uucp/
+rm -f buildroot/package/audio/libsndfile/libsndfile-1.0.*-srconly.patch
hooks/post-receive
--
armadeus
|