diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-18 22:29:57 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-31 10:20:08 -0400 |
commit | 8be0bc1480e649b2df5f9f8e87e01c5acbe61182 (patch) | |
tree | 92e3ad58b759e06266a9986f3c177fc4885e1bba | |
parent | 345d97e645269c28a599c3b006b4ed333c1ff912 (diff) | |
download | meta-virtualization-8be0bc1480e649b2df5f9f8e87e01c5acbe61182.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 ++++++++--------- |