mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/mraa: disable tests build
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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4d00a4058b
commit
6855f7ff26
@ -20,6 +20,6 @@ MRAA_CONF_OPTS += \
|
|||||||
-DIPK=OFF \
|
-DIPK=OFF \
|
||||||
-DRPM=OFF \
|
-DRPM=OFF \
|
||||||
-DENABLEEXAMPLES=OFF \
|
-DENABLEEXAMPLES=OFF \
|
||||||
-DTESTS=OFF
|
-DBUILDTESTS=OFF
|
||||||
|
|
||||||
$(eval $(cmake-package))
|
$(eval $(cmake-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user