diff options
| author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-02 11:07:33 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:36 +0000 |
| commit | c8075ed8f157468849d3199c3671b84a6f08785d (patch) | |
| tree | cd1f611300b6489ba81802d691ebe297da109589 /meta/recipes-support/libproxy | |
| parent | e03ad3ff5a0e7cef5d885377b7917853f8d39591 (diff) | |
| download | poky-c8075ed8f157468849d3199c3671b84a6f08785d.tar.gz | |
recipes-support: Add missing HOMEPAGE and DESCRIPTION for recipes
Fixes: [YOCTO #13471]
(From OE-Core rev: 6db24928d62aeb093a0e6da6619713eaca57a96f)
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libproxy')
| -rw-r--r-- | meta/recipes-support/libproxy/libproxy_0.4.17.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.17.bb b/meta/recipes-support/libproxy/libproxy_0.4.17.bb index 7d61861824..c2579b3941 100644 --- a/meta/recipes-support/libproxy/libproxy_0.4.17.bb +++ b/meta/recipes-support/libproxy/libproxy_0.4.17.bb | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | SUMMARY = "Library providing automatic proxy configuration management" | 1 | SUMMARY = "Library providing automatic proxy configuration management" |
| 2 | DESCRIPTION = "libproxy provides interfaces to get the proxy that will be \ | ||
| 3 | used to access network resources. It uses various plugins to get proxy \ | ||
| 4 | configuration via different mechanisms (e.g. environment variables or \ | ||
| 5 | desktop settings)." | ||
| 2 | HOMEPAGE = "https://github.com/libproxy/libproxy" | 6 | HOMEPAGE = "https://github.com/libproxy/libproxy" |
| 3 | BUGTRACKER = "https://github.com/libproxy/libproxy/issues" | 7 | BUGTRACKER = "https://github.com/libproxy/libproxy/issues" |
| 4 | SECTION = "libs" | 8 | SECTION = "libs" |
