[oe-commits] Paul Barker : python-tornado: fix license name

git at git.openembedded.org git at git.openembedded.org
Mon Apr 22 16:58:11 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 6a05bb63eee8aeac50122788efcc1697a24837b9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6a05bb63eee8aeac50122788efcc1697a24837b9

Author: Paul Barker <paul at paulbarker.me.uk>
Date:   Sat Apr 20 13:22:05 2013 +0000

python-tornado: fix license name

Upstream source (https://github.com/facebook/tornado) says this is released
under version 2.0 of the Apache license which we have in the common licenses
directory as 'Apache-2.0'.

Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-devtools/python/python-tornado_git.bb  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-devtools/python/python-tornado_git.bb b/meta-oe/recipes-devtools/python/python-tornado_git.bb
index 9c58e94..28026b3 100644
--- a/meta-oe/recipes-devtools/python/python-tornado_git.bb
+++ b/meta-oe/recipes-devtools/python/python-tornado_git.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed."
-LICENSE = "Apache"
+LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://README;md5=e7fb9954003d7cd93322ccf282210d1c"
 
 PV = "2.2.1+git${SRCPV}"





More information about the Openembedded-commits mailing list