From 8a9476c411624b7328c290b970fee7012c09907d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 18 Jan 2011 16:31:30 +0100 Subject: 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 Acked-by: Koen Kooi Signed-off-by: Khem Raj --- recipes/openmax/gst-openmax/check.diff | 11 ----------- recipes/openmax/gst-openmax_0.10.0.4.bb | 1 - 2 files changed, 12 deletions(-) delete mode 100644 recipes/openmax/gst-openmax/check.diff (limited to 'recipes/openmax') 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 -- cgit 1.2.3-korg