summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests-if-nss-systemd-is-not-enable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests-if-nss-systemd-is-not-enable.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests-if-nss-systemd-is-not-enable.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests-if-nss-systemd-is-not-enable.patch b/meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests-if-nss-systemd-is-not-enable.patch
new file mode 100644
index 0000000000..abecdc764b
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests-if-nss-systemd-is-not-enable.patch
@@ -0,0 +1,29 @@
1From b6ba596fd1313a162cdc2eb88161dcf24d19ede7 Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Thu, 28 Jun 2018 10:10:02 +0800
4Subject: [PATCH 8/9] Do not enable nss tests if nss-systemd is not enabled
5
6Upstream-Status: Pending
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
10---
11 src/test/meson.build | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/src/test/meson.build b/src/test/meson.build
15index 7da7e3a22..7b7c257ff 100644
16--- a/src/test/meson.build
17+++ b/src/test/meson.build
18@@ -645,7 +645,7 @@ tests += [
19 [['src/test/test-nss.c'],
20 [],
21 [libdl],
22- '', 'manual'],
23+ 'ENABLE_NSS_SYSTEMD', 'manual'],
24
25 [['src/test/test-umount.c',
26 'src/core/mount-setup.c',
27--
282.11.0
29