diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-06 10:58:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:49:22 +0000 |
commit | 81006fe51340bba284131fa9ebc45da129b9a4ae (patch) | |
tree | a5327785ad2e6f80dd86c36fc7ddb7fe740a7936 /meta/recipes-multimedia | |
parent | e201f291b269c70d732778b34de01529aca387b5 (diff) | |
download | openembedded-core-81006fe51340bba284131fa9ebc45da129b9a4ae.tar.gz openembedded-core-81006fe51340bba284131fa9ebc45da129b9a4ae.tar.bz2 openembedded-core-81006fe51340bba284131fa9ebc45da129b9a4ae.zip |
gstreamer: Fix valgrind determism problem in the same way as gstreamer 0.10
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb index 4282f071b0..99eee81761 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 |