From 3fd61331a4c22377dd5a46ff37a9ef20fc381aa5 Mon Sep 17 00:00:00 2001 From: "dengke.du@windriver.com" Date: Wed, 19 Oct 2016 13:03:43 +0800 Subject: libndp: 1.5 -> 1.6 Signed-off-by: Dengke Du Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/libndp/libndp_1.5.bb | 10 ---------- meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/libndp/libndp_1.5.bb create mode 100644 meta-oe/recipes-connectivity/libndp/libndp_1.6.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.5.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.5.bb deleted file mode 100644 index 8f1d1ffd01..0000000000 --- a/meta-oe/recipes-connectivity/libndp/libndp_1.5.bb +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb new file mode 100644 index 0000000000..a35dff8b77 --- /dev/null +++ b/meta-oe/recipes-connectivity/libndp/libndp_1.6.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] = "1e54d26bcb4a4110bc3f90c5dd04f1a7" +SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e" + +inherit autotools -- cgit 1.2.3-korg