summaryrefslogtreecommitdiff
path: root/meta/packages/gstreamer/gstreamer-0.10.29/check_fix.patch
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-26 14:51:07 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:14:34 +0100
commit2c2b1e5d3a0dfb2df52009c27e607ac738f63204 (patch)
treef810d79b2da32db3609b716b76a9e1d28a88d513 /meta/packages/gstreamer/gstreamer-0.10.29/check_fix.patch
parent52f5ad8ec703452094c0166a5a159877cc4bb9ba (diff)
downloadopenembedded-core-2c2b1e5d3a0dfb2df52009c27e607ac738f63204.tar.gz
openembedded-core-2c2b1e5d3a0dfb2df52009c27e607ac738f63204.tar.bz2
openembedded-core-2c2b1e5d3a0dfb2df52009c27e607ac738f63204.tar.xz
openembedded-core-2c2b1e5d3a0dfb2df52009c27e607ac738f63204.zip
gstreamer: Upgraded to version 0.10.29
Rebase check_fix.patch Remove po-makefile-fix.patch since it is not being used Remove do_configure_prepend since ${S}/common/m4/lib-link.m4 is not exist in the latest version Change the local file directory name to ${PN}-${PV} Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/gstreamer/gstreamer-0.10.29/check_fix.patch')
-rw-r--r--meta/packages/gstreamer/gstreamer-0.10.29/check_fix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gstreamer-0.10.29/check_fix.patch b/meta/packages/gstreamer/gstreamer-0.10.29/check_fix.patch
new file mode 100644
index 000000000..72c3f6407
--- /dev/null
+++ b/meta/packages/gstreamer/gstreamer-0.10.29/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