diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb new file mode 100644 index 0000000000..f76201ecee --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | require recipes-graphics/clutter/clutter.inc | ||
2 | require recipes-graphics/clutter/clutter-package.inc | ||
3 | |||
4 | PR = "r3" | ||
5 | |||
6 | # We're API/ABI compatible and this may make things easier for layers | ||
7 | PROVIDES += "clutter-1.6" | ||
8 | |||
9 | PACKAGES =+ "${PN}-examples" | ||
10 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | ||
11 | |||
12 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.8/clutter-${PV}.tar.bz2 \ | ||
13 | file://enable_tests-1.4.patch \ | ||
14 | file://update_gettext_macro_version.patch" | ||
15 | |||
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
17 | S = "${WORKDIR}/clutter-${PV}" | ||
18 | |||
19 | BASE_CONF += "--disable-introspection" | ||
20 | |||
21 | do_configure_prepend () { | ||
22 | # Disable DOLT | ||
23 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
24 | } | ||
25 | |||
26 | SRC_URI[md5sum] = "29a238fa11da2f56c40de0eb04424aaf" | ||
27 | SRC_URI[sha256sum] = "5e6abf6440e6be8130fd7a6b449e1789e4318f61b17f06323ba1b58dc143bc8b" | ||