]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer: Fix valgrind determism problem in the same way as gstreamer 0.10
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Mar 2014 10:58:58 +0000 (10:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Mar 2014 14:49:22 +0000 (14:49 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb

index 4282f071b061d0a5e6345a484919bd0749d7d8ae..99eee81761ee819a7688982b18c9fbe878710d4d 100644 (file)
@@ -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