summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gnu-config
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-26 21:45:32 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:46 -0800
commit8eea67c13b82525b88b5b53a76b1a9ba92e492ba (patch)
treed5d36a6f805d5c2ad7e5f6b9625c78566fbee119 /meta/recipes-devtools/gnu-config
parent0727e29db188261a0e9f796ab4ff01f17ec385ca (diff)
downloadpoky-8eea67c13b82525b88b5b53a76b1a9ba92e492ba.tar.gz
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 <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gnu-config')
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config_20080123.bb3
1 files changed, 2 insertions, 1 deletions
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 @@
1DESCRIPTION = "gnu-configize" 1DESCRIPTION = "gnu-configize"
2SECTION = "devel" 2SECTION = "devel"
3LICENSE = "GPL" 3LICENSE = "GPLv1+"
4LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3"
4DEPENDS = "" 5DEPENDS = ""
5INHIBIT_DEFAULT_DEPS = "1" 6INHIBIT_DEFAULT_DEPS = "1"
6 7