[OE-core] [PATCH] netbase: use snapshot.debian.org

mingli.yu at windriver.com mingli.yu at windriver.com
Thu Mar 12 03:21:12 UTC 2020


From: Mingli Yu <mingli.yu at windriver.com>

Use snapshot.debian.org as the previous URL only
stores the latest source file and fails to locate
the source tar file if we don't upgrade timely.

Signed-off-by: Mingli Yu <mingli.yu at windriver.com>
---
 meta/recipes-core/netbase/netbase_6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/netbase/netbase_6.1.bb b/meta/recipes-core/netbase/netbase_6.1.bb
index bc0049c..57faf3d 100644
--- a/meta/recipes-core/netbase/netbase_6.1.bb
+++ b/meta/recipes-core/netbase/netbase_6.1.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
 PE = "1"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.tar.xz"
+SRC_URI = "http://snapshot.debian.org/archive/debian/20200311T090704Z/pool/main/n/${BPN}/${BPN}_${PV}.tar.xz"
 
 SRC_URI[md5sum] = "e5871a3a5c8390557b8033cf19316a55"
 SRC_URI[sha256sum] = "084d743bd84d4d9380bac4c71c51e57406dce44f5a69289bb823c903e9b035d8"
-- 
2.7.4



More information about the Openembedded-core mailing list