blob: 06fd0f769abf2976fb55de345da34c830bfb7dbe [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
Andrew Geissler595f6302022-01-24 19:11:47 +00006SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007 "
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