[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-45-g1821bba
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2012-11-06 10:29:11
|
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 1821bbae6c50e6bc166b8947d4c27bd1c9856927 (commit)
from 5404290cf26766e76d62ec312cc6ecb47b8cd9d1 (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 1821bbae6c50e6bc166b8947d4c27bd1c9856927
Author: Jeremie Scheer <jer...@ar...>
Date: Tue Nov 6 11:28:24 2012 +0100
[BUILDROOT] Add package qextserialport.
-----------------------------------------------------------------------
Summary of changes:
.../2012.02/198-qextserialport-add_package.patch | 56 ++++++++++++++++++++
patches/buildroot/2012.02/cleanup_buildroot.sh | 1 +
2 files changed, 57 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2012.02/198-qextserialport-add_package.patch
diff --git a/patches/buildroot/2012.02/198-qextserialport-add_package.patch b/patches/buildroot/2012.02/198-qextserialport-add_package.patch
new file mode 100644
index 0000000..73b7c99
--- /dev/null
+++ b/patches/buildroot/2012.02/198-qextserialport-add_package.patch
@@ -0,0 +1,56 @@
+Add qextserialport library package to Buildroot.
+
+Signed-off-by: Jérémie Scheer <jer...@ar...>
+
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2012-11-05 18:10:49.000000000 +0100
++++ buildroot/package/Config.in 2012-11-05 18:18:25.000000000 +0100
+@@ -141,6 +141,7 @@
+ source "package/efl/Config.in"
+ source "package/qt/Config.in"
+ source "package/qwt/Config.in"
++source "package/qextserialport/Config.in"
+ source "package/marble/Config.in"
+ source "package/x11r7/Config.in"
+
+Index: buildroot/package/qextserialport/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/qextserialport/Config.in 2012-11-05 18:18:25.000000000 +0100
+@@ -0,0 +1,6 @@
++config BR2_PACKAGE_QEXTSERIALPORT
++ bool "qextserialport"
++ select BR2_PACKAGE_QT
++ help
++ Qt library for serial port communication.
++
+Index: buildroot/package/qextserialport/qextserialport.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/qextserialport/qextserialport.mk 2012-11-05 18:19:31.000000000 +0100
+@@ -0,0 +1,24 @@
++#############################################################
++#
++# qextserialport
++#
++#############################################################
++QEXTSERIALPORT_VERSION = f83b4e7ca922e533a6cf9c337a02bbfa2f32cc08
++QEXTSERIALPORT_SOURCE = qextserialport-$(QEXTSERIALPORT_VERSION).tar.gz
++QEXTSERIALPORT_SITE = https://code.google.com/p/qextserialport/
++QEXTSERIALPORT_SITE_METHOD = git
++
++QEXTSERIALPORT_DEPENDENCIES = qt
++
++define QEXTSERIALPORT_CONFIGURE_CMDS
++ (cd $(@D) && \
++ $(HOST_DIR)/usr/bin/qmake)
++endef
++
++define QEXTSERIALPORT_INSTALL_TARGET_CMDS
++ cp -Pf $(STAGING_DIR)/usr/lib/libqextserialport.* $(TARGET_DIR)/usr/lib
++endef
++
++QEXTSERIALPORT_INSTALL_STAGING = YES
++
++$(eval $(call AUTOTARGETS, package, qextserialport))
diff --git a/patches/buildroot/2012.02/cleanup_buildroot.sh b/patches/buildroot/2012.02/cleanup_buildroot.sh
index 20c3256..1b0b961 100755
--- a/patches/buildroot/2012.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2012.02/cleanup_buildroot.sh
@@ -78,3 +78,4 @@ rm -rf buildroot/package/marble/
rm -rf buildroot/package/m4/m4-1.4.16-no-gets.patch
rm -rf buildroot/package/tar/tar-1.26-no-gets.patch
rm -rf buildroot/package/cunit/
+rm -rf buildroot/package/qextserialport/
hooks/post-receive
--
armadeus
|