summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-06 10:58:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-07 14:49:33 +0000
commit06ecf39b0240674ef131d94cf5dc65adf5e7af2b (patch)
tree827cdce0a8a9db22df583645d98d5bc1f0e4f398 /meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
parentfcbb05c248e13726cd8c2c2cf6771ca704309f45 (diff)
downloadpoky-06ecf39b0240674ef131d94cf5dc65adf5e7af2b.tar.gz
gstreamer: Fix valgrind determism problem in the same way as gstreamer 0.10
(From OE-Core rev: 81006fe51340bba284131fa9ebc45da129b9a4ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb2
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 \
27 --disable-valgrind ${GSTREAMER_DEBUG} \ 27 --disable-valgrind ${GSTREAMER_DEBUG} \
28 " 28 "
29 29
30CACHED_CONFIGUREVARS += "ac_cv_header_valgrind_valgrind_h=no"
31
30# apply gstreamer hack after Makefile.in.in in source is replaced by our version from 32# apply gstreamer hack after Makefile.in.in in source is replaced by our version from
31# ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed 33# ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed
32# http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html 34# http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html