mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 01:51:49 +00:00
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>
This commit is contained in:
parent
d0c2a3d383
commit
5c9db7a2b0
@ -13,8 +13,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||||||
|
|
||||||
fd_pkgname = "freeDiameter"
|
fd_pkgname = "freeDiameter"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRCREV = "4d95b21a175a14f7eb79366e8656b452dcca2533"
|
||||||
http://www.freediameter.net/hg/${fd_pkgname}/archive/${PV}.tar.gz;downloadfilename=${fd_pkgname}-${PV}.tar.gz \
|
SRC_URI = "git://github.com/freeDiameter/freeDiameter;protocol=https;branch=master \
|
||||||
file://Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch \
|
file://Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch \
|
||||||
file://freediameter.service \
|
file://freediameter.service \
|
||||||
file://freediameter.init \
|
file://freediameter.init \
|
||||||
@ -23,9 +23,7 @@ SRC_URI = "\
|
|||||||
file://0001-libfdcore-sctp.c-update-the-old-sctp-api-check.patch \
|
file://0001-libfdcore-sctp.c-update-the-old-sctp-api-check.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "7a537401bd110c606594b7c6be71b993f0ccc73ae151ad68040979286ba4e50e"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
S = "${WORKDIR}/${fd_pkgname}-${PV}"
|
|
||||||
|
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=69bdc1d97648a2d35914563fcbbb361a"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=69bdc1d97648a2d35914563fcbbb361a"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user