[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-237-g23b7a90
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-05-07 14:55:09
|
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 23b7a90ad37032fd86f4f8c12f0f1b828985c8a7 (commit)
from fe9619d763e116e8305f9e9a48fc70a909dbeea5 (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 23b7a90ad37032fd86f4f8c12f0f1b828985c8a7
Author: Janos Angeli <an...@an...>
Date: Sun May 5 01:10:01 2013 +0200
Add minicom terminal program
Signed-off-by: Janos Angeli <an...@an...>
-----------------------------------------------------------------------
Summary of changes:
.../2012.02/205-minicom-add_package.patch | 61 ++++++++++++++++++++
patches/buildroot/2012.02/cleanup_buildroot.sh | 1 +
2 files changed, 62 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2012.02/205-minicom-add_package.patch
diff --git a/patches/buildroot/2012.02/205-minicom-add_package.patch b/patches/buildroot/2012.02/205-minicom-add_package.patch
new file mode 100644
index 0000000..ff3301b
--- /dev/null
+++ b/patches/buildroot/2012.02/205-minicom-add_package.patch
@@ -0,0 +1,61 @@
+Minicom: Add Minicom terminal program
+
+Signed-off-by: Janos Angeli <an...@an...>
+---
+
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in
++++ buildroot/package/Config.in
+@@ -224,6 +224,7 @@
+ source "package/makedevs/Config.in"
+ source "package/mdadm/Config.in"
+ source "package/memtester/Config.in"
++source "package/minicom/Config.in"
+ source "package/mtd/Config.in"
+ source "package/nanocom/Config.in"
+ source "package/ntfs-3g/Config.in"
+Index: buildroot/package/minicom/Config.in
+===================================================================
+--- /dev/null
++++ buildroot/package/minicom/Config.in
+@@ -0,0 +1,14 @@
++config BR2_PACKAGE_MINICOM
++ bool "minicom"
++ depends on BR2_USE_WCHAR
++ select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
++ select BR2_PACKAGE_NCURSES
++ help
++ Minicom is a menu driven communications program.
++ It emulates ANSI and VT102 terminals. It has a
++ dialing directory and auto zmodem download.
++
++ http://alioth.debian.org/projects/minicom
++
++comment "minicom requires a toolchain with WCHAR support"
++ depends on !BR2_USE_WCHAR
+Index: buildroot/package/minicom/minicom.mk
+===================================================================
+--- /dev/null
++++ buildroot/package/minicom/minicom.mk
+@@ -0,0 +1,20 @@
++#############################################################
++#
++# minicom
++#
++#############################################################
++MINICOM_VERSION = 2.6.1
++MINICOM_SOURCE = minicom-$(MINICOM_VERSION).tar.gz
++MINICOM_SITE = http://alioth.debian.org/frs/download.php/3700/
++MINICOM_LICENSE = GPLv2+
++MINICOM_LICENSE_FILES = COPYING
++
++# pkg-config is only used to check for liblockdev, which we don't have
++# in BR, so instead of adding host-pkg-config as a dependency, simply
++# make sure the host version isn't used so we don't end up with problems
++# if people have liblockdev1-dev installed
++MINICOM_CONF_ENV = PKG_CONFIG=/bin/false
++
++MINICOM_DEPENDENCIES = ncurses $(if $(BR2_ENABLE_LOCALE),,libiconv)
++
++$(eval $(call AUTOTARGETS))
diff --git a/patches/buildroot/2012.02/cleanup_buildroot.sh b/patches/buildroot/2012.02/cleanup_buildroot.sh
index 614ce35..4be8877 100755
--- a/patches/buildroot/2012.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2012.02/cleanup_buildroot.sh
@@ -85,3 +85,4 @@ rm -rf buildroot/package/gnokii/
rm -f buildroot/linux/linux.mk
rm -rf buildroot/package/smstools3/
rm -rf buildroot/package/opkg/
+rm -rf buildroot/package/minicom/
hooks/post-receive
--
armadeus
|