summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/libndp/libndp_1.6.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
index e06ff7f99c..2cc345af43 100644
--- a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
@@ -3,10 +3,11 @@ SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 5
6SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz \ 6SRC_URI = "git://github.com/jpirko/libndp \
7 file://0001-include-sys-select.h-for-fd_-definitions.patch \ 7 file://0001-include-sys-select.h-for-fd_-definitions.patch \
8 " 8 "
9SRC_URI[md5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7" 9# tag for v1.6
10SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e" 10SRCREV = "2f721c4ff519f38f46695a60d9f9d88f35bf3c1d"
11S = "${WORKDIR}/git"
11 12
12inherit autotools 13inherit autotools