From: Zhai Edwin Date: Fri, 26 Nov 2010 15:00:02 +0000 (+0800) Subject: metacity: Add license checksum X-Git-Tag: 2011-1~3706 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=027c385290c6b5fc7568391c5ff877a0fde0aa76;p=openembedded-core.git metacity: Add license checksum Signed-off-by: Zhai Edwin --- 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 @@ SECTION = "x11/wm" DESCRIPTION = "Metacity is the boring window manager for the adult in you." -LICENSE = "GPL" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90" + DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-csource-native" PR = "r3"