[poky] [PATCH 10/20] python-scons:Add license checksum and update the GPL information
Mei Lei
lei.mei at intel.com
Wed Nov 24 21:48:15 PST 2010
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 at intel.com>
---
meta/recipes-devtools/python/python-scons_2.0.1.bb | 3 ++-
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 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"
--
1.6.3.3
More information about the poky
mailing list