python-pyopenssl: tweak recipe

* Set SUMMARY instead of DESCRIPTION
* Make LICENSE more specific

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Paul Eggleton 2013-02-08 15:33:12 +00:00 committed by Martin Jansa
parent 2c961d6c28
commit 9d19f0ee34

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Simple Python wrapper around the OpenSSL library"
SUMMARY = "Simple Python wrapper around the OpenSSL library"
SECTION = "devel/python"
LICENSE = "Apache"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCNAME = "pyOpenSSL"