Date: Tue, 18 Jan 2011 16:31:30 +0100

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 <[email protected]>
---
 recipes/openmax/gst-openmax/check.diff  |   11 -----------
 recipes/openmax/gst-openmax_0.10.0.4.bb |    1 -
 2 files changed, 0 insertions(+), 12 deletions(-)
 delete mode 100644 recipes/openmax/gst-openmax/check.diff

diff --git a/recipes/openmax/gst-openmax/check.diff 
b/recipes/openmax/gst-openmax/check.diff
deleted file mode 100644
index 9e74abf..0000000
--- 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 d3e1002..b05b65f 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
-- 
1.7.2.3

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to