From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/2] qt5connectivity: add QtNfc submodule
Date: Fri, 3 Jun 2016 19:51:25 +0200 [thread overview]
Message-ID: <20160603195125.0da16096@free-electrons.com> (raw)
In-Reply-To: <1461066234-21504-1-git-send-email-corjon.j@ecagroup.com>
Hello,
On Tue, 19 Apr 2016 13:43:53 +0200, Julien Corjon wrote:
> Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
> ---
> package/qt5/qt5connectivity/Config.in | 15 +++++++----
> package/qt5/qt5connectivity/qt5connectivity.mk | 36 +++++++++++++++++++++-----
> 2 files changed, 40 insertions(+), 11 deletions(-)
I've applied your patch, but after doing a few changes. See below.
> diff --git a/package/qt5/qt5connectivity/Config.in b/package/qt5/qt5connectivity/Config.in
> index d529ea7..83df06a 100644
> --- a/package/qt5/qt5connectivity/Config.in
> +++ b/package/qt5/qt5connectivity/Config.in
> @@ -1,13 +1,10 @@
> config BR2_PACKAGE_QT5CONNECTIVITY
> bool "qt5connectivity"
> - select BR2_PACKAGE_BLUEZ_UTILS
> 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
This dependency is no longer needed, since you now depend on neard and
bluez_utils.
> + depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ_UTILS
> help
> Qt is a cross-platform application and UI framework for
> developers using C++.
> @@ -19,3 +16,11 @@ config BR2_PACKAGE_QT5CONNECTIVITY
> comment "qt5connectivity needs a toolchain w/ wchar, threads, dynamic library"
> depends on BR2_USE_MMU
> depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
> +
> +comment "qt5connectivity need neard and/or bluez_utils"
> + depends on BR2_USE_MMU
> + depends on BR2_USE_WCHAR
> + depends on BR2_TOOLCHAIN_HAS_THREADS
> + depends on !BR2_STATIC_LIBS
All these are no longer needed. If you no longer have them for the main
option, there's no reason to have them for the comment.
> +define QT5CONNECTIVITY_INSTALL_TARGET_QMLS
This variable was not really needed, using
QT5CONNECTIVITY_INSTALL_TARGET_BLUETOOTH_QMLS and
QT5CONNECTIVITY_INSTALL_TARGET_NFC_QMLS from INSTALL_TARGET_CMDS is
sufficient.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-06-03 17:51 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-04 9:56 [Buildroot] [PATCH 1/2] qt5connectivity: add sdpscanner tool for Qt5Bluetooth Julien Corjon
2016-04-04 9:56 ` [Buildroot] [PATCH 2/2] qt5connectivity: add QtNfc submodule Julien Corjon
2016-04-04 20:13 ` Arnout Vandecappelle
2016-04-13 21:53 ` Thomas Petazzoni
2016-04-18 22:01 ` Thomas Petazzoni
2016-04-19 11:43 ` [Buildroot] [PATCH v2 1/2] " Julien Corjon
2016-04-19 11:43 ` [Buildroot] [PATCH v2 2/2] qt5connectivity: add bluez5_utils option for QtBluetooth submodule Julien Corjon
2016-06-03 17:52 ` Thomas Petazzoni
2016-06-03 17:51 ` Thomas Petazzoni [this message]
2016-04-04 10:02 ` [Buildroot] [PATCH 1/2] qt5connectivity: add sdpscanner tool for Qt5Bluetooth Yegor Yefremov
2016-04-04 20:26 ` Arnout Vandecappelle
2016-04-05 14:25 ` Thomas Petazzoni
2016-04-18 22:10 ` Thomas Petazzoni
2016-04-19 10:53 ` Julien CORJON
2016-04-19 11:26 ` Thomas Petazzoni
2016-04-13 21:50 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160603195125.0da16096@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox