1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

mutter: update to 2.29.1 and fix SRC_URI

mutter has been hosted by the gnome community for some time now, update the
recipe to use the new SRC_URI and a more recernt version - this is the last
version to support Gtk+ 2.

(From OE-Core rev: 0d7d464bc66318684f85d9b725a0a5ab62a09224)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Lock
2011-10-06 15:11:07 -07:00
committed by Richard Purdie
parent c6776763b3
commit 0d8c8cf462
2 changed files with 13 additions and 17 deletions
@@ -1,17 +0,0 @@
require mutter.inc
PR = "r2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "http://download.moblin.org/sources/mutter/2.28/mutter-2.28.1_0.0.tar.bz2 \
file://nodocs.patch \
file://nozenity.patch \
file://fix_pkgconfig.patch \
file://fix_CGL_TEXTURE_RECTANGLE_ARB.patch \
"
SRC_URI[md5sum] = "39e8ee6ec701cd51b7121955d0ddb4fb"
SRC_URI[sha256sum] = "a56e2df7b53630cde99f82be1d72ca55caeb1760757979d04b656cc7b5420e76"
S = "${WORKDIR}/mutter-2.28.1_0.0"
@@ -0,0 +1,13 @@
require mutter.inc
PR = "r0"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI += "file://nodocs.patch \
file://nozenity.patch \
file://fix_pkgconfig.patch \
"
SRC_URI[archive.md5sum] = "ebe3c04751741fb2a028a3c6c4f1c2d7"
SRC_URI[archive.sha256sum] = "175f3adcc5ad5c6f23772ca15c862f275fc3d9a9c3104e9146cf265847a4a10a"