[oe-commits] [meta-openembedded] 25/43: adduser: 3.116 -> 3.117

git at git.openembedded.org git at git.openembedded.org
Mon Aug 13 06:24:53 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 4d5688fc2ead3dc5a9756b515c8d202a951e885e
Author: Kang Kai <kai.kang at windriver.com>
AuthorDate: Mon Aug 6 03:39:03 2018 -0700

    adduser: 3.116 -> 3.117
    
    Upgrade adduser from 3.116 to 3.117.
    
    * remove redefine of S
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-perl/adduser/{adduser_3.116.bb => adduser_3.117.bb}     | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta-perl/recipes-perl/adduser/adduser_3.116.bb b/meta-perl/recipes-perl/adduser/adduser_3.117.bb
similarity index 91%
rename from meta-perl/recipes-perl/adduser/adduser_3.116.bb
rename to meta-perl/recipes-perl/adduser/adduser_3.117.bb
index 363f5b1..e5cefd4 100644
--- a/meta-perl/recipes-perl/adduser/adduser_3.116.bb
+++ b/meta-perl/recipes-perl/adduser/adduser_3.117.bb
@@ -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}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list