[oe-commits] [openembedded-core] 05/17: shadow: update SRC_URI now Alioth is down

git at git.openembedded.org git at git.openembedded.org
Thu Jul 19 09:55:32 UTC 2018


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

rpurdie pushed a commit to branch rocko
in repository openembedded-core.

commit 6de1c2eca77f73176aa0eaca3d816aa3a262ff6d
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jun 15 14:29:31 2018 +0100

    shadow: update SRC_URI now Alioth is down
    
    Alioth is dead so we can't use it for SRC_URI anymore.  There is a shadow
    repository on GitHub which is the new upstream, but for some reason it is
    missing the 4.2.1 tag and tarball that we use.  Also 4.2.1 was never uploaded
    into Debian itself, so we can't use their mirror network either.
    
    For now point SRC_URI at the Yocto Project source mirror and set
    UPSTREAM_CHECK_URI so that we get nagged to upgrade to 4.6.
    
    (From OE-Core rev: b3e246fef166030f327b5a852718ea907ada1759)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-extended/shadow/shadow.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index cc18964..ccae091 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -9,7 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ed80ff1c2b40843cf5768e5229cf16e5 \
 DEPENDS_class-native = ""
 DEPENDS_class-nativesdk = ""
 
-SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.xz \
+UPSTREAM_CHECK_URI = "https://github.com/shadow-maint/shadow/releases"
+
+SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/${BP}.tar.xz \
            file://shadow-4.1.3-dots-in-usernames.patch \
            file://usermod-fix-compilation-failure-with-subids-disabled.patch \
            file://fix-installation-failure-with-subids-disabled.patch \

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


More information about the Openembedded-commits mailing list