xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
2HOMEPAGE = "http://libndp.org/"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \
7           "
8# tag for v1.8
9SRCREV = "009ce9cd9b950ffa1f4f94c9436027b936850d0c"
10S = "${WORKDIR}/git"
11
12inherit autotools
13