From b3581d8d9116f72d20ccc51d99fa54fffa840103 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Mar 2024 13:44:57 +0800 Subject: [PATCH] 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 --- .../libdnet/{libdnet_1.17.0.bb => libdnet_1.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/libdnet/{libdnet_1.17.0.bb => libdnet_1.18.0.bb} (91%) diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.17.0.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb similarity index 91% rename from meta-networking/recipes-connectivity/libdnet/libdnet_1.17.0.bb rename to meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb index a42d014f6c..75aaf521c4 100644 --- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.17.0.bb +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" SRC_URI = "git://github.com/ofalk/libdnet.git;nobranch=1;protocol=https" -SRCREV = "912f7848bfff4ebc6d610f802a3144f84880cbe4" +SRCREV = "3dfbe889b1f65077efe579da34fc1d6819fcb7f3" UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P\d+(\.\d+)+)"