diff options
author | Tomas Frydrych <tomas@sleepfive.com> | 2013-05-21 16:08:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:07:02 +0100 |
commit | b976a332cf24aad18141eafbbe5cd22cfbb91752 (patch) | |
tree | 100dcc1b6784fdffeac341399490e4ca61fbe38e /meta/recipes-graphics | |
parent | a5d9c80fa35e9fd234f14c61b385d9c17f31132b (diff) | |
download | openembedded-core-b976a332cf24aad18141eafbbe5cd22cfbb91752.tar.gz openembedded-core-b976a332cf24aad18141eafbbe5cd22cfbb91752.tar.bz2 openembedded-core-b976a332cf24aad18141eafbbe5cd22cfbb91752.zip |
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 <tomas@sleepfive.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.0.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.0.inc b/meta/recipes-graphics/clutter/clutter-gst-1.0.inc index f79795ca54..b5edcae476 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 -} |