diff options
author | Tim Orling <ticotimo@gmail.com> | 2014-10-07 20:00:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 08:14:18 +0000 |
commit | 66ede54cf8738107f4295179d19aed24e356eb36 (patch) | |
tree | d5b73b019ff50b29e03d1d0689c0348401ebda25 /meta/recipes-graphics | |
parent | 96f9761e1100ec216e212a5a59fbcfe5e6f502f2 (diff) | |
download | poky-66ede54cf8738107f4295179d19aed24e356eb36.tar.gz |
clutter-1.0: upgrade to v1.20.0
* The 1.19.x series were "snapshots" and not stable releases.
* This is the first stable release beyond the 1.18.x series.
* Tested on nuc with core-image-weston.
ANNOUNCEMENT:
https://mail.gnome.org/archives/clutter-list/2014-September/msg00007.html
(From OE-Core rev: 87cf3f43bf6a5c648039be18cd4bda103ba64a68)
Signed-off-by: Tim Orling <TicoTimo@gmail.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.0_1.18.2.bb | 8 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0_1.18.2.bb b/meta/recipes-graphics/clutter/clutter-1.0_1.18.2.bb deleted file mode 100644 index 452e7eefd0..0000000000 --- a/meta/recipes-graphics/clutter/clutter-1.0_1.18.2.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require clutter-1.0.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
4 | |||
5 | SRC_URI[archive.md5sum] = "471f5ea423e20d4140c7771873daef29" | ||
6 | SRC_URI[archive.sha256sum] = "f9fe12e6148426063c90e67dfaeb56013bf1aea224ef502223d13eab6c1add63" | ||
7 | |||
8 | SRC_URI += "file://install-examples.patch" | ||
diff --git a/meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb b/meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb new file mode 100644 index 0000000000..7898810131 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require clutter-1.0.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
4 | |||
5 | SRC_URI[archive.md5sum] = "a8a33a57a944c6d7c7c013ce9aa3222b" | ||
6 | SRC_URI[archive.sha256sum] = "cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293" | ||
7 | |||
8 | SRC_URI += "file://install-examples.patch" | ||