summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-05 23:41:14 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-06 08:47:56 -0700
commitceb91603415c6e059d866666574dd1be5b93867a (patch)
tree356d5ca304e5f6fc35e5185e3fd43e9dc7bd80c8
parent305644b00bead638c75a02f095ef10f1270abd84 (diff)
downloadmeta-openembedded-ceb91603415c6e059d866666574dd1be5b93867a.tar.gz
ssmping: Use debian mirror for SRC_URI
Original URI is not accessible anymore Drop md5sum Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb b/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb
index 2d63119750..9b1413df2e 100644
--- a/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb
+++ b/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb
@@ -4,10 +4,9 @@ SECTION = "net"
4LICENSE = "ISC" 4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://asmping.c;beginline=2;endline=11;md5=1ca8d1a1ca931e5cfe604ebf20a78b71" 5LIC_FILES_CHKSUM = "file://asmping.c;beginline=2;endline=11;md5=1ca8d1a1ca931e5cfe604ebf20a78b71"
6 6
7SRC_URI = "http://www.venaas.no/multicast/ssmping/${BP}.tar.gz \ 7SRC_URI = "${DEBIAN_MIRROR}/main/s/${BPN}/${BPN}_${PV}.orig.tar.gz;downloadfilename=${BP}.tar.gz \
8 file://0001-Makefile-tweak-install-dir.patch \ 8 file://0001-Makefile-tweak-install-dir.patch \
9" 9"
10SRC_URI[md5sum] = "ad8e3d13f6d72918f73be7e7975d7fad"
11SRC_URI[sha256sum] = "22103a37eaa28489169a0927bc01e0596c3485fc4d29fc8456c07fd2c70fca6d" 10SRC_URI[sha256sum] = "22103a37eaa28489169a0927bc01e0596c3485fc4d29fc8456c07fd2c70fca6d"
12 11
13CFLAGS += "-D_GNU_SOURCE " 12CFLAGS += "-D_GNU_SOURCE "