mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/gst1-python: disable tests
We don't need tests enabled which can also cause build issues. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
fcf465d04b
commit
ae8cb9b2bf
@ -34,6 +34,7 @@ GST1_PYTHON_CONF_ENV += \
|
||||
# the correct .so file, and the resulting compiled library has the appropriate
|
||||
# path of /usr/lib/python3.$(PYTHON3_VERSION_MAJOR).so
|
||||
GST1_PYTHON_CONF_OPTS += \
|
||||
-Dlibpython-dir=/usr/lib/
|
||||
-Dlibpython-dir=/usr/lib/ \
|
||||
-Dtests=disabled
|
||||
|
||||
$(eval $(meson-package))
|
||||
|
Loading…
Reference in New Issue
Block a user