summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libseccomp/files/0001-configure.ac-Bump-version-to-2.5.99.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-07-13 23:03:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-16 21:23:43 +0100
commitcee5bfa1cf0b5c91c8102faadb3bd5d482f9ccef (patch)
treebdbc772efd752945ea62ee3c666965ccbf7a4e71 /meta/recipes-support/libseccomp/files/0001-configure.ac-Bump-version-to-2.5.99.patch
parenta4b94a7ff21289282fb7dbc00c351d42366bb39c (diff)
downloadpoky-cee5bfa1cf0b5c91c8102faadb3bd5d482f9ccef.tar.gz
libseccomp: Update to main branch
Get RV32 imlementation (From OE-Core rev: 752eb3839a46c70f2a847854386e9929d0e6d680) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libseccomp/files/0001-configure.ac-Bump-version-to-2.5.99.patch')
-rw-r--r--meta/recipes-support/libseccomp/files/0001-configure.ac-Bump-version-to-2.5.99.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-support/libseccomp/files/0001-configure.ac-Bump-version-to-2.5.99.patch b/meta/recipes-support/libseccomp/files/0001-configure.ac-Bump-version-to-2.5.99.patch
new file mode 100644
index 0000000000..3fc285b6ee
--- /dev/null
+++ b/meta/recipes-support/libseccomp/files/0001-configure.ac-Bump-version-to-2.5.99.patch
@@ -0,0 +1,26 @@
1From 00b6bc440a75443f9bea431bbb41df50469b5093 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 8 Jun 2021 23:13:20 -0700
4Subject: [PATCH] configure.ac: Bump version to 2.5.99
5
6Upstream-Status: Inappropriate [Needed for git builds only]
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8---
9 configure.ac | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/configure.ac b/configure.ac
13index 3e87734..48e796f 100644
14--- a/configure.ac
15+++ b/configure.ac
16@@ -19,7 +19,7 @@ dnl #
17 dnl ####
18 dnl libseccomp defines
19 dnl ####
20-AC_INIT([libseccomp], [0.0.0])
21+AC_INIT([libseccomp], [2.5.99])
22
23 dnl ####
24 dnl autoconf configuration
25--
262.32.0