[oe-commits] Paul Eggleton : python-pyopenssl: tweak recipe

git at git.openembedded.org git at git.openembedded.org
Sat Feb 16 04:57:08 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 9d19f0ee34f25c824fee9c51728a86a686d7b162
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9d19f0ee34f25c824fee9c51728a86a686d7b162

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Feb  8 15:33:12 2013 +0000

python-pyopenssl: tweak recipe

* Set SUMMARY instead of DESCRIPTION
* Make LICENSE more specific

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../python/python-pyopenssl_0.13.bb                |    4 ++--
 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 181879f..01f43da 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"





More information about the Openembedded-commits mailing list