]> code.ossystems Code Review - openembedded-core.git/commitdiff
desktop-file-utils: Add LIC_FILES_CHKSUM
authorSaul Wold <sgw@linux.intel.com>
Thu, 23 Dec 2010 01:31:57 +0000 (17:31 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 23 Dec 2010 14:31:23 +0000 (14:31 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb

index 9603982ea64ee0c7eb72215b9db2e69459c759b6..3ed7475b7fb9c32e2e4d2a3c0276d6ffbaa0dc75 100644 (file)
@@ -1,8 +1,9 @@
 SECTION = "console/utils"
 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
 DESCRIPTION = "command line utilities to work with *.desktop files"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 DEPENDS = "glib-2.0-native"
 
 SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz"