From 5d378ef3c88ca700d4971d4e60924127ebc05da1 Mon Sep 17 00:00:00 2001 From: Mei Lei Date: Fri, 26 Nov 2010 09:28:33 +0800 Subject: python-pyrex:Add license checksum and update the License information 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 --- meta/recipes-devtools/python/python-pyrex_0.9.9.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python-pyrex_0.9.9.bb') diff --git a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb index 6c57af50d5..b62ffbf26a 100644 --- a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb +++ b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb @@ -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" -- cgit v1.2.3-54-g00ecf