diff options
-rw-r--r-- | meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | 6 | ||||
-rw-r--r-- | meta/recipes-extended/shadow/shadow.inc | 8 |
2 files changed, 7 insertions, 7 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 = "" |
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index af38b911df..770c239e96 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Tools to change and administer password and group data" | 1 | SUMMARY = "Tools to change and administer password and group data" |
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://COPYING;md5=ed80ff1c2b40843cf5768e5229cf16e5 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ed80ff1c2b40843cf5768e5229cf16e5 \ |
@@ -59,7 +59,7 @@ NSCDOPT = "" | |||
59 | NSCDOPT_class-native = "--without-nscd" | 59 | NSCDOPT_class-native = "--without-nscd" |
60 | NSCDOPT_class-nativesdk = "--without-nscd" | 60 | NSCDOPT_class-nativesdk = "--without-nscd" |
61 | NSCDOPT_libc-glibc = "--with-nscd" | 61 | NSCDOPT_libc-glibc = "--with-nscd" |
62 | 62 | ||
63 | PAM_PLUGINS = "libpam-runtime \ | 63 | PAM_PLUGINS = "libpam-runtime \ |
64 | pam-plugin-faildelay \ | 64 | pam-plugin-faildelay \ |
65 | pam-plugin-securetty \ | 65 | pam-plugin-securetty \ |
@@ -136,7 +136,7 @@ do_install_append() { | |||
136 | sed -i -f ${WORKDIR}/login_defs_pam.sed ${D}${sysconfdir}/login.defs | 136 | sed -i -f ${WORKDIR}/login_defs_pam.sed ${D}${sysconfdir}/login.defs |
137 | fi | 137 | fi |
138 | 138 | ||
139 | install -d ${D}${sbindir} ${D}${base_sbindir} ${D}${base_bindir} | 139 | install -d ${D}${sbindir} ${D}${base_sbindir} ${D}${base_bindir} |
140 | 140 | ||
141 | # Move binaries to the locations we want | 141 | # Move binaries to the locations we want |
142 | rm ${D}${sbindir}/vigr | 142 | rm ${D}${sbindir}/vigr |