diff options
| author | Dorinda <dorindabassey@gmail.com> | 2021-02-25 01:39:00 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:21 +0000 |
| commit | a7854ce17468a67e4f234dccef53d45053caa998 (patch) | |
| tree | e9e6895fb91d37aa6388dc05a7c8aa9683b9ac96 /meta/recipes-core/base-passwd | |
| parent | 8e4567bd5f292d1850b7b9422d8a073ae358350c (diff) | |
| download | poky-a7854ce17468a67e4f234dccef53d45053caa998.tar.gz | |
meta/recipes-core: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage
[YOCTO #13471]
(From OE-Core rev: be8d3d0fa6bbc2924ffbdbaa66e9ffaef2b96de6)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/base-passwd')
| -rw-r--r-- | meta/recipes-core/base-passwd/base-passwd_3.5.29.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb b/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb index d01cd7e297..65b3cd778d 100644 --- a/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb +++ b/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | SUMMARY = "Base system master password/group files" | 1 | SUMMARY = "Base system master password/group files" |
| 2 | DESCRIPTION = "The master copies of the user database files (/etc/passwd and /etc/group). The update-passwd tool is also provided to keep the system databases synchronized with these master files." | 2 | DESCRIPTION = "The master copies of the user database files (/etc/passwd and /etc/group). The update-passwd tool is also provided to keep the system databases synchronized with these master files." |
| 3 | HOMEPAGE = "https://launchpad.net/base-passwd" | ||
| 3 | SECTION = "base" | 4 | SECTION = "base" |
| 4 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
