diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-09 16:56:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:50:53 +0000 |
commit | 1b4d7fcdb3beabac255d1719026ce66db254eb52 (patch) | |
tree | 45cafc524f415fd80dbb14a4c33f2eb99de911ff /meta/recipes-graphics | |
parent | 4f882962447be2aec9d76cbeb70ef393d7b2589c (diff) | |
download | poky-1b4d7fcdb3beabac255d1719026ce66db254eb52.tar.gz |
clutter-*-1.6: drop clutter 1.6 recipes
Clutter 1.8 is API and ABI compatible with Clutter 1.6 according to the
release notes so there's no need to keep these recipes around.
www.clutter-project.org/blogs/archive/2011-09/clutter-1.8.0-stable-release
(From OE-Core rev: cd2f5a74c6021652866edf3e4060b95c0dd81376)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.6_1.6.18.bb | 26 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb | 21 |
2 files changed, 0 insertions, 47 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.6_1.6.18.bb b/meta/recipes-graphics/clutter/clutter-1.6_1.6.18.bb deleted file mode 100644 index 9c32efde1d..0000000000 --- a/meta/recipes-graphics/clutter/clutter-1.6_1.6.18.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | require recipes-graphics/clutter/clutter.inc | ||
2 | |||
3 | PR = "r2" | ||
4 | |||
5 | # Internal json-glib was removed in Clutter 1.5.2 | ||
6 | STDDEPENDS += "json-glib" | ||
7 | |||
8 | PACKAGES =+ "${PN}-examples" | ||
9 | FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | ||
10 | |||
11 | SRC_URI = "http://source.clutter-project.org/sources/clutter/1.6/clutter-${PV}.tar.bz2 \ | ||
12 | file://enable_tests-1.4.patch \ | ||
13 | file://update_gettext_macro_version.patch" | ||
14 | |||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
16 | S = "${WORKDIR}/clutter-${PV}" | ||
17 | |||
18 | BASE_CONF += "--disable-introspection" | ||
19 | |||
20 | do_configure_prepend () { | ||
21 | # Disable DOLT | ||
22 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
23 | } | ||
24 | |||
25 | SRC_URI[md5sum] = "7302513c96b00588b7779918fae0b33b" | ||
26 | SRC_URI[sha256sum] = "d849f92944be193e9d8e707f1371e6bab7fca473e09a492265e2e2296febd749" | ||
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb b/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb deleted file mode 100644 index cf1da0480f..0000000000 --- a/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | require clutter-gst.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
4 | file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4" | ||
5 | |||
6 | DEPENDS += "clutter-1.6" | ||
7 | |||
8 | PR = "r1" | ||
9 | |||
10 | SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \ | ||
11 | file://enable_tests.patch" | ||
12 | |||
13 | SRC_URI[md5sum] = "5ec828cd10713c1c32996e5fa65aa956" | ||
14 | SRC_URI[sha256sum] = "68c79596ae46ed54885409cac1eeeaf6819673e2f41ee3014fe9705dfbbc1b5a" | ||
15 | |||
16 | S = "${WORKDIR}/clutter-gst-${PV}" | ||
17 | |||
18 | do_configure_prepend () { | ||
19 | # Disable DOLT | ||
20 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
21 | } | ||