diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-17 16:26:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-19 17:54:56 +0000 |
commit | 4bb14875e17e99f8b79a1b874ac956388d9c69d3 (patch) | |
tree | 59f73f134a0369d0cdbb933cbcf60faba600f7eb /meta/recipes-graphics/mutter/mutter_git.bb | |
parent | 6dbd1a3d654ccdcf699aefec51fcdbd82657ff91 (diff) | |
download | poky-4bb14875e17e99f8b79a1b874ac956388d9c69d3.tar.gz |
mutter: remove
This recipe was never used in oe-core or meta-oe, and is very old.
(From OE-Core rev: fdfee428db3a91c17618277d24b558d31a17d266)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mutter/mutter_git.bb')
-rw-r--r-- | meta/recipes-graphics/mutter/mutter_git.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-graphics/mutter/mutter_git.bb b/meta/recipes-graphics/mutter/mutter_git.bb deleted file mode 100644 index 94cb17d336..0000000000 --- a/meta/recipes-graphics/mutter/mutter_git.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | require mutter.inc | ||
2 | |||
3 | SRCREV = "01d3bebe24d2a56bdf2d82c4a71923e1573f7b7c" | ||
4 | PV = "2.29.1+git${SRCPV}" | ||
5 | PR = "r0" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
8 | |||
9 | # Gnome is the upstream but moblin is under more active development atm | ||
10 | # git://git.gnome.org/mutter.git;protocol=git;branch=master | ||
11 | # | ||
12 | SRC_URI = "git://git.moblin.org/mutter.git;protocol=git;branch=master \ | ||
13 | file://nodocs.patch \ | ||
14 | file://nozenity.patch \ | ||
15 | file://crosscompile.patch;rev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \ | ||
16 | file://fix_pkgconfig-7adb574bb3fa3880eb85dbc86e580cf3452d57c4.patch;rev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \ | ||
17 | file://fix_pkgconfig.patch;notrev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \ | ||
18 | " | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | DEFAULT_PREFERENCE = "-1" | ||