[oe-commits] Richard Purdie : gstreamer: Fix valgrind determism problem in the same way as gstreamer 0.10

git at git.openembedded.org git at git.openembedded.org
Thu Mar 6 17:28:22 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6cf4ff9497862852b969e6b62aa9d26dc7af3b78
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6cf4ff9497862852b969e6b62aa9d26dc7af3b78

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Mar  6 10:58:58 2014 +0000

gstreamer: Fix valgrind determism problem in the same way as gstreamer 0.10

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
index 4282f07..99eee81 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
@@ -27,6 +27,8 @@ EXTRA_OECONF = "--disable-docbook --disable-gtk-doc \
             --disable-valgrind ${GSTREAMER_DEBUG} \
             "
 
+CACHED_CONFIGUREVARS += "ac_cv_header_valgrind_valgrind_h=no"
+
 # apply gstreamer hack after Makefile.in.in in source is replaced by our version from
 # ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed
 # http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html



More information about the Openembedded-commits mailing list