diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-11 15:51:15 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-13 11:13:25 +0200 |
commit | db70d4197ab458f6ca902b761573a9eb038cb168 (patch) | |
tree | e67cae7c400b9555cd69d7fa0488a695286dfba4 | |
parent | b46f0186985d7b92bacdd90bfd9073e2173225cc (diff) | |
download | meta-openembedded-db70d4197ab458f6ca902b761573a9eb038cb168.tar.gz |
python-six: 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-six.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc index e33c01ded..fe1a4097a 100644 --- a/meta-python/recipes-devtools/python/python-six.inc +++ b/meta-python/recipes-devtools/python/python-six.inc | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Python 2 and 3 compatibility library" | 1 | SUMMARY = "Python 2 and 3 compatibility library" |
2 | HOMEPAGE = "http://pypi.python.org/pypi/six/" | ||
2 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6f00d4a50713fa859858dd9abaa35b21" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6f00d4a50713fa859858dd9abaa35b21" |
4 | 5 | ||