diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/libndp/libndp_1.7.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/libndp/libndp_1.7.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.7.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.7.bb new file mode 100644 index 000000000..07a7a1d23 --- /dev/null +++ b/meta-oe/recipes-connectivity/libndp/libndp_1.7.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "Library for IPv6 Neighbor Discovery Protocol" | ||
2 | HOMEPAGE = "http://libndp.org/" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | SRC_URI = "git://github.com/jpirko/libndp \ | ||
7 | " | ||
8 | # tag for v1.6 | ||
9 | SRCREV = "96674e7d4f4d569c2c961e865cc16152dfab5f09" | ||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | inherit autotools | ||