blob: 0d35465c8ca696befd01b65f3397cac441f3844a [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
2HOMEPAGE = "http://libndp.org/"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6SRC_URI = "git://github.com/jpirko/libndp \
7 "
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07008# tag for v1.8
9SRCREV = "009ce9cd9b950ffa1f4f94c9436027b936850d0c"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010S = "${WORKDIR}/git"
11
12inherit autotools