mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
python-vobject: fix LICENSE format
WARNING: python-vobject: No generic license file exists for: Apache in any provider WARNING: python-vobject: No generic license file exists for: License in any provider WARNING: python-vobject: No generic license file exists for: V2.0 in any provider Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "Python package for parsing and generating vCard and vCalendar files"
|
DESCRIPTION = "Python package for parsing and generating vCard and vCalendar files"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
LICENSE = "Apache License V2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||||
HOMEPAGE = "http://vobject.skyhouseconsulting.com/"
|
HOMEPAGE = "http://vobject.skyhouseconsulting.com/"
|
||||||
SRCNAME = "vobject"
|
SRCNAME = "vobject"
|
||||||
|
|||||||
Reference in New Issue
Block a user