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.28.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.28.1.bb')
-rw-r--r-- | meta/recipes-graphics/mutter/mutter_2.28.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-graphics/mutter/mutter_2.28.1.bb b/meta/recipes-graphics/mutter/mutter_2.28.1.bb deleted file mode 100644 index 2e3826c716..0000000000 --- a/meta/recipes-graphics/mutter/mutter_2.28.1.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | require mutter.inc | ||
2 | |||
3 | PR = "r2" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
6 | |||
7 | SRC_URI = "http://download.moblin.org/sources/mutter/2.28/mutter-2.28.1_0.0.tar.bz2 \ | ||
8 | file://nodocs.patch \ | ||
9 | file://nozenity.patch \ | ||
10 | file://fix_pkgconfig.patch \ | ||
11 | file://fix_CGL_TEXTURE_RECTANGLE_ARB.patch \ | ||
12 | " | ||
13 | |||
14 | SRC_URI[md5sum] = "39e8ee6ec701cd51b7121955d0ddb4fb" | ||
15 | SRC_URI[sha256sum] = "a56e2df7b53630cde99f82be1d72ca55caeb1760757979d04b656cc7b5420e76" | ||
16 | |||
17 | S = "${WORKDIR}/mutter-2.28.1_0.0" | ||