[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-216-gaf3841d
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2013-04-04 09:02: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 af3841d004046113044d7c16e5c279c510b94925 (commit)
from 682af324d6274db84b7a4b8bb6c96dc25bcc7100 (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 af3841d004046113044d7c16e5c279c510b94925
Author: Fabien Marteau <fab...@ar...>
Date: Thu Apr 4 11:01:51 2013 +0200
[buildroot] Gnokii: add sms management program gnokii
-----------------------------------------------------------------------
Summary of changes:
.../2012.02/201-armadeus-add_gnokii.patch | 57 ++++++++++++++++++++
1 files changed, 57 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2012.02/201-armadeus-add_gnokii.patch
diff --git a/patches/buildroot/2012.02/201-armadeus-add_gnokii.patch b/patches/buildroot/2012.02/201-armadeus-add_gnokii.patch
new file mode 100644
index 0000000..a0aa128
--- /dev/null
+++ b/patches/buildroot/2012.02/201-armadeus-add_gnokii.patch
@@ -0,0 +1,57 @@
+Gnokii: add sms management program gnokii
+
+signed-off-by Fabien Marteau <fab...@ar...>
+---
+
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2013-04-03 15:46:12.000000000 +0200
++++ buildroot/package/Config.in 2013-04-03 15:46:12.000000000 +0200
+@@ -200,6 +200,7 @@
+ source "package/gdisk/Config.in"
+ source "package/genext2fs/Config.in"
+ source "package/genromfs/Config.in"
++source "package/gnokii/Config.in"
+ source "package/gpm/Config.in"
+ source "package/gpsd/Config.in"
+ source "package/gsmmux/Config.in"
+Index: buildroot/package/gnokii/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/gnokii/Config.in 2013-04-03 15:53:44.000000000 +0200
+@@ -0,0 +1,7 @@
++config BR2_PACKAGE_GNOKII
++ bool "gnokii program"
++ help
++ gnokii provides tools and a user space driver for use with mobile phone
++
++ http://gnokii.org/
++
+Index: buildroot/package/gnokii/gnokii.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/gnokii/gnokii.mk 2013-04-04 10:55:18.000000000 +0200
+@@ -0,0 +1,23 @@
++#############################################################
++#
++# GNOKII
++#
++#############################################################
++
++GNOKII_VERSION=24395006a399bc9a5aa90708c6c9b817032b5345
++GNOKII_SITE=git://git.savannah.nongnu.org/gnokii.git
++GNOKII_SITE_METHOD=git
++GNOKII_AUTORECONF=YES
++GNOKII_CONF_OPT=--without-x --disable-xdebug --disable-rlpdebug --disable-nls
++
++GNOKII_AC_LOCAL_FLAGS=-I m4/
++
++define GNOKII_INTLTOOLIZE
++ cd $(@D) && $(HOST_DIR)/usr/bin/intltoolize --force --copy --automake
++endef
++
++GNOKII_PRE_CONFIGURE_HOOKS += GNOKII_INTLTOOLIZE
++
++GNOKII_DEPENDENCIES = libglib2 host-intltool
++$(eval $(call AUTOTARGETS))
++
hooks/post-receive
--
armadeus
|