diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-04-19 15:40:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 00:10:22 +0100 |
commit | f3ade6b0b675cc683829fefd3097685353ed9f15 (patch) | |
tree | da036cdc324e95656f580fa13dfdfeec8003d5a9 /meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb | |
parent | 059539f57aaf12857b9d52f413fe6cea79aedb31 (diff) | |
download | poky-f3ade6b0b675cc683829fefd3097685353ed9f15.tar.gz |
clutter-1.6: update to 1.6.14
(From OE-Core rev: 64d5038c1b36a8e2bc96ffb9f8ccfea0dec473d8)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | 25 |
1 files changed, 25 insertions, 0 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 new file mode 100644 index 0000000000..ab9e0e0560 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | require recipes-graphics/clutter/clutter.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | # Internal json-glib was removed in Clutter 1.5.2 | ||
6 | STDDEPENDS += "json-glib" | ||
7 | |||
8 | PACKAGES =+ "${PN}-examples" | ||
9 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | ||
10 | |||
11 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.6/clutter-${PV}.tar.bz2 \ | ||
12 | file://enable_tests-1.4.patch" | ||
13 | |||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
15 | S = "${WORKDIR}/clutter-${PV}" | ||
16 | |||
17 | BASE_CONF += "--disable-introspection" | ||
18 | |||
19 | do_configure_prepend () { | ||
20 | # Disable DOLT | ||
21 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
22 | } | ||
23 | |||
24 | SRC_URI[md5sum] = "1da9f983115f9bd28b0be8176e53fe36" | ||
25 | SRC_URI[sha256sum] = "0564e57ca8eb24e76014627c0bb28a80a6c01b620ba14bc4198365562549576d" | ||