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>
This commit is contained in:
Mei Lei 2010-11-26 21:45:32 +08:00 committed by Richard Purdie
parent 0727e29db1
commit 8eea67c13b
1 changed files with 2 additions and 1 deletions

View 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"