From patchwork Sat Apr 16 06:54:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [36/58] clutter-1.6: fix tarball md5sum and add json-glib to dependencies Date: Sat, 16 Apr 2011 06:54:38 -0000 From: Saul Wold X-Patchwork-Id: 2373 Message-Id: <3923f90924cf37edc26ce80814e6d23fbffe1808.1302936483.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Cc: Scott Rifenbark , Paul Eggleton , Jingdong Lu , Kang Kai , Xiaofeng Yan From: Joshua Lock * 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 --- 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 04935e3..ffcc42d 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