summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/libndp/libndp_1.9.bb')
-rw-r--r--meta-oe/recipes-connectivity/libndp/libndp_1.9.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb
new file mode 100644
index 000000000..69eecdd9f
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb
@@ -0,0 +1,13 @@
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 file://0001-libndp-Fix-signature-of-sendto-API.patch \
8 "
9# tag for v1.8
10SRCREV = "2730638bf88984b09531813974f9bd14e1a50165"
11S = "${WORKDIR}/git"
12
13inherit autotools