diff options
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" | ||