diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb b/meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb index 938a30ceb1..555133f482 100644 --- a/meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb +++ b/meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require recipes-graphics/clutter/clutter.inc | 1 | require recipes-graphics/clutter/clutter.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | # Internal json-glib was removed in Clutter 1.5.2 | 5 | # Internal json-glib was removed in Clutter 1.5.2 |
6 | STDDEPENDS += "json-glib" | 6 | STDDEPENDS += "json-glib" |
@@ -9,7 +9,8 @@ PACKAGES =+ "${PN}-examples" | |||
9 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | 9 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" |
10 | 10 | ||
11 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.6/clutter-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.6/clutter-${PV}.tar.bz2 \ |
12 | file://enable_tests-1.4.patch" | 12 | file://enable_tests-1.4.patch \ |
13 | file://update_gettext_macro_version.patch" | ||
13 | 14 | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
15 | S = "${WORKDIR}/clutter-${PV}" | 16 | S = "${WORKDIR}/clutter-${PV}" |