[oe-commits] [openembedded-core] 19/19: gstreamer1.0: Enable debug in builds

git at git.openembedded.org git at git.openembedded.org
Wed Jan 15 13:45:06 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6c2e20bc376811192fff7c4b64d2ba2e2ebf6d6e
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Jan 14 14:38:53 2020 -0800

    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 <raj.khem at gmail.com>
    Cc: Carlos Rafael Giani <crg7475 at mailbox.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb | 1 +
 1 file changed, 1 insertion(+)

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 c6fbd39..6b8a5a0 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list