diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 09:05:50 +0100 |
commit | 458e8f7f54021cde261e9cd1ec8016a231d23153 (patch) | |
tree | 7b0b6a0cf5fab12759692a1a8066515ec3019f76 /meta | |
parent | 48e6eb39bab069717676f83e92e9e1cd27a0d4d5 (diff) | |
download | poky-458e8f7f54021cde261e9cd1ec8016a231d23153.tar.gz |
lsbtest: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 9fbd4fe461ba479883ce5a9748a6720cfbd538ea)
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/lsb/lsbtest_1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/lsb/lsbtest_1.0.bb b/meta/recipes-extended/lsb/lsbtest_1.0.bb index ea12502dc8..36f52fd73a 100644 --- a/meta/recipes-extended/lsb/lsbtest_1.0.bb +++ b/meta/recipes-extended/lsb/lsbtest_1.0.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Automates Linux Standard Base (LSB) tests" | 1 | SUMMARY = "Automates Linux Standard Base (LSB) tests" |
2 | HOMEPAGE = "https://wiki.debian.org/LSBInitScripts" | ||
2 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
3 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
4 | PR = "r3" | 5 | PR = "r3" |