diff options
Diffstat (limited to 'meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb')
-rw-r--r-- | meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb | 7 |
1 files changed, 5 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 0531ffe640..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" | |||
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://asmping.c;beginline=2;endline=11;md5=1ca8d1a1ca931e5cfe604ebf20a78b71" | 5 | LIC_FILES_CHKSUM = "file://asmping.c;beginline=2;endline=11;md5=1ca8d1a1ca931e5cfe604ebf20a78b71" |
6 | 6 | ||
7 | SRC_URI = "http://www.venaas.no/multicast/ssmping/${BP}.tar.gz \ | 7 | SRC_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 | " |
10 | SRC_URI[md5sum] = "ad8e3d13f6d72918f73be7e7975d7fad" | ||
11 | SRC_URI[sha256sum] = "22103a37eaa28489169a0927bc01e0596c3485fc4d29fc8456c07fd2c70fca6d" | 10 | SRC_URI[sha256sum] = "22103a37eaa28489169a0927bc01e0596c3485fc4d29fc8456c07fd2c70fca6d" |
12 | 11 | ||
13 | CFLAGS += "-D_GNU_SOURCE " | 12 | CFLAGS += "-D_GNU_SOURCE " |
@@ -15,3 +14,7 @@ CFLAGS += "-D_GNU_SOURCE " | |||
15 | do_install() { | 14 | do_install() { |
16 | oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' install | 15 | oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' install |
17 | } | 16 | } |
17 | |||
18 | # http://errors.yoctoproject.org/Errors/Details/766895/ | ||
19 | # ssmping.c:55:51: error: passing argument 3 of 'getsockname' from incompatible pointer type [-Wincompatible-pointer-types] | ||
20 | CFLAGS += "-Wno-error=incompatible-pointer-types" | ||