diff options
| author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-10-11 00:13:58 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
| commit | 4c0be0ec318523071530b0a6dd0daab256249175 (patch) | |
| tree | 3621f6edf80196c10e352ab6e088a17a120120fe /meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | |
| parent | ea97c3552fae2c7fb78e0ea25c8ceacddab38431 (diff) | |
| download | poky-4c0be0ec318523071530b0a6dd0daab256249175.tar.gz | |
shadow: update homepage and bugtracker
The previous homepage and issue tracker is no longer available.
Remove some trailing whitespace
(From OE-Core rev: 1c60c5744b02c5c4eefb240923db5c4cd7959606)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow-sysroot_4.6.bb')
| -rw-r--r-- | meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb b/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb index ef014628f6..79fc8b80b5 100644 --- a/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb +++ b/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "Shadow utils requirements for useradd.bbclass" | 1 | SUMMARY = "Shadow utils requirements for useradd.bbclass" |
| 2 | HOMEPAGE = "http://pkg-shadow.alioth.debian.org" | 2 | HOMEPAGE = "http://github.com/shadow-maint/shadow" |
| 3 | BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" | 3 | BUGTRACKER = "http://github.com/shadow-maint/shadow/issues" |
| 4 | SECTION = "base utils" | 4 | SECTION = "base utils" |
| 5 | LICENSE = "BSD | Artistic-1.0" | 5 | LICENSE = "BSD | Artistic-1.0" |
| 6 | LIC_FILES_CHKSUM = "file://login.defs_shadow-sysroot;md5=25e2f2de4dfc8f966ac5cdfce45cd7d5" | 6 | LIC_FILES_CHKSUM = "file://login.defs_shadow-sysroot;md5=25e2f2de4dfc8f966ac5cdfce45cd7d5" |
| @@ -27,6 +27,6 @@ do_install() { | |||
| 27 | SYSROOT_DIRS += "${sysconfdir}" | 27 | SYSROOT_DIRS += "${sysconfdir}" |
| 28 | 28 | ||
| 29 | # don't create any packages | 29 | # don't create any packages |
| 30 | # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot | 30 | # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot |
| 31 | # and this has another copy of /etc/login.defs already provided by shadow | 31 | # and this has another copy of /etc/login.defs already provided by shadow |
| 32 | PACKAGES = "" | 32 | PACKAGES = "" |
