[oe-commits] [meta-openembedded] 13/33: adduser: update to 3.114

git at git.openembedded.org git at git.openembedded.org
Tue Apr 12 09:49:52 UTC 2016


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

commit c173dbb675992312b8ac653888ab69685c900999
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Apr 6 22:48:12 2016 -0400

    adduser: update to 3.114
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../adduser/{adduser_3.113+nmu3.bb => adduser_3.114.bb}           | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta-perl/recipes-perl/adduser/adduser_3.113+nmu3.bb b/meta-perl/recipes-perl/adduser/adduser_3.114.bb
similarity index 89%
rename from meta-perl/recipes-perl/adduser/adduser_3.113+nmu3.bb
rename to meta-perl/recipes-perl/adduser/adduser_3.114.bb
index 969a739..fb4c0c4 100644
--- a/meta-perl/recipes-perl/adduser/adduser_3.113+nmu3.bb
+++ b/meta-perl/recipes-perl/adduser/adduser_3.114.bb
@@ -6,15 +6,17 @@ SECTION = "base/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=caed49ab166f22ef31bf1127f558d0ef"
 
-SRC_URI = "http://ftp.de.debian.org/debian/pool/main/a/${BPN}/${BPN}_${PV}.tar.gz \
+SRC_URI = "http://ftp.de.debian.org/debian/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \
            file://adduser-add-M-option-for-useradd-when-no-create-home.patch \
 "
 
-SRC_URI[md5sum] = "ccb5864bde56683182c89c44474e7182"
-SRC_URI[sha256sum] = "02682be3f51f3e732121f20a3e4922bb8bef15cfacb8767fc250a01d09502122"
+SRC_URI[md5sum] = "3a079dd4e41d5a1fbaccaab03aacd881"
+SRC_URI[sha256sum] = "693b45bb0d27938fff2ecee5442ea2ac1b8804472ff0bb8faffd39616e58211f"
 
 inherit cpan-base update-alternatives
 
+S = "${WORKDIR}/${BPN}-3.113+nmu4"
+
 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