summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-22 16:48:56 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-23 19:35:03 -0700
commit17aa52ee3a2d54569ef797a176aebd9224ec3248 (patch)
tree1c562d2bfe6233dd358b79f80b215250f9d16fe9 /meta-networking
parent7cf9c5502412f159c0b4f819277382286ea0e5ac (diff)
downloadmeta-openembedded-17aa52ee3a2d54569ef797a176aebd9224ec3248.tar.gz
libnftnl: upgrade 1.2.8 -> 1.2.9
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-filter/libnftnl/libnftnl_1.2.9.bb (renamed from meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb
index 0af64fe036..8368c9cc29 100644
--- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb
+++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb
@@ -3,11 +3,11 @@ LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26" 3LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26"
4SECTION = "libs" 4SECTION = "libs"
5 5
6SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \ 6SRC_URI = "git://git.netfilter.org/libnftnl;branch=master;tag=${P} \
7 file://0001-configure.ac-Add-serial-tests.patch \ 7 file://0001-configure.ac-Add-serial-tests.patch \
8 file://run-ptest \ 8 file://run-ptest \
9 " 9 "
10SRCREV = "06e2cbec41c7cd7f2b1e660ce5e5f949912e32eb" 10SRCREV = "17190762f33f78090f5ff99a436c4cb866ac3ccd"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13