[oe-commits] [openembedded-core] 06/15: base-passwd: fix SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 09:48:31 UTC 2017


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

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

commit 9707527623a1e3bb7035bc1bd1be96619846cabc
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Fri Sep 8 16:21:39 2017 -0700

    base-passwd: fix SRC_URI
    
    Fixed:
    WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.5.29.tar.gz, attempting MIRRORS if available
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    (cherry picked from commit 9ac88e3a9ac36ed83f01ac21db57a3c01a24385e)
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/base-passwd/base-passwd_3.5.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb b/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb
index 59bd413..ace94a6 100644
--- a/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb
+++ b/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb
@@ -4,7 +4,7 @@ SECTION = "base"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \
+SRC_URI = "https://launchpad.net/debian/+archive/primary/+files/${BPN}_${PV}.tar.gz \
            file://add_shutdown.patch \
            file://nobash.patch \
            file://noshadow.patch \

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


More information about the Openembedded-commits mailing list