Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/mraa: disable tests build
@ 2016-02-27 19:04 Romain Naour
  2016-02-27 22:28 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2016-02-27 19:04 UTC (permalink / raw)
  To: buildroot

mraa build system is looking for a python interpreter >= 2.7 on the host due to
a typo in MRAA_CONF_OPTS. We must use -DBUILDTESTS=OFF instead of -DTESTS=OFF.

Fixes:
http://autobuild.buildroot.net/results/5f0/5f047c4c28b34f6b1bf2306a2b00bcc6a7481c01

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/mraa/mraa.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mraa/mraa.mk b/package/mraa/mraa.mk
index 8c7dbc4..42cc2e3 100644
--- a/package/mraa/mraa.mk
+++ b/package/mraa/mraa.mk
@@ -20,6 +20,6 @@ MRAA_CONF_OPTS += \
 	-DIPK=OFF \
 	-DRPM=OFF \
 	-DENABLEEXAMPLES=OFF \
-	-DTESTS=OFF
+	-DBUILDTESTS=OFF
 
 $(eval $(cmake-package))
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-27 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27 19:04 [Buildroot] [PATCH] package/mraa: disable tests build Romain Naour
2016-02-27 22:28 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox