From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/mraa: disable tests build
Date: Sat, 27 Feb 2016 20:04:16 +0100 [thread overview]
Message-ID: <1456599856-11995-1-git-send-email-romain.naour@gmail.com> (raw)
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
next reply other threads:[~2016-02-27 19:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-27 19:04 Romain Naour [this message]
2016-02-27 22:28 ` [Buildroot] [PATCH] package/mraa: disable tests build Peter Korsgaard
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=1456599856-11995-1-git-send-email-romain.naour@gmail.com \
--to=romain.naour@gmail.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