aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-08 15:33:12 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-16 05:52:17 +0100
commit9d19f0ee34f25c824fee9c51728a86a686d7b162 (patch)
tree44eb97d84034efeed633985d9b6e33a2d83d7aec /meta-oe/recipes-devtools/python
parent2c961d6c2816d32f2f90030a3b5e7f294b573fcb (diff)
downloadmeta-openembedded-9d19f0ee34f25c824fee9c51728a86a686d7b162.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
-rw-r--r--meta-oe/recipes-devtools/python/python-pyopenssl_0.13.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pyopenssl_0.13.bb b/meta-oe/recipes-devtools/python/python-pyopenssl_0.13.bb
index 181879fc23..01f43da271 100644
--- a/meta-oe/recipes-devtools/python/python-pyopenssl_0.13.bb
+++ b/meta-oe/recipes-devtools/python/python-pyopenssl_0.13.bb
@@ -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"