From ae8cb9b2bfa95a3107ad312748316a11801d8472 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Fri, 9 Feb 2024 11:48:14 -0700 Subject: [PATCH] package/gst1-python: disable tests We don't need tests enabled which can also cause build issues. Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/gstreamer1/gst1-python/gst1-python.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/gstreamer1/gst1-python/gst1-python.mk b/package/gstreamer1/gst1-python/gst1-python.mk index f843e37052..501ca5e02b 100644 --- a/package/gstreamer1/gst1-python/gst1-python.mk +++ b/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))