From: Khem Raj Date: Tue, 14 Jan 2020 22:38:53 +0000 (-0800) Subject: gstreamer1.0: Enable debug in builds X-Git-Tag: uninative-2.8~550 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d826022100da5f84e668207b1631fd061accd50b;p=openembedded-core.git gstreamer1.0: Enable debug in builds Packages like gst-shark needs this option to be on Fixes | checking whether the GStreamer debugging system is enabled... no | configure: error: Tracers require GStreamer debug support. Rebuild GStreamer core with --enable-gst-debu g. Signed-off-by: Khem Raj Cc: Carlos Rafael Giani Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb index c6fbd398d9..6b8a5a0eb0 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb @@ -27,6 +27,7 @@ SRC_URI[sha256sum] = "02211c3447c4daa55919c5c0f43a82a6fbb51740d57fc3af0639d46f1c PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ check \ + debug \ tools" PACKAGECONFIG[debug] = "-Dgst_debug=true,-Dgst_debug=false"