* [Buildroot] [PATCH] thrift: disable tutorial(s)
@ 2014-12-09 19:13 Gustavo Zacarias
2014-12-09 19:17 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-12-09 19:13 UTC (permalink / raw)
To: buildroot
The tutorials don't pass pedantic mode hence causing failures.
And we don't care about tutorials anyway, disable them to save time as
well. Fixes.
http://autobuild.buildroot.net/results/f68/f68d537e623f565000ca966372a7c0277f4e3888/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/thrift/thrift.mk | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/thrift/thrift.mk b/package/thrift/thrift.mk
index 5c350dd..955e9ec 100644
--- a/package/thrift/thrift.mk
+++ b/package/thrift/thrift.mk
@@ -12,9 +12,11 @@ HOST_THRIFT_DEPENDENCIES = host-boost host-libevent host-openssl host-pkgconf \
host-zlib host-bison host-flex
THRIFT_CONF_OPTS = --with-sysroot=$(STAGING_DIR) \
--with-boost=$(STAGING_DIR) \
- --disable-tests
+ --disable-tests \
+ --disable-tutorial
HOST_THRIFT_CONF_OPTS = --with-sysroot=$(HOST_DIR) \
- --disable-tests
+ --disable-tests \
+ --disable-tutorial
THRIFT_AUTORECONF = YES
THRIFT_LICENSE = Apache-2.0
THRIFT_LICENSE_FILES = LICENSE
--
2.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] thrift: disable tutorial(s)
2014-12-09 19:13 [Buildroot] [PATCH] thrift: disable tutorial(s) Gustavo Zacarias
@ 2014-12-09 19:17 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-12-09 19:17 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Tue, 9 Dec 2014 16:13:05 -0300, Gustavo Zacarias wrote:
> The tutorials don't pass pedantic mode hence causing failures.
> And we don't care about tutorials anyway, disable them to save time as
> well. Fixes.
> http://autobuild.buildroot.net/results/f68/f68d537e623f565000ca966372a7c0277f4e3888/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/thrift/thrift.mk | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-09 19:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 19:13 [Buildroot] [PATCH] thrift: disable tutorial(s) Gustavo Zacarias
2014-12-09 19:17 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox