mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
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>
This commit is contained in:
+4
-4
@@ -1,4 +1,4 @@
|
|||||||
From 1cb59c1fed33607e4fb2bee9144ce45276e9cc96 Mon Sep 17 00:00:00 2001
|
From 801a4dd42449fb5f09fb9cb99714ed137278ca24 Mon Sep 17 00:00:00 2001
|
||||||
From: Trevor Gamblin <trevor.gamblin@windriver.com>
|
From: Trevor Gamblin <trevor.gamblin@windriver.com>
|
||||||
Date: Tue, 14 Dec 2021 12:31:12 -0500
|
Date: Tue, 14 Dec 2021 12:31:12 -0500
|
||||||
Subject: [PATCH] configure.ac: Add serial-tests
|
Subject: [PATCH] configure.ac: Add serial-tests
|
||||||
@@ -14,13 +14,13 @@ Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|||||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index 8e68035..2704214 100644
|
index d5c6bd0..d90048e 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -8,7 +8,9 @@ AC_CONFIG_HEADERS([config.h])
|
@@ -8,7 +8,9 @@ AC_CONFIG_HEADERS([config.h])
|
||||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2
|
AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-xz
|
||||||
- 1.6 subdir-objects])
|
- 1.6 subdir-objects])
|
||||||
+ 1.6 subdir-objects serial-tests])
|
+ 1.6 subdir-objects serial-tests])
|
||||||
+
|
+
|
||||||
@@ -29,5 +29,5 @@ index 8e68035..2704214 100644
|
|||||||
dnl kernel style compile messages
|
dnl kernel style compile messages
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
--
|
--
|
||||||
2.33.1
|
2.25.1
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \
|
|||||||
file://0001-configure.ac-Add-serial-tests.patch \
|
file://0001-configure.ac-Add-serial-tests.patch \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
"
|
"
|
||||||
SRCREV = "141cc997755dd91e94dd64c5497f2a23bd9a894c"
|
SRCREV = "c62bef65fef638452b4ed1893c2451fc253ca7ca"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user