From 061e952c67e556142dc7e2cbaf3c803f84ac45ad Mon Sep 17 00:00:00 2001 From: YangHaibo Date: Wed, 24 Sep 2014 10:30:48 +0800 Subject: ssmping: add recipe for ssmping-0.9.1 Signed-off-by: YangHaibo Signed-off-by: Martin Jansa --- meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb (limited to 'meta-networking/recipes-support/ssmping') diff --git a/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb b/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb new file mode 100644 index 0000000000..06d6d28fa9 --- /dev/null +++ b/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb @@ -0,0 +1,10 @@ +SUMMARY = "ssmping is a tool for checking whether one can receive SSM from a given host" +HOMEPAGE = "http://www.venaas.no/multicast/ssmping/" +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://asmping.c;beginline=2;endline=11;md5=1ca8d1a1ca931e5cfe604ebf20a78b71" + +SRC_URI = "http://www.venaas.no/multicast/ssmping/${BP}.tar.gz" +SRC_URI[md5sum] = "ad8e3d13f6d72918f73be7e7975d7fad" +SRC_URI[sha256sum] = "22103a37eaa28489169a0927bc01e0596c3485fc4d29fc8456c07fd2c70fca6d" + +CFLAGS += "-D_GNU_SOURCE " -- cgit 1.2.3-korg