[oe-commits] Koen Kooi : totem: add missing patch for 2.24.2

GIT User account git at amethyst.openembedded.net
Thu Nov 6 08:09:57 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 143a57890aabe89ee930ff5bd38e18ae76eab504
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=143a57890aabe89ee930ff5bd38e18ae76eab504

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov  6 09:06:34 2008 +0100

totem: add missing patch for 2.24.2

---

 packages/totem/totem-2.24.2/gst-detect.diff |   28 +++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/packages/totem/totem-2.24.2/gst-detect.diff b/packages/totem/totem-2.24.2/gst-detect.diff
new file mode 100644
index 0000000..57c2a3c
--- /dev/null
+++ b/packages/totem/totem-2.24.2/gst-detect.diff
@@ -0,0 +1,28 @@
+--- /tmp/configure.in	2008-08-10 15:27:06.000000000 +0200
++++ totem-2.23.4/configure.in	2008-08-10 20:37:08.743198000 +0200
+@@ -142,11 +142,7 @@
+ 		if $gst010_inspect $base_element >/dev/null 2>/dev/null; then
+ 			AC_MSG_RESULT([yes])
+ 		else
+-			AC_MSG_RESULT([no])
+-			AC_MSG_ERROR([
+-				Cannot find required GStreamer-0.10 plugin '$base_element'.
+-				It should be part of gst-plugins-base. Please install it.
+-			])
++			AC_MSG_RESULT([yes, we assume OE has already built them])
+ 		fi
+ 	done
+ 
+@@ -157,11 +153,7 @@
+ 		if $gst010_inspect $good_element >/dev/null 2>/dev/null; then
+ 			AC_MSG_RESULT([yes])
+ 		else
+-			AC_MSG_RESULT([no])
+-			AC_MSG_ERROR([
+-				Cannot find required GStreamer-0.10 plugin '$good_element'.
+-				It should be part of gst-plugins-good. Please install it.
+-			])
++			AC_MSG_RESULT([yes, we assume OE has already built them])
+ 		fi
+ 	done
+ 





More information about the Openembedded-commits mailing list