]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
clutter-gst: removed no longer required configure fragment
authorTomas Frydrych <tomas@sleepfive.com>
Tue, 21 May 2013 15:08:43 +0000 (16:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 May 2013 13:07:02 +0000 (14:07 +0100)
The current package no longer use DOLT, so the DOLT configure frament is no
longer required.

Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/clutter/clutter-gst-1.0.inc

index f79795ca547f514958bc8725805eb3cf7fb75479..b5edcae47653dbe727ec969da353038e45d7fb44 100644 (file)
@@ -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
-}