diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb index a37056883d..aceef967ea 100644 --- a/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb +++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb | |||
@@ -1,7 +1,7 @@ | |||
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 = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | # We're API/ABI compatible and this may make things easier for layers | 6 | # We're API/ABI compatible and this may make things easier for layers |
7 | PROVIDES += "clutter-1.6" | 7 | PROVIDES += "clutter-1.6" |
@@ -19,10 +19,5 @@ S = "${WORKDIR}/clutter-${PV}" | |||
19 | 19 | ||
20 | BASE_CONF += "--disable-introspection" | 20 | BASE_CONF += "--disable-introspection" |
21 | 21 | ||
22 | do_configure_prepend () { | ||
23 | # Disable DOLT | ||
24 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
25 | } | ||
26 | |||
27 | SRC_URI[md5sum] = "487f70f9b59e1328b47f1db4094ab662" | 22 | SRC_URI[md5sum] = "487f70f9b59e1328b47f1db4094ab662" |
28 | SRC_URI[sha256sum] = "0d567177facd6913ac9c894e230ae48933125f02354ef965bbbf0586f1f0df91" | 23 | SRC_URI[sha256sum] = "0d567177facd6913ac9c894e230ae48933125f02354ef965bbbf0586f1f0df91" |