From patchwork Mon Apr 4 09:56:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Corjon X-Patchwork-Id: 605823 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 3qdnSP42yhz9s36 for ; Mon, 4 Apr 2016 19:56:21 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CA6A830500; Mon, 4 Apr 2016 09:56:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KajhuBXzfAde; Mon, 4 Apr 2016 09:56:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5C052304C6; Mon, 4 Apr 2016 09:56:18 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id A140A1BF848 for ; Mon, 4 Apr 2016 09:56:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9CD9F8AADF for ; Mon, 4 Apr 2016 09:56:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1W3Mdbr2-Mss for ; Mon, 4 Apr 2016 09:56:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by hemlock.osuosl.org (Postfix) with ESMTPS id D46868AB04 for ; Mon, 4 Apr 2016 09:56:15 +0000 (UTC) Received: by mail-lf0-f68.google.com with SMTP id p81so17062818lfb.3 for ; Mon, 04 Apr 2016 02:56:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=0677cpHVZpoZQ80fV25rR/Xy0iXt4y+8Ts9i0B9EndM=; b=TWGgkU2R0JwyfwkH4GGI3ANw/lZN5yrmX1guzgqgqhtFAkqkCbiOLW7KGNiRmHpi0j ueOyxvLVfwctdU1pyfFOSTX8czGPP/n6LaNPbUl5uuXgTZO1eymG3gg2/shVbvCFh8o+ 9FHw35B1IKo0kmdM41y960uOWo8ZSz9ZKiGxLvsGrkrxSwqgzmt+UgFLFpzQOtTuYfUI JP5/n/tJBF1cw93EwdInhPGBAKzzh7tqtjSEjNOPryuGxwBJNjOm9SW8Vc6W+Q3kYClG oXoL7smuXbacHRbC9jaMXTt4emzjiH7go+n+IrzwIKFm2tJsuWIWwGWA9nSiz6uXVFJ2 eJXg== X-Gm-Message-State: AD7BkJLf+HxGNyiimTyI2gyiZYJHMPaYjvPXD2RBxAyN31PXhAMDvteSAyfsorn5mawyJw== X-Received: by 10.194.110.225 with SMTP id id1mr17170000wjb.45.1459763774093; Mon, 04 Apr 2016 02:56:14 -0700 (PDT) Received: from mic341-linux.sinters-int.fr ([195.200.174.78]) by smtp.gmail.com with ESMTPSA id w203sm12993947wmg.14.2016.04.04.02.56.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 04 Apr 2016 02:56:13 -0700 (PDT) From: Julien Corjon To: buildroot@buildroot.org Date: Mon, 4 Apr 2016 11:56:02 +0200 Message-Id: <1459763762-31640-2-git-send-email-corjon.j@ecagroup.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1459763762-31640-1-git-send-email-corjon.j@ecagroup.com> References: <1459763762-31640-1-git-send-email-corjon.j@ecagroup.com> Cc: ECA SINTERS software Subject: [Buildroot] [PATCH 2/2] qt5connectivity: add QtNfc submodule X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Julien Corjon Reviewed-by: Arnout Vandecappelle (Essensium/Mind) --- package/qt5/qt5connectivity/Config.in | 10 ++++++---- package/qt5/qt5connectivity/qt5connectivity.mk | 4 +++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package/qt5/qt5connectivity/Config.in b/package/qt5/qt5connectivity/Config.in index d529ea7..611ef14 100644 --- a/package/qt5/qt5connectivity/Config.in +++ b/package/qt5/qt5connectivity/Config.in @@ -1,13 +1,15 @@ config BR2_PACKAGE_QT5CONNECTIVITY bool "qt5connectivity" select BR2_PACKAGE_BLUEZ_UTILS + select BR2_PACKAGE_NEARD select BR2_PACKAGE_QT5BASE select BR2_PACKAGE_QT5BASE_CONCURRENT select BR2_PACKAGE_QT5BASE_DBUS - depends on !BR2_STATIC_LIBS # bluez_utils - depends on BR2_USE_WCHAR # bluez_utils - depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils - depends on BR2_USE_MMU # bluez_utils + depends on !BR2_STATIC_LIBS # bluez_utils, neard + depends on BR2_USE_WCHAR # bluez_utils, neard + depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils, neard + depends on BR2_USE_MMU # bluez_utils, neard + depends on BR2_TOOLCHAIN_HAS_SYNC_4 # neard help Qt is a cross-platform application and UI framework for developers using C++. diff --git a/package/qt5/qt5connectivity/qt5connectivity.mk b/package/qt5/qt5connectivity/qt5connectivity.mk index 936bc6f..ff82b9d 100644 --- a/package/qt5/qt5connectivity/qt5connectivity.mk +++ b/package/qt5/qt5connectivity/qt5connectivity.mk @@ -7,7 +7,7 @@ QT5CONNECTIVITY_VERSION = $(QT5_VERSION) QT5CONNECTIVITY_SITE = $(QT5_SITE) QT5CONNECTIVITY_SOURCE = qtconnectivity-opensource-src-$(QT5CONNECTIVITY_VERSION).tar.xz -QT5CONNECTIVITY_DEPENDENCIES = bluez_utils qt5base +QT5CONNECTIVITY_DEPENDENCIES = bluez_utils neard qt5base QT5CONNECTIVITY_INSTALL_STAGING = YES ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y) @@ -38,12 +38,14 @@ endef ifeq ($(BR2_PACKAGE_QT5DECLARATIVE_QUICK),y) define QT5CONNECTIVITY_INSTALL_TARGET_QMLS cp -dpfr $(STAGING_DIR)/usr/qml/QtBluetooth $(TARGET_DIR)/usr/qml/ + cp -dpfr $(STAGING_DIR)/usr/qml/QtNfc $(TARGET_DIR)/usr/qml/ endef endif define QT5CONNECTIVITY_INSTALL_TARGET_CMDS cp -dpf $(STAGING_DIR)/usr/lib/libQt5Bluetooth.so.* $(TARGET_DIR)/usr/lib cp -dpf $(STAGING_DIR)/usr/bin/sdpscanner $(TARGET_DIR)/usr/bin + cp -dpf $(STAGING_DIR)/usr/lib/libQt5Nfc.so.* $(TARGET_DIR)/usr/lib $(QT5CONNECTIVITY_INSTALL_TARGET_QMLS) endef