diff options
author | Joshua Lock <josh@linux.intel.com> | 2012-02-08 12:13:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-10 14:38:42 +0000 |
commit | 51c719d779e18f9cc59d9ead3d2dcc82f56b7800 (patch) | |
tree | 4c375d93e0b44e6f7ddc34bd53e83e16c450b648 /meta/recipes-graphics/clutter | |
parent | 0de4750a57798d9dfd1d2f1085e93cc3b5c20f56 (diff) | |
download | poky-51c719d779e18f9cc59d9ead3d2dcc82f56b7800.tar.gz |
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.
(From OE-Core rev: b752e2d6ae286db5588547fc49f1aa64e112fa32)
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')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb (renamed from meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb) | 7 |
1 files changed, 3 insertions, 4 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.4.bb index f76201ecee..378b6fe32d 100644 --- a/meta/recipes-graphics/clutter/clutter-1.8_1.8.2.bb +++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | require recipes-graphics/clutter/clutter.inc | 1 | require recipes-graphics/clutter/clutter.inc |
2 | require recipes-graphics/clutter/clutter-package.inc | 2 | require recipes-graphics/clutter/clutter-package.inc |
3 | 3 | ||
4 | PR = "r3" | ||
5 | |||
6 | # We're API/ABI compatible and this may make things easier for layers | 4 | # We're API/ABI compatible and this may make things easier for layers |
7 | PROVIDES += "clutter-1.6" | 5 | PROVIDES += "clutter-1.6" |
8 | 6 | ||
@@ -14,6 +12,7 @@ SRC_URI = "http://source.clutter-project.org/sources/clutter/1.8/clutter-${PV}.t | |||
14 | file://update_gettext_macro_version.patch" | 12 | file://update_gettext_macro_version.patch" |
15 | 13 | ||
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
15 | # because we've namespaced PN to clutter-1.8 | ||
17 | S = "${WORKDIR}/clutter-${PV}" | 16 | S = "${WORKDIR}/clutter-${PV}" |
18 | 17 | ||
19 | BASE_CONF += "--disable-introspection" | 18 | BASE_CONF += "--disable-introspection" |
@@ -23,5 +22,5 @@ do_configure_prepend () { | |||
23 | sed -i -e 's/^DOLT//' ${S}/configure.ac | 22 | sed -i -e 's/^DOLT//' ${S}/configure.ac |
24 | } | 23 | } |
25 | 24 | ||
26 | SRC_URI[md5sum] = "29a238fa11da2f56c40de0eb04424aaf" | 25 | SRC_URI[md5sum] = "487f70f9b59e1328b47f1db4094ab662" |
27 | SRC_URI[sha256sum] = "5e6abf6440e6be8130fd7a6b449e1789e4318f61b17f06323ba1b58dc143bc8b" | 26 | SRC_URI[sha256sum] = "0d567177facd6913ac9c894e230ae48933125f02354ef965bbbf0586f1f0df91" |