From: Mingli Yu Date: Tue, 27 Jul 2021 07:59:00 +0000 (+0800) Subject: netbase: use git fetcher X-Git-Tag: 2021-04.3~111 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9557273596245f51781884a8ae7c8d9a14840df2;p=openembedded-core.git netbase: use git fetcher Use git repo as the the previous URL only stores the latest source file and fails to locate the source file which isn't the latest. Signed-off-by: Mingli Yu Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-core/netbase/netbase_6.2.bb b/meta/recipes-core/netbase/netbase_6.2.bb index a54d2e7764..c016d32dd3 100644 --- a/meta/recipes-core/netbase/netbase_6.2.bb +++ b/meta/recipes-core/netbase/netbase_6.2.bb @@ -6,11 +6,12 @@ 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 = "git://salsa.debian.org/md/netbase.git;protocol=https" +SRCREV = "1c892c96a078ef28ec1a94681b3a0da7a3d545f7" inherit allarch -SRC_URI[sha256sum] = "309a24146a06347d654b261e9e07a82fab844b173674a42e223803dd8258541e" +S = "${WORKDIR}/git" UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"