diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb')
-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" | ||