diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-26 23:00:02 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:54 -0800 |
commit | 027c385290c6b5fc7568391c5ff877a0fde0aa76 (patch) | |
tree | cbf5606551fd595a667d7a3b63f0b007430f092e /meta | |
parent | 818cb805e17243cd6ab12f993cf956712c4da3f7 (diff) | |
download | poky-027c385290c6b5fc7568391c5ff877a0fde0aa76.tar.gz |
metacity: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gnome/metacity_2.22.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/metacity_2.22.0.bb b/meta/recipes-gnome/gnome/metacity_2.22.0.bb index 44a5f86ebf..f0d6c893ef 100644 --- a/meta/recipes-gnome/gnome/metacity_2.22.0.bb +++ b/meta/recipes-gnome/gnome/metacity_2.22.0.bb | |||
@@ -1,6 +1,9 @@ | |||
1 | SECTION = "x11/wm" | 1 | SECTION = "x11/wm" |
2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you." | 2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you." |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
5 | file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90" | ||
6 | |||
4 | DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-csource-native" | 7 | DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-csource-native" |
5 | PR = "r3" | 8 | PR = "r3" |
6 | 9 | ||