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:14:44 +0100 |
commit | b5044c3a542929474dd9772692ec63a7151244ef (patch) | |
tree | 9a5204ba0f2241e764d480fbebb16876d67d2517 /meta/recipes-graphics/clutter/clutter-gst-1.0.inc | |
parent | b7caa5e5cc9aad71a62debf6d7fd9de60c9ccd5b (diff) | |
download | poky-b5044c3a542929474dd9772692ec63a7151244ef.tar.gz |
clutter-gst: removed no longer required configure fragment
The current package no longer use DOLT, so the DOLT configure frament is no
longer required.
(From OE-Core rev: b976a332cf24aad18141eafbbe5cd22cfbb91752)
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst-1.0.inc')
-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" | |||
16 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" | 16 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" |
17 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/lib*.so" | 17 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/lib*.so" |
18 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" | 18 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" |
19 | |||
20 | do_configure_prepend () { | ||
21 | # Disable DOLT | ||
22 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
23 | } | ||