From 0022a5e9a991beb4c10bb0e1bf21bc93a230bb84 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 15 Jun 2015 11:56:42 +0200 Subject: libndp: initial add 1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it is required for later networkmanager Signed-off-by: Andreas Müller --- meta-oe/recipes-connectivity/libndp/libndp_1.5.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libndp/libndp_1.5.bb (limited to 'meta-oe/recipes-connectivity') diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.5.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.5.bb new file mode 100644 index 0000000000..8f1d1ffd01 --- /dev/null +++ b/meta-oe/recipes-connectivity/libndp/libndp_1.5.bb @@ -0,0 +1,10 @@ +SUMMARY = "Library for IPv6 Neighbor Discovery Protocol" + +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz" +SRC_URI[md5sum] = "beb82e8d75d8382d1b7c0bb0f68be429" +SRC_URI[sha256sum] = "faf116ab70ce9514ec4e8573556025debea08f606e7f38b616de1f26e120c795" + +inherit autotools -- cgit 1.2.3-korg