diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-01 14:28:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 14:32:53 +0000 |
commit | 22fcc7c2b0c65859ef35a08327762127abdc4d50 (patch) | |
tree | 95f3de1dfa452045caf3fc39d4f441f64c8822d7 | |
parent | 7ac57baf1598ec5178dbd0e4f341ebdf4dd8951d (diff) | |
download | poky-22fcc7c2b0c65859ef35a08327762127abdc4d50.tar.gz |
clutter-1.8: add 1.8.0
(From OE-Core rev: d59578fd9e2c45bdc2f030d68c84d05c5ad5be6b)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb new file mode 100644 index 0000000000..efafbc2b57 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | require recipes-graphics/clutter/clutter.inc | ||
2 | |||
3 | PR = "r2" | ||
4 | |||
5 | # Internal json-glib was removed in Clutter 1.5.2 | ||
6 | STDDEPENDS += "json-glib cogl atk" | ||
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.8/clutter-${PV}.tar.bz2 \ | ||
12 | file://enable_tests-1.4.patch \ | ||
13 | file://update_gettext_macro_version.patch" | ||
14 | |||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
16 | S = "${WORKDIR}/clutter-${PV}" | ||
17 | |||
18 | BASE_CONF += "--disable-introspection" | ||
19 | |||
20 | do_configure_prepend () { | ||
21 | # Disable DOLT | ||
22 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
23 | } | ||
24 | |||
25 | SRC_URI[md5sum] = "71454425366d9a49948cdd2af9eafc89" | ||
26 | SRC_URI[sha256sum] = "79cd42c9a208b1bd2e2a0866ad7eb047a00835beabb401e99737af846812119c" | ||