libndp: switch to github uri. libndp.org is unstable

Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Gianfranco Costamagna
2017-05-11 15:02:26 +02:00
committed by Martin Jansa
parent 530fb68996
commit e5bf5dcb14
@@ -3,10 +3,11 @@ SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
LICENSE = "LGPLv2.1" LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz \ SRC_URI = "git://github.com/jpirko/libndp \
file://0001-include-sys-select.h-for-fd_-definitions.patch \ file://0001-include-sys-select.h-for-fd_-definitions.patch \
" "
SRC_URI[md5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7" # tag for v1.6
SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e" SRCREV = "2f721c4ff519f38f46695a60d9f9d88f35bf3c1d"
S = "${WORKDIR}/git"
inherit autotools inherit autotools