summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-26 09:28:33 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:49 -0800
commitd5132c5f359d5dcf608c71a7360e7ea8ac86715b (patch)
tree61b9f366b997ed917b5464f43bee8ab50d8e308d /meta/recipes-devtools
parent5d378ef3c88ca700d4971d4e60924127ebc05da1 (diff)
downloadopenembedded-core-d5132c5f359d5dcf608c71a7360e7ea8ac86715b.tar.gz
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 <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python-scons_2.0.1.bb3
1 files changed, 2 insertions, 1 deletions
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 f5d11eb925..97a7a8c7ba 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"