summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-11 10:16:44 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-13 11:13:23 +0200
commitd37e33f241395c739cf48c025c4f484c20de05c8 (patch)
tree9f09c4f39183679887141c1918986eb1a801b280
parentcc997477badd72e833d9bccc9726ed43055300e9 (diff)
downloadmeta-openembedded-d37e33f241395c739cf48c025c4f484c20de05c8.tar.gz
python-cryptography: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-cryptography.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc
index 212e6492d..a4d1bbba9 100644
--- a/meta-python/recipes-devtools/python/python-cryptography.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography.inc
@@ -1,4 +1,5 @@
1SUMMARY = "Provides cryptographic recipes and primitives to python developers" 1SUMMARY = "Provides cryptographic recipes and primitives to python developers"
2HOMEPAGE = "https://cryptography.io/"
2LICENSE = "Apache-2.0 | BSD" 3LICENSE = "Apache-2.0 | BSD"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388"
4 5