From: Tomas Frydrych Date: Tue, 21 May 2013 15:08:43 +0000 (+0100) Subject: clutter-gst: removed no longer required configure fragment X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b976a332cf24aad18141eafbbe5cd22cfbb91752;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git clutter-gst: removed no longer required configure fragment The current package no longer use DOLT, so the DOLT configure frament is no longer required. Signed-off-by: Tomas Frydrych Signed-off-by: Saul Wold --- diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.0.inc b/meta/recipes-graphics/clutter/clutter-gst-1.0.inc index f79795ca547..b5edcae4765 100644 --- a/meta/recipes-graphics/clutter/clutter-gst-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-gst-1.0.inc @@ -16,8 +16,3 @@ FILES_${PN} += "${libdir}/gstreamer-0.10/lib*.so" FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/lib*.so" FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" - -do_configure_prepend () { - # Disable DOLT - sed -i -e 's/^DOLT//' ${S}/configure.ac -}