aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmax
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-01-18 16:31:30 +0100
committerKhem Raj <raj.khem@gmail.com>2011-01-22 09:24:00 -0800
commit8a9476c411624b7328c290b970fee7012c09907d (patch)
tree8a800957e0cbef943d853bd2315fe50b63cc3d69 /recipes/openmax
parenteb55dcf11df9249469f4c9ba7f9894f320acb04d (diff)
downloadopenembedded-8a9476c411624b7328c290b970fee7012c09907d.tar.gz
gst-openmax: remove obsolete patch
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>
Diffstat (limited to 'recipes/openmax')
-rw-r--r--recipes/openmax/gst-openmax/check.diff11
-rw-r--r--recipes/openmax/gst-openmax_0.10.0.4.bb1
2 files changed, 0 insertions, 12 deletions
diff --git a/recipes/openmax/gst-openmax/check.diff b/recipes/openmax/gst-openmax/check.diff
deleted file mode 100644
index 9e74abf537..0000000000
--- a/recipes/openmax/gst-openmax/check.diff
+++ /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])
- ])
-
diff --git a/recipes/openmax/gst-openmax_0.10.0.4.bb b/recipes/openmax/gst-openmax_0.10.0.4.bb
index d3e10022ce..b05b65f6b0 100644
--- a/recipes/openmax/gst-openmax_0.10.0.4.bb
+++ b/recipes/openmax/gst-openmax_0.10.0.4.bb
@@ -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