diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/libndp/libndp_1.9.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/libndp/libndp_1.9.bb | 12 |
1 files changed, 12 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 0000000000..fdf5694e9f --- /dev/null +++ b/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "Library for IPv6 Neighbor Discovery Protocol" | ||
2 | HOMEPAGE = "http://libndp.org/" | ||
3 | LICENSE = "LGPL-2.1-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | SRC_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 | ||
10 | SRCREV = "2730638bf88984b09531813974f9bd14e1a50165" | ||
11 | |||
12 | inherit autotools | ||