From 535b9088dc97c85b79b977adcbea215921682af6 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 11 Sep 2020 21:21:02 +0800 Subject: libdnet: upgrade 1.12 -> 1.14 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../recipes-connectivity/libdnet/libdnet_1.12.bb | 20 -------------------- .../recipes-connectivity/libdnet/libdnet_1.14.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb create mode 100644 meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb deleted file mode 100644 index 5b27cfe155..0000000000 --- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "dumb networking library" -HOMEPAGE = "http://code.google.com/p/libdnet/" -SECTION = "libs" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" - -SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1" -SRCREV = "12fca29a6d4e99d1b923d6820887fe7b24226904" - -UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P\d+(\.\d+)+)" - -S = "${WORKDIR}/git" - -inherit autotools multilib_script - -acpaths = "-I ./config/" - -BBCLASSEXTEND = "native" - -MULTILIB_SCRIPTS = "${PN}:${bindir}/dnet-config" diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb new file mode 100644 index 0000000000..df48782eef --- /dev/null +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb @@ -0,0 +1,20 @@ +SUMMARY = "dumb networking library" +HOMEPAGE = "http://code.google.com/p/libdnet/" +SECTION = "libs" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" + +SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1" +SRCREV = "3e782472d2a58d5e1b94d04eda4a364c2d257600" + +UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P\d+(\.\d+)+)" + +S = "${WORKDIR}/git" + +inherit autotools multilib_script + +acpaths = "-I ./config/" + +BBCLASSEXTEND = "native" + +MULTILIB_SCRIPTS = "${PN}:${bindir}/dnet-config" -- cgit v1.2.3-54-g00ecf