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:42:43 +0100 |
commit | 8ecc3d053c281336a653ee487a3425ada602faaf (patch) | |
tree | fd5b70e16e93d92331f8c01993c91b68cd3561de /meta/recipes-graphics | |
parent | 67e5286b931df3207f9bb44cd58f8aafa8c80f96 (diff) | |
download | openembedded-core-8ecc3d053c281336a653ee487a3425ada602faaf.tar.gz openembedded-core-8ecc3d053c281336a653ee487a3425ada602faaf.tar.bz2 openembedded-core-8ecc3d053c281336a653ee487a3425ada602faaf.zip |
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]
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-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 PR = "r0" +# Internal json-glib was removed in Clutter 1.5.2 +STDDEPENDS += "json-glib" + PACKAGES =+ "${PN}-examples" FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" @@ -14,8 +17,6 @@ S = "${WORKDIR}/clutter-1.6.8" BASE_CONF += "--disable-introspection" -EXTRA_OECONF += "--with-json=check" - do_configure_prepend () { # Disable DOLT sed -i -e 's/^DOLT//' ${S}/configure.ac |