summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaixiao Yan <haixiao.yan.cn@windriver.com>2025-02-20 12:56:23 +0800
committerArmin Kuster <akuster808@gmail.com>2025-03-06 09:40:20 -0500
commit5c9db7a2b078144b902411f1f45f04c0a1f677f2 (patch)
tree45c1511f50c4ab9e73fd4ed4cb86d58402dd323d
parentd0c2a3d383dac9fe7e85b7d87784b7f5b5c62c5e (diff)
downloadmeta-openembedded-5c9db7a2b078144b902411f1f45f04c0a1f677f2.tar.gz
freediameter: fix do_fetch warning
Update SRC_URI to fix do_fetch warning. The SRC_URI http://www.freediameter.net/hg/freeDiameter/archive/1.4.0.tar.gz is not available, which has moved to https://github.com/freeDiameter/freeDiameter.git. Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-protocols/freediameter/freediameter_1.4.0.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-networking/recipes-protocols/freediameter/freediameter_1.4.0.bb b/meta-networking/recipes-protocols/freediameter/freediameter_1.4.0.bb
index 3ec20d3ab9..aceb379ee7 100644
--- a/meta-networking/recipes-protocols/freediameter/freediameter_1.4.0.bb
+++ b/meta-networking/recipes-protocols/freediameter/freediameter_1.4.0.bb
@@ -13,8 +13,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
13 13
14fd_pkgname = "freeDiameter" 14fd_pkgname = "freeDiameter"
15 15
16SRC_URI = "\ 16SRCREV = "4d95b21a175a14f7eb79366e8656b452dcca2533"
17 http://www.freediameter.net/hg/${fd_pkgname}/archive/${PV}.tar.gz;downloadfilename=${fd_pkgname}-${PV}.tar.gz \ 17SRC_URI = "git://github.com/freeDiameter/freeDiameter;protocol=https;branch=master \
18 file://Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch \ 18 file://Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch \
19 file://freediameter.service \ 19 file://freediameter.service \
20 file://freediameter.init \ 20 file://freediameter.init \
@@ -23,9 +23,7 @@ SRC_URI = "\
23 file://0001-libfdcore-sctp.c-update-the-old-sctp-api-check.patch \ 23 file://0001-libfdcore-sctp.c-update-the-old-sctp-api-check.patch \
24 " 24 "
25 25
26SRC_URI[sha256sum] = "7a537401bd110c606594b7c6be71b993f0ccc73ae151ad68040979286ba4e50e" 26S = "${WORKDIR}/git"
27
28S = "${WORKDIR}/${fd_pkgname}-${PV}"
29 27
30LICENSE = "BSD-3-Clause" 28LICENSE = "BSD-3-Clause"
31LIC_FILES_CHKSUM = "file://LICENSE;md5=69bdc1d97648a2d35914563fcbbb361a" 29LIC_FILES_CHKSUM = "file://LICENSE;md5=69bdc1d97648a2d35914563fcbbb361a"