diff options
Diffstat (limited to 'meta')
-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" |