summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2012-02-08 12:13:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-10 13:36:56 +0000
commitb752e2d6ae286db5588547fc49f1aa64e112fa32 (patch)
tree7019b0a0b769d1b8c4118d19013a9d64613ef261 /meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb
parent01a28e8b04c206e54bcb01ccd7401c08d5c600ce (diff)
downloadopenembedded-core-b752e2d6ae286db5588547fc49f1aa64e112fa32.tar.gz
openembedded-core-b752e2d6ae286db5588547fc49f1aa64e112fa32.tar.bz2
openembedded-core-b752e2d6ae286db5588547fc49f1aa64e112fa32.tar.xz
openembedded-core-b752e2d6ae286db5588547fc49f1aa64e112fa32.zip
clutter-1.8: update to clutter-1.8.4
Added a note about why we're setting S, so I don't have to figure it out again next time I try and update clutter. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb')
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb
deleted file mode 100644
index f76201ece..000000000
--- a/meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-require recipes-graphics/clutter/clutter.inc
-require recipes-graphics/clutter/clutter-package.inc
-
-PR = "r3"
-
-# We're API/ABI compatible and this may make things easier for layers
-PROVIDES += "clutter-1.6"
-
-PACKAGES =+ "${PN}-examples"
-FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
-
-SRC_URI = "http://source.clutter-project.org/sources/clutter/1.8/clutter-${PV}.tar.bz2 \
- file://enable_tests-1.4.patch \
- file://update_gettext_macro_version.patch"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
-S = "${WORKDIR}/clutter-${PV}"
-
-BASE_CONF += "--disable-introspection"
-
-do_configure_prepend () {
- # Disable DOLT
- sed -i -e 's/^DOLT//' ${S}/configure.ac
-}
-
-SRC_URI[md5sum] = "29a238fa11da2f56c40de0eb04424aaf"
-SRC_URI[sha256sum] = "5e6abf6440e6be8130fd7a6b449e1789e4318f61b17f06323ba1b58dc143bc8b"