diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-04-04 14:26:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:49:39 +0100 |
commit | 86549fac82192c549966d3cb4ab7dcc8cb3596e2 (patch) | |
tree | 948cd4e45bbff297a48b2d0655ca7dc033ff1cd0 /meta/recipes-graphics/clutter | |
parent | 77d2110452576f6164b17cc9bd8b6baf8027b7d2 (diff) | |
download | poky-86549fac82192c549966d3cb4ab7dcc8cb3596e2.tar.gz |
clutter-1.6: fix tarball md5sum and add json-glib to dependencies
* As of Clutter 1.5.2 the project no longer ships an internal version of
json-glib so we must explicitly add it to the DEPENDS.
* Fix the SRC_URI[md5sum]
(From OE-Core rev: 8ecc3d053c281336a653ee487a3425ada602faaf)
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')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb | 5 |
1 files changed, 3 insertions, 2 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 index 04935e3e90..ffcc42d3ee 100644 --- a/meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb +++ b/meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb | |||
@@ -2,6 +2,9 @@ require recipes-graphics/clutter/clutter.inc | |||
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | 4 | ||
5 | # Internal json-glib was removed in Clutter 1.5.2 | ||
6 | STDDEPENDS += "json-glib" | ||
7 | |||
5 | PACKAGES =+ "${PN}-examples" | 8 | PACKAGES =+ "${PN}-examples" |
6 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | 9 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" |
7 | 10 | ||
@@ -14,8 +17,6 @@ S = "${WORKDIR}/clutter-1.6.8" | |||
14 | 17 | ||
15 | BASE_CONF += "--disable-introspection" | 18 | BASE_CONF += "--disable-introspection" |
16 | 19 | ||
17 | EXTRA_OECONF += "--with-json=check" | ||
18 | |||
19 | do_configure_prepend () { | 20 | do_configure_prepend () { |
20 | # Disable DOLT | 21 | # Disable DOLT |
21 | sed -i -e 's/^DOLT//' ${S}/configure.ac | 22 | sed -i -e 's/^DOLT//' ${S}/configure.ac |