mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0de4750a57
commit
51c719d779
@@ -1,8 +1,6 @@
|
||||
require recipes-graphics/clutter/clutter.inc
|
||||
require recipes-graphics/clutter/clutter-package.inc
|
||||
|
||||
PR = "r3"
|
||||
|
||||
# We're API/ABI compatible and this may make things easier for layers
|
||||
PROVIDES += "clutter-1.6"
|
||||
|
||||
@@ -14,6 +12,7 @@ SRC_URI = "http://source.clutter-project.org/sources/clutter/1.8/clutter-${PV}.t
|
||||
file://update_gettext_macro_version.patch"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
# because we've namespaced PN to clutter-1.8
|
||||
S = "${WORKDIR}/clutter-${PV}"
|
||||
|
||||
BASE_CONF += "--disable-introspection"
|
||||
@@ -23,5 +22,5 @@ do_configure_prepend () {
|
||||
sed -i -e 's/^DOLT//' ${S}/configure.ac
|
||||
}
|
||||
|
||||
SRC_URI[md5sum] = "29a238fa11da2f56c40de0eb04424aaf"
|
||||
SRC_URI[sha256sum] = "5e6abf6440e6be8130fd7a6b449e1789e4318f61b17f06323ba1b58dc143bc8b"
|
||||
SRC_URI[md5sum] = "487f70f9b59e1328b47f1db4094ab662"
|
||||
SRC_URI[sha256sum] = "0d567177facd6913ac9c894e230ae48933125f02354ef965bbbf0586f1f0df91"
|
||||
Reference in New Issue
Block a user