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 22:07:42 +0100 |
| commit | 5872e646044e317e2d587eabba1e220c0bdf633a (patch) | |
| tree | 0fb4eaa6ca4a114864a8173047735ee756a5ec75 | |
| parent | 4b91838db70a1b8999a206d579b22e9829b04f1e (diff) | |
| download | poky-5872e646044e317e2d587eabba1e220c0bdf633a.tar.gz | |
python-nose: Add HOMEPAGE info into recipe file.
(From OE-Core rev: a005bcaa14d54824d5d6eaa2b5584f29f4819d49)
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 @@ | |||
| 1 | SUMMARY = "Extends Python unittest to make testing easier" | 1 | SUMMARY = "Extends Python unittest to make testing easier" |
| 2 | HOMEPAGE = "http://readthedocs.org/docs/nose/" | ||
| 2 | DESCRIPTION = "nose extends the test loading and running features of unittest, \ | 3 | DESCRIPTION = "nose extends the test loading and running features of unittest, \ |
| 3 | making it easier to write, find and run tests." | 4 | making it easier to write, find and run tests." |
| 4 | SECTION = "devel/python" | 5 | SECTION = "devel/python" |
