]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-scons:Add license checksum and update the GPL information
authorMei Lei <lei.mei@intel.com>
Fri, 26 Nov 2010 01:28:33 +0000 (09:28 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:49 +0000 (05:24 -0800)
Add LICENSE.txt file checksum to bb file and update the "GPL" to "MIT" according to the License file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-devtools/python/python-scons_2.0.1.bb

index f5d11eb925450634ec4275de0610f623fd17a223..97a7a8c7ba8dd6f359775b7a311c68ca0b1c4f22 100644 (file)
@@ -1,7 +1,8 @@
 DESCRIPTION = "A Software Construction Tool"
 SECTION = "devel/python"
 PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8481211ebbeaed9cdc7ad5a3b0c98aaf"
 SRCNAME = "scons"
 
 PR = "r0"