]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnu-config:Add license checksum and update the GPL information
authorMei Lei <lei.mei@intel.com>
Fri, 26 Nov 2010 13:45:32 +0000 (21:45 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:46 +0000 (05:24 -0800)
Add config.guess file checksum to bb file and update the "GPL" to "GPLv1+" according to the license file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-devtools/gnu-config/gnu-config_20080123.bb

index 1ca5c8944ccf6e55f241c982fb3501071defadd5..5d7d646f92e4e1211526f81621b0756ef4231131 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "gnu-configize"
 SECTION = "devel"
-LICENSE = "GPL"
+LICENSE = "GPLv1+"
+LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3"
 DEPENDS = ""
 INHIBIT_DEFAULT_DEPS = "1"