diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-13 19:22:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-18 14:32:44 +0100 |
commit | 0d294877fd45a509947fafcb7606737ff253692a (patch) | |
tree | bf66adbfef192c57cb35a7afec009de7be8cb758 /meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb | |
parent | 3fcdbf9fc147250f15a6092ec1aba911f71ac1d7 (diff) | |
download | poky-0d294877fd45a509947fafcb7606737ff253692a.tar.gz |
clutter: Clean up old recipes
clutter-1.4 is moved to meta-extras
clutter-box2d is migrated to latest 1.6 version
(From OE-Core rev: 5b9786fe10a630bfbb344a6a644171fd4457b657)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb b/meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb deleted file mode 100644 index b736846034..0000000000 --- a/meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | require clutter.inc | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | PACKAGES =+ "${PN}-examples" | ||
6 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | ||
7 | |||
8 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.4/clutter-${PV}.tar.bz2 \ | ||
9 | file://enable_tests-1.4.patch;patch=1 \ | ||
10 | file://test-conformance-fix.patch;patch=1 " | ||
11 | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
13 | S = "${WORKDIR}/clutter-1.4.2" | ||
14 | |||
15 | BASE_CONF += "--disable-introspection" | ||
16 | |||
17 | EXTRA_OECONF += "--with-json=check" | ||
18 | |||
19 | do_configure_prepend () { | ||
20 | # Disable DOLT | ||
21 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
22 | } | ||
23 | |||
24 | SRC_URI[md5sum] = "5a3c6d8414d4e286aba0a936f344c9b1" | ||
25 | SRC_URI[sha256sum] = "92fd67acce5105c933e54ad0c87d0f5ace1202fd0f87949cb49a3759e6e38892" | ||