diff options
author | Joshua Lock <josh@linux.intel.com> | 2012-02-08 12:13:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-10 14:38:42 +0000 |
commit | 51c719d779e18f9cc59d9ead3d2dcc82f56b7800 (patch) | |
tree | 4c375d93e0b44e6f7ddc34bd53e83e16c450b648 /meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb | |
parent | 0de4750a57798d9dfd1d2f1085e93cc3b5c20f56 (diff) | |
download | poky-51c719d779e18f9cc59d9ead3d2dcc82f56b7800.tar.gz |
clutter-1.8: update to clutter-1.8.4
Added a note about why we're setting S, so I don't have to figure it out again
next time I try and update clutter.
(From OE-Core rev: b752e2d6ae286db5588547fc49f1aa64e112fa32)
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.8_1.8.4.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb new file mode 100644 index 0000000000..378b6fe32d --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | require recipes-graphics/clutter/clutter.inc | ||
2 | require recipes-graphics/clutter/clutter-package.inc | ||
3 | |||
4 | # We're API/ABI compatible and this may make things easier for layers | ||
5 | PROVIDES += "clutter-1.6" | ||
6 | |||
7 | PACKAGES =+ "${PN}-examples" | ||
8 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | ||
9 | |||
10 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.8/clutter-${PV}.tar.bz2 \ | ||
11 | file://enable_tests-1.4.patch \ | ||
12 | file://update_gettext_macro_version.patch" | ||
13 | |||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
15 | # because we've namespaced PN to clutter-1.8 | ||
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] = "487f70f9b59e1328b47f1db4094ab662" | ||
26 | SRC_URI[sha256sum] = "0d567177facd6913ac9c894e230ae48933125f02354ef965bbbf0586f1f0df91" | ||