summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2019-10-11 00:13:58 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-15 14:16:11 +0100
commit4c0be0ec318523071530b0a6dd0daab256249175 (patch)
tree3621f6edf80196c10e352ab6e088a17a120120fe /meta/recipes-extended/shadow/shadow-sysroot_4.6.bb
parentea97c3552fae2c7fb78e0ea25c8ceacddab38431 (diff)
downloadpoky-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.bb6
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 @@
1SUMMARY = "Shadow utils requirements for useradd.bbclass" 1SUMMARY = "Shadow utils requirements for useradd.bbclass"
2HOMEPAGE = "http://pkg-shadow.alioth.debian.org" 2HOMEPAGE = "http://github.com/shadow-maint/shadow"
3BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" 3BUGTRACKER = "http://github.com/shadow-maint/shadow/issues"
4SECTION = "base utils" 4SECTION = "base utils"
5LICENSE = "BSD | Artistic-1.0" 5LICENSE = "BSD | Artistic-1.0"
6LIC_FILES_CHKSUM = "file://login.defs_shadow-sysroot;md5=25e2f2de4dfc8f966ac5cdfce45cd7d5" 6LIC_FILES_CHKSUM = "file://login.defs_shadow-sysroot;md5=25e2f2de4dfc8f966ac5cdfce45cd7d5"
@@ -27,6 +27,6 @@ do_install() {
27SYSROOT_DIRS += "${sysconfdir}" 27SYSROOT_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
32PACKAGES = "" 32PACKAGES = ""