mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
7d3febb7d3
commit
6a05bb63ee
|
|
@ -1,5 +1,5 @@
|
||||||
DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed."
|
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"
|
LIC_FILES_CHKSUM = "file://README;md5=e7fb9954003d7cd93322ccf282210d1c"
|
||||||
|
|
||||||
PV = "2.2.1+git${SRCPV}"
|
PV = "2.2.1+git${SRCPV}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user