diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-18 22:29:57 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-18 22:30:25 -0400 |
commit | c090201782c98b6cab743d131043109c508cb6c4 (patch) | |
tree | ce66dd34b0be2720ebf143a884d64778e8751a16 | |
parent | 12fc14ef72ab680940fad0efe29e13d1bd650860 (diff) | |
download | meta-virtualization-c090201782c98b6cab743d131043109c508cb6c4.tar.gz |
lxc: add upstream-status to patch
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/lxc/files/configure-skip-libseccomp-tests-if-it-is-disabled.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/lxc/files/configure-skip-libseccomp-tests-if-it-is-disabled.patch b/recipes-containers/lxc/files/configure-skip-libseccomp-tests-if-it-is-disabled.patch index 7ba992f6..43c91bab 100644 --- a/recipes-containers/lxc/files/configure-skip-libseccomp-tests-if-it-is-disabled.patch +++ b/recipes-containers/lxc/files/configure-skip-libseccomp-tests-if-it-is-disabled.patch | |||
@@ -6,6 +6,8 @@ Subject: [PATCH] configure: skip libseccomp tests if it is disabled | |||
6 | Move the block checking for libseccomp api compatibility inside | 6 | Move the block checking for libseccomp api compatibility inside |
7 | AM_COND_IF([ENABLE_SECCOMP] ... ). | 7 | AM_COND_IF([ENABLE_SECCOMP] ... ). |
8 | 8 | ||
9 | Upstream-Status: submitted [https://github.com/lxc/lxc/pull/3623] | ||
10 | |||
9 | Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> | 11 | Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> |
10 | --- | 12 | --- |
11 | configure.ac | 17 ++++++++--------- | 13 | configure.ac | 17 ++++++++--------- |