[oe-commits] [openembedded-core] 11/15: dpkg: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 09:48:36 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 f1dd3d54f1b104e0ab3d3857c4cdc9f6f1ecde9f
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Fri Sep 8 16:21:47 2017 -0700

    dpkg: update SRC_URI
    
    The upstream oe-core recipe fixed similar fetcher issues by switching
    to a specific debian snapshot version. However, the debian snapshot
    doesn't provide dpkg v1.17.4 so fetch from yoctoproject.org mirror
    instead.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/dpkg/dpkg.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index eef7ce9..33bbb3b 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -2,7 +2,7 @@ SUMMARY = "Package maintenance system from Debian"
 LICENSE = "GPLv2.0+"
 SECTION = "base"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \
+SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/dpkg_${PV}.tar.xz \
            file://ignore_extra_fields.patch"
 
 DEPENDS = "zlib bzip2 perl ncurses"

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


More information about the Openembedded-commits mailing list