1SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
2HOMEPAGE = "http://libndp.org/"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \
7           file://0001-libndp-Fix-signature-of-sendto-API.patch \
8           "
9# tag for v1.8
10SRCREV = "2730638bf88984b09531813974f9bd14e1a50165"
11S = "${WORKDIR}/git"
12
13inherit autotools
14