diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2024-09-01 23:52:15 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-09 19:33:20 -0400 |
commit | baaafdf08b7ffb8703618684d571c4766ea3e28e (patch) | |
tree | a980742f3521c751015ee16fdeebd30c0b87072f | |
parent | 83788ca34df7fb8956d807b8b91caa3d2c7596b5 (diff) | |
download | meta-security-baaafdf08b7ffb8703618684d571c4766ea3e28e.tar.gz |
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 <Qi.Chen@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/libgssglue/libgssglue_0.8.bb | 5 |
1 files 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 \ | |||
21 | file://src/oid_ops.c;beginline=378;endline=398;md5=72457a5cdc0354cb5c25c8b150326364\ | 21 | file://src/oid_ops.c;beginline=378;endline=398;md5=72457a5cdc0354cb5c25c8b150326364\ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI = "${DEBIAN_MIRROR}/main/libg/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 24 | SRC_URI = "git://gitlab.com/gsasl/libgssglue.git;protocol=https;branch=master \ |
25 | file://libgssglue-canon-name.patch \ | 25 | file://libgssglue-canon-name.patch \ |
26 | " | 26 | " |
27 | SRCREV = "c8b4b2936b854a7d4f7ef12e30d6f519b30dec87" | ||
27 | 28 | ||
28 | SRC_URI[sha256sum] = "a2bb183e946f6e30562a2a856950a2916c9b6d42c34d67a8400e4efc28917746" | 29 | S = "${WORKDIR}/git" |
29 | 30 | ||
30 | inherit autotools-brokensep | 31 | inherit autotools-brokensep |
31 | 32 | ||