From 57c23964088dc7671299e0d9161bb57b8d8fd9cb Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Sat, 7 Mar 2020 10:54:48 +0100 Subject: [PATCH] package/gst1-validate: disable introspection - disable introspection unconditionally (as already done for all other original gstreamer1 packages) - use '=' instead of '+=' for the first usage of GST1_VALIDATE_CONF_OPTS Fixes: http://autobuild.buildroot.net/results/e6e43fb85c71af9bb599ea8bbe2e805b392cf1ad GEN GstValidate-1.0.gir Couldn't find include 'GstPbutils-1.0.gir' (search path: '['/nvmedata/autobuild/instance-6/output-1/host/bin/../aarch64-buildroot-linux-gnu/sysroot/usr/bin/../share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/nvmedata/autobuild/instance-6/output-1/host/share', 'gir-1.0', '/nvmedata/autobuild/instance-6/output-1/host/share/gir-1.0', '/usr/share/gir-1.0']') make[5]: *** [Makefile:1612: GstValidate-1.0.gir] Error 1 Signed-off-by: Peter Seiderer Signed-off-by: Peter Korsgaard (cherry picked from commit 4f64face1fdbe7a7c84fc0cf19a0958e623b5074) Signed-off-by: Peter Korsgaard --- package/gstreamer1/gst1-validate/gst1-validate.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/gstreamer1/gst1-validate/gst1-validate.mk b/package/gstreamer1/gst1-validate/gst1-validate.mk index 0f3d251782..ca0468b6bb 100644 --- a/package/gstreamer1/gst1-validate/gst1-validate.mk +++ b/package/gstreamer1/gst1-validate/gst1-validate.mk @@ -18,6 +18,8 @@ GST1_VALIDATE_DEPENDENCIES = \ python \ $(if $(BR2_PACKAGE_CAIRO),cairo) -GST1_VALIDATE_CONF_OPTS += --disable-sphinx-doc +GST1_VALIDATE_CONF_OPTS = \ + --disable-introspection \ + --disable-sphinx-doc $(eval $(autotools-package))