From baaafdf08b7ffb8703618684d571c4766ea3e28e Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Sun, 1 Sep 2024 23:52:15 -0700 Subject: libgssglue: switch to use git source The 0.8 orig.tar.gz is not in debian mirror any more. In fact, we really should avoid using orig.tar.gz like this because distros like debian will just delete those that they don't maintain any more. Switch to use git source. Signed-off-by: Chen Qi Signed-off-by: Armin Kuster --- recipes-security/libgssglue/libgssglue_0.8.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-security/libgssglue/libgssglue_0.8.bb b/recipes-security/libgssglue/libgssglue_0.8.bb index 9d01964..e534615 100644 --- a/recipes-security/libgssglue/libgssglue_0.8.bb +++ b/recipes-security/libgssglue/libgssglue_0.8.bb @@ -21,11 +21,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=56871e72a5c475289c0d5e4ba3f2ee3a \ file://src/oid_ops.c;beginline=378;endline=398;md5=72457a5cdc0354cb5c25c8b150326364\ " -SRC_URI = "${DEBIAN_MIRROR}/main/libg/${BPN}/${BPN}_${PV}.orig.tar.gz \ +SRC_URI = "git://gitlab.com/gsasl/libgssglue.git;protocol=https;branch=master \ file://libgssglue-canon-name.patch \ " +SRCREV = "c8b4b2936b854a7d4f7ef12e30d6f519b30dec87" -SRC_URI[sha256sum] = "a2bb183e946f6e30562a2a856950a2916c9b6d42c34d67a8400e4efc28917746" +S = "${WORKDIR}/git" inherit autotools-brokensep -- cgit v1.2.3-54-g00ecf