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:35:50 +0100 |
| commit | 0d8c8cf462e5df446669355b554b3d5fdc532a11 (patch) | |
| tree | a567113d545a9712fd46e40f1351e93569f6831a /meta/recipes-graphics/mutter/mutter_2.29.1.bb | |
| parent | c6776763b3497e5536787f90984a90dea639835f (diff) | |
| download | poky-0d8c8cf462e5df446669355b554b3d5fdc532a11.tar.gz | |
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>
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 @@ | |||
| 1 | require mutter.inc | ||
| 2 | |||
| 3 | PR = "r0" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 6 | |||
| 7 | SRC_URI += "file://nodocs.patch \ | ||
| 8 | file://nozenity.patch \ | ||
| 9 | file://fix_pkgconfig.patch \ | ||
| 10 | " | ||
| 11 | SRC_URI[archive.md5sum] = "ebe3c04751741fb2a028a3c6c4f1c2d7" | ||
| 12 | SRC_URI[archive.sha256sum] = "175f3adcc5ad5c6f23772ca15c862f275fc3d9a9c3104e9146cf265847a4a10a" | ||
| 13 | |||
