diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-11 15:52:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-13 21:59:57 +0100 |
commit | a005bcaa14d54824d5d6eaa2b5584f29f4819d49 (patch) | |
tree | c89711495941f8c902f1f6a4c2a459f05e645e5f | |
parent | cc682400779ddcb60fc3cbc70a1f33db1c413d85 (diff) | |
download | openembedded-core-a005bcaa14d54824d5d6eaa2b5584f29f4819d49.tar.gz openembedded-core-a005bcaa14d54824d5d6eaa2b5584f29f4819d49.tar.bz2 openembedded-core-a005bcaa14d54824d5d6eaa2b5584f29f4819d49.zip |
python-nose: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/python/python-nose_1.3.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-nose_1.3.7.bb b/meta/recipes-devtools/python/python-nose_1.3.7.bb index 3757f3a8b7..9b3509cafb 100644 --- a/meta/recipes-devtools/python/python-nose_1.3.7.bb +++ b/meta/recipes-devtools/python/python-nose_1.3.7.bb @@ -1,4 +1,5 @@ SUMMARY = "Extends Python unittest to make testing easier" +HOMEPAGE = "http://readthedocs.org/docs/nose/" DESCRIPTION = "nose extends the test loading and running features of unittest, \ making it easier to write, find and run tests." SECTION = "devel/python" |