diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb b/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb index d787b8001e..cf1da0480f 100644 --- a/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb +++ b/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb | |||
@@ -5,9 +5,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | |||
5 | 5 | ||
6 | DEPENDS += "clutter-1.6" | 6 | DEPENDS += "clutter-1.6" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \ | 10 | SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \ |
9 | file://enable_tests.patch" | 11 | file://enable_tests.patch" |
10 | 12 | ||
13 | SRC_URI[md5sum] = "5ec828cd10713c1c32996e5fa65aa956" | ||
14 | SRC_URI[sha256sum] = "68c79596ae46ed54885409cac1eeeaf6819673e2f41ee3014fe9705dfbbc1b5a" | ||
15 | |||
11 | S = "${WORKDIR}/clutter-gst-${PV}" | 16 | S = "${WORKDIR}/clutter-gst-${PV}" |
12 | 17 | ||
13 | do_configure_prepend () { | 18 | do_configure_prepend () { |