summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb
blob: 69eecdd9fa0b12c034626f9321aa05923acfe512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
HOMEPAGE = "http://libndp.org/"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \
           file://0001-libndp-Fix-signature-of-sendto-API.patch \
           "
# tag for v1.8
SRCREV = "2730638bf88984b09531813974f9bd14e1a50165"
S = "${WORKDIR}/git"

inherit autotools