diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2013-04-20 13:22:05 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-22 19:00:56 +0200 |
commit | 6a05bb63eee8aeac50122788efcc1697a24837b9 (patch) | |
tree | 81f88574adf0ec0e1af98496cdac9fbf621b1aaf /meta-oe/recipes-devtools/python | |
parent | 7d3febb7d352f6a438c629e244d28e36cc719adc (diff) | |
download | meta-openembedded-6a05bb63eee8aeac50122788efcc1697a24837b9.tar.gz |
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@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
-rw-r--r-- | meta-oe/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 9c58e94bc..28026b352 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 @@ | |||
1 | DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed." | 1 | DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed." |
2 | LICENSE = "Apache" | 2 | LICENSE = "Apache-2.0" |
3 | LIC_FILES_CHKSUM = "file://README;md5=e7fb9954003d7cd93322ccf282210d1c" | 3 | LIC_FILES_CHKSUM = "file://README;md5=e7fb9954003d7cd93322ccf282210d1c" |
4 | 4 | ||
5 | PV = "2.2.1+git${SRCPV}" | 5 | PV = "2.2.1+git${SRCPV}" |