| Submitter | Paul Eggleton |
|---|---|
| Date | Feb. 8, 2013, 3:33 p.m. |
| Message ID | <0f84ab6c0614259a7576747fcd391f15d5a8bddb.1360337212.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/44357/ |
| State | Accepted, archived |
| Commit | 9d19f0ee34f25c824fee9c51728a86a686d7b162 |
| Headers | show |
Comments
Patch
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"
* Set SUMMARY instead of DESCRIPTION * Make LICENSE more specific Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta-oe/recipes-devtools/python/python-pyopenssl_0.13.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)