From: Mei Lei Date: Fri, 26 Nov 2010 01:28:33 +0000 (+0800) Subject: python-scons:Add license checksum and update the GPL information X-Git-Tag: rev_ivi_2015_02_04~24287 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d011614600a159196bd0c1220aaba951c86661a0;p=scm%2Fbb%2Ftizen-distro.git python-scons:Add license checksum and update the GPL information Add LICENSE.txt file checksum to bb file and update the "GPL" to "MIT" according to the License file Signed-off-by: Mei Lei --- diff --git a/meta/recipes-devtools/python/python-scons_2.0.1.bb b/meta/recipes-devtools/python/python-scons_2.0.1.bb index f5d11eb..97a7a8c 100644 --- a/meta/recipes-devtools/python/python-scons_2.0.1.bb +++ b/meta/recipes-devtools/python/python-scons_2.0.1.bb @@ -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"