From: Mei Lei Date: Fri, 26 Nov 2010 13:45:32 +0000 (+0800) Subject: gnu-config:Add license checksum and update the GPL information X-Git-Tag: 2011-1~3757 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8eea67c13b82525b88b5b53a76b1a9ba92e492ba;p=openembedded-core.git gnu-config:Add license checksum and update the GPL information Add config.guess file checksum to bb file and update the "GPL" to "GPLv1+" according to the license file Signed-off-by: Mei Lei --- diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb index 1ca5c8944c..5d7d646f92 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb @@ -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"