From b3581d8d9116f72d20ccc51d99fa54fffa840103 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Mar 2024 13:44:57 +0800 Subject: libdnet: upgrade 1.17.0 -> 1.18.0 Changelog: ========== -update to autotools build chain -rebuild Python bindings with latest Cython Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-connectivity/libdnet/libdnet_1.17.0.bb | 22 ---------------------- .../recipes-connectivity/libdnet/libdnet_1.18.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/libdnet/libdnet_1.17.0.bb create mode 100644 meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.17.0.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.17.0.bb deleted file mode 100644 index a42d014f6c..0000000000 --- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.17.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "dumb networking library" -HOMEPAGE = "https://github.com/ofalk/libdnet" -SECTION = "libs" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" - -SRC_URI = "git://github.com/ofalk/libdnet.git;nobranch=1;protocol=https" - -SRCREV = "912f7848bfff4ebc6d610f802a3144f84880cbe4" - -UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P\d+(\.\d+)+)" - -S = "${WORKDIR}/git" - -inherit autotools multilib_script pkgconfig - -DEPENDS += "libcheck" - -EXTRA_AUTORECONF += "-I ./config" -BBCLASSEXTEND = "native" - -MULTILIB_SCRIPTS = "${PN}:${bindir}/dnet-config" diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb new file mode 100644 index 0000000000..75aaf521c4 --- /dev/null +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb @@ -0,0 +1,22 @@ +SUMMARY = "dumb networking library" +HOMEPAGE = "https://github.com/ofalk/libdnet" +SECTION = "libs" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" + +SRC_URI = "git://github.com/ofalk/libdnet.git;nobranch=1;protocol=https" + +SRCREV = "3dfbe889b1f65077efe579da34fc1d6819fcb7f3" + +UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P\d+(\.\d+)+)" + +S = "${WORKDIR}/git" + +inherit autotools multilib_script pkgconfig + +DEPENDS += "libcheck" + +EXTRA_AUTORECONF += "-I ./config" +BBCLASSEXTEND = "native" + +MULTILIB_SCRIPTS = "${PN}:${bindir}/dnet-config" -- cgit v1.2.3-54-g00ecf