summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
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
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')
-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 181879fc2..01f43da27 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 @@
1DESCRIPTION = "Simple Python wrapper around the OpenSSL library" 1SUMMARY = "Simple Python wrapper around the OpenSSL library"
2SECTION = "devel/python" 2SECTION = "devel/python"
3 3
4LICENSE = "Apache" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7SRCNAME = "pyOpenSSL" 7SRCNAME = "pyOpenSSL"