summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-19 13:44:57 +0800
committerKhem Raj <raj.khem@gmail.com>2024-03-20 09:28:05 -0700
commitb3581d8d9116f72d20ccc51d99fa54fffa840103 (patch)
treee76ed64b1b11607ce40d4fb3b892f9889e47f923 /meta-networking
parent5d512e0ac3402605cb4551c1cb182d61782368f7 (diff)
downloadmeta-openembedded-b3581d8d9116f72d20ccc51d99fa54fffa840103.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb (renamed from meta-networking/recipes-connectivity/libdnet/libdnet_1.17.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.17.0.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb
index a42d014f6..75aaf521c 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"
6 6
7SRC_URI = "git://github.com/ofalk/libdnet.git;nobranch=1;protocol=https" 7SRC_URI = "git://github.com/ofalk/libdnet.git;nobranch=1;protocol=https"
8 8
9SRCREV = "912f7848bfff4ebc6d610f802a3144f84880cbe4" 9SRCREV = "3dfbe889b1f65077efe579da34fc1d6819fcb7f3"
10 10
11UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)" 11UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)"
12 12