diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-03-28 13:14:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-29 14:10:09 +0100 |
commit | 6f4fbfe272f5d85cee95660a9278f3031533aec4 (patch) | |
tree | c1159e746b3d74a0bf7bfe233a33906d74d2fb1d /meta/recipes-graphics/clutter/clutter-box2d-1.6_0.10.0.bb | |
parent | 71e8cc53ac22a9f7e18d2fc4d3fe42a797f79233 (diff) | |
download | poky-6f4fbfe272f5d85cee95660a9278f3031533aec4.tar.gz |
clutter-box2d: add version 0.10.0 for use with clutter 1.6
Don't specificy dependant clutter version in inc file, this enables the inc
file to be re-used accross Clutter versions.
(From OE-Core rev: 8d26abb57e901f58b5c8782c110c52a437accb51)
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/clutter-box2d-1.6_0.10.0.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-box2d-1.6_0.10.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d-1.6_0.10.0.bb b/meta/recipes-graphics/clutter/clutter-box2d-1.6_0.10.0.bb new file mode 100644 index 0000000000..cad8cfcc86 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-box2d-1.6_0.10.0.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | require clutter-box2d.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI = "http://source.clutter-project.org/sources/clutter-box2d/0.10/clutter-box2d-${PV}.tar.bz2 \ | ||
6 | file://fix-disable-introspection.patch" | ||
7 | |||
8 | S = "${WORKDIR}/clutter-box2d-${PV}" | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
11 | |||
12 | BASE_CONF += "--disable-introspection" | ||
13 | |||
14 | do_configure_prepend () { | ||
15 | # Disable DOLT | ||
16 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
17 | } | ||
18 | |||
19 | SRC_URI[md5sum] = "51618976ca6a5d536c4eac5f0e120d9d" | ||
20 | SRC_URI[sha256sum] = "1e42d0cea429e4dc953a1f652672dbd322b3938846e99bab35f463de6fd8ae7f" | ||