diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-10-06 15:11:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 11:26:05 +0100 |
commit | 0d7d464bc66318684f85d9b725a0a5ab62a09224 (patch) | |
tree | 52234436508f8ad13cd41758f454dce6edd37758 /meta/recipes-graphics/mutter/mutter_2.29.1.bb | |
parent | aa816b0aaf39dc6f822114df0bd6d4dd62fce0b8 (diff) | |
download | openembedded-core-0d7d464bc66318684f85d9b725a0a5ab62a09224.tar.gz openembedded-core-0d7d464bc66318684f85d9b725a0a5ab62a09224.tar.bz2 openembedded-core-0d7d464bc66318684f85d9b725a0a5ab62a09224.zip |
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.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mutter/mutter_2.29.1.bb')
-rw-r--r-- | meta/recipes-graphics/mutter/mutter_2.29.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mutter/mutter_2.29.1.bb b/meta/recipes-graphics/mutter/mutter_2.29.1.bb new file mode 100644 index 0000000000..5d031f673c --- /dev/null +++ b/meta/recipes-graphics/mutter/mutter_2.29.1.bb @@ -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" + |