diff options
| author | Joshua Lock <josh@linux.intel.com> | 2011-03-28 13:18:51 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-29 14:10:06 +0100 |
| commit | c35a59bd19ccea4d55f8c5b786da940587d120a3 (patch) | |
| tree | 3e039c677349893c82ac2516c81c923a145298a3 | |
| parent | 7af9e3316883131073bae1145033101e7053ebf9 (diff) | |
| download | poky-c35a59bd19ccea4d55f8c5b786da940587d120a3.tar.gz | |
clutter: add 1.6.8
(From OE-Core rev: 9d324412eb7b7c0ee4ceadb6491e4c6296dde07e)
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.6_1.6.8.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb b/meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb new file mode 100644 index 0000000000..7ead5f9103 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | require recipes-graphics/clutter/clutter.inc | ||
| 2 | |||
| 3 | PR = "r0" | ||
| 4 | |||
| 5 | PACKAGES =+ "${PN}-examples" | ||
| 6 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | ||
| 7 | |||
| 8 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.6/clutter-${PV}.tar.bz2 \ | ||
| 9 | file://enable_tests-1.4.patch \ | ||
| 10 | file://test-conformance-fix.patch" | ||
| 11 | |||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
| 13 | S = "${WORKDIR}/clutter-1.6.8" | ||
| 14 | |||
| 15 | BASE_CONF += "--disable-introspection" | ||
| 16 | |||
| 17 | EXTRA_OECONF += "--with-json=check" | ||
| 18 | |||
| 19 | do_configure_prepend () { | ||
| 20 | # Disable DOLT | ||
| 21 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
| 22 | } | ||
| 23 | |||
| 24 | SRC_URI[md5sum] = "5a3c6d8414d4e286aba0a936f344c9b1"" | ||
| 25 | SRC_URI[sha256sum] = "cc147b8e7e62ed4b9b8a83df3db9788cf37db0c83970ba876228433f32bda442" | ||
