From patchwork Mon Mar 28 14:28:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] clutter: add 1.6.8 Date: Mon, 28 Mar 2011 14:28:30 -0000 From: Joshua Lock X-Patchwork-Id: 1835 Message-Id: <6a32f7a731859fb5273587380402926560401cfd.1301322225.git.josh@linux.intel.com> To: openembedded-core@lists.openembedded.org,poky@yoctoproject.org From: Joshua Lock Signed-off-by: Joshua Lock --- meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb | 25 ++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb 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 0000000..7ead5f9 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-1.6_1.6.8.bb @@ -0,0 +1,25 @@ +require recipes-graphics/clutter/clutter.inc + +PR = "r0" + +PACKAGES =+ "${PN}-examples" +FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" + +SRC_URI = "http://source.clutter-project.org/sources/clutter/1.6/clutter-${PV}.tar.bz2 \ + file://enable_tests-1.4.patch \ + file://test-conformance-fix.patch" + +LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" +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 +} + +SRC_URI[md5sum] = "5a3c6d8414d4e286aba0a936f344c9b1"" +SRC_URI[sha256sum] = "cc147b8e7e62ed4b9b8a83df3db9788cf37db0c83970ba876228433f32bda442"