From: Manuel Teira Date: Sun, 6 May 2007 18:14:32 +0000 (+0000) Subject: gst-plugins-good 0.10.5: Be coherent with --with-check option in X-Git-Tag: Release-2010-05/1~8868^2~623 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a301fcce2802c9e70f7ce0ab95b3a83836b5d2e6;p=openembedded.git gst-plugins-good 0.10.5: Be coherent with --with-check option in gstreamer configuration. * Add --with-check=no to configure options * Closes 2205 --- diff --git a/packages/gstreamer/gst-plugins-good_0.10.5.bb b/packages/gstreamer/gst-plugins-good_0.10.5.bb index 42f6df4d9d..be5dad78e7 100644 --- a/packages/gstreamer/gst-plugins-good_0.10.5.bb +++ b/packages/gstreamer/gst-plugins-good_0.10.5.bb @@ -1,4 +1,5 @@ require gst-plugins.inc +EXTRA_OECONF += "--with-check=no" DEPENDS += "gst-plugins-base" PR = "r2"