Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Library for IPv6 Neighbor Discovery Protocol" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 2 | HOMEPAGE = "http://libndp.org/" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 3 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 6 | SRC_URI = "git://github.com/jpirko/libndp \ |
| 7 | file://0001-include-sys-select.h-for-fd_-definitions.patch \ |
| 8 | " |
| 9 | # tag for v1.6 |
| 10 | SRCREV = "2f721c4ff519f38f46695a60d9f9d88f35bf3c1d" |
| 11 | S = "${WORKDIR}/git" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 12 | |
| 13 | inherit autotools |