瀏覽代碼

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>
(cherry picked from commit ae8cb9b2bfa95a3107ad312748316a11801d8472)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
James Hilliard 1 年之前
父節點
當前提交
6d77f9954c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      package/gstreamer1/gst1-python/gst1-python.mk

+ 2 - 1
package/gstreamer1/gst1-python/gst1-python.mk

@@ -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))