]> code.ossystems Code Review - openembedded-core.git/commitdiff
base-passwd: fix SRC_URI
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 28 Jan 2015 01:30:45 +0000 (17:30 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:40 +0000 (14:53 +0000)
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@windriver.com>
meta/recipes-core/base-passwd/base-passwd_3.5.29.bb

index a35ea9bd08243a11424388911fbb11644748c8ee..a8bd7c4e3f279af7056c0d3ade9b3116d0e047da 100644 (file)
@@ -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 \