diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb b/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb deleted file mode 100644 index 1ab867da4d..0000000000 --- a/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | require clutter-gst.inc | ||
2 | |||
3 | SRCREV = "8a087fabc888a6a4a939760c392109dbb610adbf" | ||
4 | PV = "1.3.4+git${SRCPV}" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
7 | file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=3275ae5179d58dccf8852cdad3a44574" | ||
8 | |||
9 | DEPENDS += "clutter-1.4" | ||
10 | |||
11 | SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master \ | ||
12 | file://enable_tests-1.4.patch" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | do_configure_prepend () { | ||
17 | # Disable DOLT | ||
18 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
19 | } | ||