summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-03-12 14:56:55 +0800
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-26 15:13:03 +0200
commita1460941fc56e099f97514263b94f9f84543c6a7 (patch)
tree854c2c5c01c0b1913c15fc8df2f3196cb8e1d588
parent4f2e3d6e39d79df9b0825ff6d3d3f005615cb51c (diff)
downloadmeta-openembedded-a1460941fc56e099f97514263b94f9f84543c6a7.tar.gz
libnftnl: upgrade 1.2.4 -> 1.2.5
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e9df01df3db8fd67102e53c6a424bc0128100573) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-networking/recipes-filter/libnftnl/libnftnl/0001-configure.ac-Add-serial-tests.patch8
-rw-r--r--meta-networking/recipes-filter/libnftnl/libnftnl_1.2.5.bb (renamed from meta-networking/recipes-filter/libnftnl/libnftnl_1.2.4.bb)2
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl/0001-configure.ac-Add-serial-tests.patch b/meta-networking/recipes-filter/libnftnl/libnftnl/0001-configure.ac-Add-serial-tests.patch
index 049ad2d39a..abeca6579c 100644
--- a/meta-networking/recipes-filter/libnftnl/libnftnl/0001-configure.ac-Add-serial-tests.patch
+++ b/meta-networking/recipes-filter/libnftnl/libnftnl/0001-configure.ac-Add-serial-tests.patch
@@ -1,4 +1,4 @@
1From 1cb59c1fed33607e4fb2bee9144ce45276e9cc96 Mon Sep 17 00:00:00 2001 1From 801a4dd42449fb5f09fb9cb99714ed137278ca24 Mon Sep 17 00:00:00 2001
2From: Trevor Gamblin <trevor.gamblin@windriver.com> 2From: Trevor Gamblin <trevor.gamblin@windriver.com>
3Date: Tue, 14 Dec 2021 12:31:12 -0500 3Date: Tue, 14 Dec 2021 12:31:12 -0500
4Subject: [PATCH] configure.ac: Add serial-tests 4Subject: [PATCH] configure.ac: Add serial-tests
@@ -14,13 +14,13 @@ Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
14 1 file changed, 3 insertions(+), 1 deletion(-) 14 1 file changed, 3 insertions(+), 1 deletion(-)
15 15
16diff --git a/configure.ac b/configure.ac 16diff --git a/configure.ac b/configure.ac
17index 8e68035..2704214 100644 17index d5c6bd0..d90048e 100644
18--- a/configure.ac 18--- a/configure.ac
19+++ b/configure.ac 19+++ b/configure.ac
20@@ -8,7 +8,9 @@ AC_CONFIG_HEADERS([config.h]) 20@@ -8,7 +8,9 @@ AC_CONFIG_HEADERS([config.h])
21 m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) 21 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
22 22
23 AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 23 AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-xz
24- 1.6 subdir-objects]) 24- 1.6 subdir-objects])
25+ 1.6 subdir-objects serial-tests]) 25+ 1.6 subdir-objects serial-tests])
26+ 26+
@@ -29,5 +29,5 @@ index 8e68035..2704214 100644
29 dnl kernel style compile messages 29 dnl kernel style compile messages
30 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) 30 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
31-- 31--
322.33.1 322.25.1
33 33
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.4.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.5.bb
index ede35e7624..380a33064b 100644
--- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.4.bb
+++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.5.bb
@@ -7,7 +7,7 @@ SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \
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 = "141cc997755dd91e94dd64c5497f2a23bd9a894c" 10SRCREV = "c62bef65fef638452b4ed1893c2451fc253ca7ca"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13