]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-pyrex:Add license checksum and update the License 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 "Apache License Version 2.0" according to the License file

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

index 6c57af50d591297878c1c3dba65901d5c25b94b1..b62ffbf26a23283b18a5908ad069be219b4362e2 100644 (file)
@@ -3,7 +3,8 @@ It's designed to bridge the gap between the nice, high-level, easy-to-use world
 and the messy, low-level world of C."
 SECTION = "devel/python"
 PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "Apache License Version 2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771d472f53f933033f57eeee7808e5bd"
 SRCNAME = "Pyrex"
 PR = "ml0"