adduser: 3.116 -> 3.117

Upgrade adduser from 3.116 to 3.117.

* remove redefine of S

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Kang Kai 2018-08-06 03:39:03 -07:00 committed by Khem Raj
parent 699b91317d
commit 4d5688fc2e

View File

@ -10,13 +10,11 @@ SRC_URI = "http://ftp.de.debian.org/debian/pool/main/a/${BPN}/${BPN}_${PV}.tar.x
file://adduser-add-M-option-for-useradd.patch \
"
SRC_URI[md5sum] = "e042a5842b8f24312d6f5a99a1af8f2c"
SRC_URI[sha256sum] = "72d811ad3ba17d2794b14d19acd1d6b57f9dd31d9250d51e786895dee2daeac0"
SRC_URI[md5sum] = "9f36d69585e74c022aa8e22a0337507d"
SRC_URI[sha256sum] = "be01881356e40c4d7dd2ce209fb4a94c0589056ac3ebe7debbbf09a6383c1411"
inherit cpan-base update-alternatives
S = "${WORKDIR}/${BPN}"
do_install() {
install -d ${D}${sbindir}
install -m 0755 ${S}/adduser ${D}${sbindir}