diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-12 10:42:20 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 21:08:23 -0800 |
commit | cb7df0ce2da8106e96c2b0c6ea32002863b30f47 (patch) | |
tree | 34f2fa5c1e3c379215714ed4b100d92e69d2e594 /meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/check_fix.patch | |
parent | 7e7bb24b8512dd1452a11d8aeafc8dedcbc4d623 (diff) | |
download | openembedded-core-cb7df0ce2da8106e96c2b0c6ea32002863b30f47.tar.gz openembedded-core-cb7df0ce2da8106e96c2b0c6ea32002863b30f47.tar.bz2 openembedded-core-cb7df0ce2da8106e96c2b0c6ea32002863b30f47.zip |
gstreamer: Upgrade to version 0.10.30
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/check_fix.patch')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/check_fix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/check_fix.patch b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/check_fix.patch new file mode 100644 index 0000000000..72c3f6407e --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.30/check_fix.patch @@ -0,0 +1,17 @@ +# gstreamer: Fix a problem with configure if check has already been built +# Richard Purdie <rpurdie@linux.intel.com> + +diff -urN gstreamer-0.10.29-orig/configure.ac gstreamer-0.10.29/configure.ac +--- gstreamer-0.10.29-orig/configure.ac 2010-06-26 12:49:27.774930773 +0800 ++++ gstreamer-0.10.29/configure.ac 2010-06-26 12:51:12.899200233 +0800 +@@ -543,8 +543,10 @@ + *) BUILD_CHECK=yes ;; + esac + ]) ++ + dnl bit of a misnomer, but keep the conditional named like this so we don't + dnl have to change too much elsewhere ++HAVE_CHECK=no + AM_CONDITIONAL(HAVE_CHECK, test "x$BUILD_CHECK" = "xyes") + + dnl configure the desired buffer alignment |