* [Buildroot] [PATCH] network-manager: Don't build Qt example programs
@ 2014-04-04 15:22 Vicente Olivert Riera
2014-04-04 15:35 ` Yegor Yefremov
2014-04-04 21:32 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2014-04-04 15:22 UTC (permalink / raw)
To: buildroot
The purpose of "--enable-qt" option is not to build NetworkManager with
Qt support. It's name can be a bit confusing. The real purpose of this
option is to build Qt example programs, so we disable it as we also
disable the tests and documentation in the target.
Fixes:
http://autobuild.buildroot.net/results/3b6/3b6a40c1683d0859a934e4d79e2048e97b193e94/
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/network-manager/network-manager.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/network-manager/network-manager.mk b/package/network-manager/network-manager.mk
index 24bae63..1953888 100644
--- a/package/network-manager/network-manager.mk
+++ b/package/network-manager/network-manager.mk
@@ -24,6 +24,7 @@ NETWORK_MANAGER_CONF_ENV = \
NETWORK_MANAGER_CONF_OPT = \
--mandir=$(STAGING_DIR)/usr/man/ \
--disable-tests \
+ --disable-qt \
--disable-more-warnings \
--without-docs \
--disable-gtk-doc \
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] network-manager: Don't build Qt example programs
2014-04-04 15:22 [Buildroot] [PATCH] network-manager: Don't build Qt example programs Vicente Olivert Riera
@ 2014-04-04 15:35 ` Yegor Yefremov
2014-04-04 21:32 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Yegor Yefremov @ 2014-04-04 15:35 UTC (permalink / raw)
To: buildroot
On Fri, Apr 4, 2014 at 5:22 PM, Vicente Olivert Riera
<Vincent.Riera@imgtec.com> wrote:
> The purpose of "--enable-qt" option is not to build NetworkManager with
> Qt support. It's name can be a bit confusing. The real purpose of this
> option is to build Qt example programs, so we disable it as we also
> disable the tests and documentation in the target.
>
> Fixes:
> http://autobuild.buildroot.net/results/3b6/3b6a40c1683d0859a934e4d79e2048e97b193e94/
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/network-manager/network-manager.mk | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/package/network-manager/network-manager.mk b/package/network-manager/network-manager.mk
> index 24bae63..1953888 100644
> --- a/package/network-manager/network-manager.mk
> +++ b/package/network-manager/network-manager.mk
> @@ -24,6 +24,7 @@ NETWORK_MANAGER_CONF_ENV = \
> NETWORK_MANAGER_CONF_OPT = \
> --mandir=$(STAGING_DIR)/usr/man/ \
> --disable-tests \
> + --disable-qt \
> --disable-more-warnings \
> --without-docs \
> --disable-gtk-doc \
Tested-by: Yegor Yefremov <yegorslists@googlemail.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] network-manager: Don't build Qt example programs
2014-04-04 15:22 [Buildroot] [PATCH] network-manager: Don't build Qt example programs Vicente Olivert Riera
2014-04-04 15:35 ` Yegor Yefremov
@ 2014-04-04 21:32 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-04-04 21:32 UTC (permalink / raw)
To: buildroot
Dear Vicente Olivert Riera,
On Fri, 4 Apr 2014 16:22:53 +0100, Vicente Olivert Riera wrote:
> The purpose of "--enable-qt" option is not to build NetworkManager with
> Qt support. It's name can be a bit confusing. The real purpose of this
> option is to build Qt example programs, so we disable it as we also
> disable the tests and documentation in the target.
>
> Fixes:
> http://autobuild.buildroot.net/results/3b6/3b6a40c1683d0859a934e4d79e2048e97b193e94/
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/network-manager/network-manager.mk | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-04 21:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-04 15:22 [Buildroot] [PATCH] network-manager: Don't build Qt example programs Vicente Olivert Riera
2014-04-04 15:35 ` Yegor Yefremov
2014-04-04 21:32 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox