gst-openmax: remove obsolete patch
authorPaul Menzel <paulepanter@users.sourceforge.net>
Tue, 18 Jan 2011 15:31:30 +0000 (16:31 +0100)
committerKhem Raj <raj.khem@gmail.com>
Sat, 22 Jan 2011 17:24:00 +0000 (09:24 -0800)
Task `configure` fails with the following error with `angstrom-2008.1` and `MACHINE = "beagleboard"`.

| configure: using GStreamer tools in /usr/bin
| configure: using GStreamer plug-ins in /usr/lib/gstreamer-0.10
| checking for GST_BASE... yes
| checking for GST_CHECK... no
| no
| configure: No package 'gstreamer-check' found
| configure: error: no gstreamer-check >= 0.10.0 (GStreamer Check unittest Library) found
| ERROR: Function do_configure failed
NOTE: package gst-openmax-0.10.0.4-r0: task do_configure: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /oe/openembedded/recipes/openmax/gst-openmax_0.10.0.4.bb do_configure failed
ERROR: Task 11 (/oe/openembedded/recipes/openmax/gst-openmax_0.10.0.4.bb, do_configure) failed with 256

With current GStreamer `gstreamer-0.10.31-r2` this patch is not necessary anymore and removing it fixes the build. When the recipe was committed with the patch in 1eef6ac1 [1] GStreamer 0.10.17 was used [2].

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1eef6ac18de15ea845b146b1624fcc1f1c4faea2
[2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=3422a436880509c7f82a3ae5d5693c87ece7a42d

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/openmax/gst-openmax/check.diff [deleted file]
recipes/openmax/gst-openmax_0.10.0.4.bb

diff --git a/recipes/openmax/gst-openmax/check.diff b/recipes/openmax/gst-openmax/check.diff
deleted file mode 100644 (file)
index 9e74abf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- /tmp/gst-check.m4  2008-08-05 17:46:09.000000000 +0200
-+++ gst-openmax-0.10.0.4/common/m4/gst-check.m4        2008-08-05 17:46:29.000000000 +0200
-@@ -114,7 +114,7 @@
- AC_DEFUN([AG_GST_CHECK_GST_CHECK],
- [
--  AG_GST_CHECK_MODULES(GST_CHECK, gstreamer-check-[$1], [$2],
-+  AG_GST_CHECK_MODULES(GST_CHECK, gstreamer-check, [$2],
-     [GStreamer Check unittest Library], [$3])
- ])
index d3e1002..b05b65f 100644 (file)
@@ -3,7 +3,6 @@ LICENSE = "LGPLv2"
 DEPENDS = "gstreamer libomxil-bellagio"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-${PV}.tar.bz2 \
-           file://check.diff \
           "
 
 inherit autotools