Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Library for IPv6 Neighbor Discovery Protocol" |
| 2 | HOMEPAGE = "http://libndp.org/" |
| 3 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
| 6 | SRC_URI = "git://github.com/jpirko/libndp \ |
| 7 | " |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 8 | # tag for v1.8 |
| 9 | SRCREV = "009ce9cd9b950ffa1f4f94c9436027b936850d0c" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | inherit autotools |