diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mutter/mutter_2.28.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/mutter/mutter_git.bb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mutter/mutter_2.28.1.bb b/meta/recipes-graphics/mutter/mutter_2.28.1.bb index c4b8107899..e4c185a0b0 100644 --- a/meta/recipes-graphics/mutter/mutter_2.28.1.bb +++ b/meta/recipes-graphics/mutter/mutter_2.28.1.bb | |||
@@ -1,9 +1,11 @@ | |||
1 | require mutter.inc | 1 | require mutter.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
4 | |||
3 | SRC_URI = "http://download.moblin.org/sources/mutter/2.28/mutter-2.28.1_0.0.tar.bz2 \ | 5 | SRC_URI = "http://download.moblin.org/sources/mutter/2.28/mutter-2.28.1_0.0.tar.bz2 \ |
4 | file://nodocs.patch;patch=1 \ | 6 | file://nodocs.patch;patch=1 \ |
5 | file://nozenity.patch;patch=1 \ | 7 | file://nozenity.patch;patch=1 \ |
6 | file://fix_pkgconfig.patch;patch=1 \ | 8 | file://fix_pkgconfig.patch;patch=1 \ |
7 | " | 9 | " |
8 | 10 | ||
9 | S = "${WORKDIR}/mutter-2.28.1_0.0" \ No newline at end of file | 11 | S = "${WORKDIR}/mutter-2.28.1_0.0" |
diff --git a/meta/recipes-graphics/mutter/mutter_git.bb b/meta/recipes-graphics/mutter/mutter_git.bb index b41bf1e505..6f88360fce 100644 --- a/meta/recipes-graphics/mutter/mutter_git.bb +++ b/meta/recipes-graphics/mutter/mutter_git.bb | |||
@@ -3,6 +3,8 @@ require mutter.inc | |||
3 | PV = "2.28.1+git${SRCPV}" | 3 | PV = "2.28.1+git${SRCPV}" |
4 | PR = "r18" | 4 | PR = "r18" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
7 | |||
6 | # Gnome is the upstream but moblin is under more active development atm | 8 | # Gnome is the upstream but moblin is under more active development atm |
7 | # git://git.gnome.org/mutter.git;protocol=git;branch=master | 9 | # git://git.gnome.org/mutter.git;protocol=git;branch=master |
8 | # | 10 | # |