From: Víctor Manuel Jáquez Leal Date: Wed, 26 Jan 2011 01:02:45 +0000 (+0000) Subject: python-scons_1.3.0: fix licence type X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820c31e493c55849db09754c42d49ca65d75a135;p=openembedded.git python-scons_1.3.0: fix licence type According to the wiki [1], the licence of the project [2] is MIT, not GPL. 1. http://www.scons.org/wiki/FrequentlyAskedQuestions#head-4fe23271137d5e5e95370a1360909ca303157c0d 2. http://scons.tigris.org/source/browse/scons/trunk/LICENSE?revision=557&view=markup Signed-off-by: Víctor Manuel Jáquez Leal Signed-off-by: Khem Raj --- diff --git a/recipes/python/python-scons_1.3.0.bb b/recipes/python/python-scons_1.3.0.bb index a0690d1723..82231f24e6 100644 --- a/recipes/python/python-scons_1.3.0.bb +++ b/recipes/python/python-scons_1.3.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A Software Construction Tool" SECTION = "devel/python" PRIORITY = "optional" -LICENSE = "GPL" +LICENSE = "MIT" SRCNAME = "scons" PR = "r1"