From patchwork Tue Oct 9 18:16:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thiago Correa X-Patchwork-Id: 190399 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id E4DB62C009F for ; Wed, 10 Oct 2012 05:16:36 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 289FF8C153; Tue, 9 Oct 2012 18:16:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xdVfxTPK6cON; Tue, 9 Oct 2012 18:16:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 29FB58C203; Tue, 9 Oct 2012 18:16:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1C2DA8F74B for ; Tue, 9 Oct 2012 18:16:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 741EB8C153 for ; Tue, 9 Oct 2012 18:16:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i49I-0PKo+1f for ; Tue, 9 Oct 2012 18:16:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-gh0-f171.google.com (mail-gh0-f171.google.com [209.85.160.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6FAF38C42B for ; Tue, 9 Oct 2012 18:16:24 +0000 (UTC) Received: by mail-gh0-f171.google.com with SMTP id r17so1632659ghr.16 for ; Tue, 09 Oct 2012 11:16:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=Qi+lOmCeoyvF8oWyHwHYMNjkVd9prYQRPg392xYBIzU=; b=MD4UqxJR2IY3OHJrwpYwTB9Ru6c9g0BN02BkMm8R6L0gLLdR8oL9hXAu2xzHaZWd11 dl6h9AbSPMcnsDpoaoZtvYCn7DLdMYyeZgNdk4ooHRkM/4/FInmngyzZkcuudAkYX18g /1HwQRxLXTFjnMnCx6WapzuMfBCaReRQ5ApqQhYiVcn13CEAJQKyS0/FAcsCxq4r2P5/ ZZHdM2xDuRcLOxqRw3yXY1MrUW9KkcKQXvNGnnYMBETtkb98uA+mKK5oACap0KWiFlEH tYeg4nwru7q8EorOSOjxwLOLE+MiMOssLGJoWRHO5KjfzFTVcBaL8ZD5aMpfpY/EnHUv BaAA== Received: by 10.236.186.70 with SMTP id v46mr7918756yhm.52.1349806583425; Tue, 09 Oct 2012 11:16:23 -0700 (PDT) Received: from localhost.comm5.com.br ([177.141.185.29]) by mx.google.com with ESMTPS id o66sm28645564yhi.19.2012.10.09.11.16.22 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 09 Oct 2012 11:16:22 -0700 (PDT) Date: Tue, 9 Oct 2012 15:16:15 -0300 From: "Thiago A. Correa" To: buildroot@busybox.net Message-ID: <20121009181615.GA30642@localhost.comm5.com.br> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [Buildroot] [PATCH] QtSerialPort: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Thiago A. Correa --- package/Config.in | 1 + package/qtserialport/Config.in | 9 +++++++++ package/qtserialport/qtserialport.mk | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 package/qtserialport/Config.in create mode 100644 package/qtserialport/qtserialport.mk diff --git a/package/Config.in b/package/Config.in index 331d879..e869c8a 100644 --- a/package/Config.in +++ b/package/Config.in @@ -133,6 +133,7 @@ source "package/sdl_gfx/Config.in" comment "other GUIs" source "package/efl/Config.in" source "package/qt/Config.in" +source "package/qtserialport/Config.in" source "package/x11r7/Config.in" comment "X libraries and helper libraries" diff --git a/package/qtserialport/Config.in b/package/qtserialport/Config.in new file mode 100644 index 0000000..773f4ce --- /dev/null +++ b/package/qtserialport/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_QTSERIALPORT + bool "QtSerialPort" + depends on BR2_PACKAGE_QT + help + QtSerialPort module is an add-on for the Qt library, providing + a single interface for both hardware and virtual serial ports. + + http://qt-project.org/wiki/QtSerialPort + diff --git a/package/qtserialport/qtserialport.mk b/package/qtserialport/qtserialport.mk new file mode 100644 index 0000000..eee6f73 --- /dev/null +++ b/package/qtserialport/qtserialport.mk @@ -0,0 +1,21 @@ +############################################################# +# +# QtSerialPort +# +############################################################# +QTSERIALPORT_VERSION = 8389c4606ddcedf004838a6b8003f8e4421a37cc +QTSERIALPORT_SITE = git://gitorious.org/qtplayground/qtserialport.git +QTSERIALPORT_LICENSE = LGPLv2 +QTSERIALPORT_LICENSE_FILES = LICENSE.LGPL +QTSERIALPORT_INSTALL_STAGING = YES + +QTSERIALPORT_DEPENDENCIES = qt + +QTSERIALPORT_LDFLAGS = $(TARGET_LDFLAGS) + +define QTSERIALPORT_CONF_CMDS + (cd $(@D); \ + $(QT_QMAKE) CONFIG+=release) +endef + +$(eval $(generic-package))