summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests.patch b/meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests.patch
deleted file mode 100644
index 67a4f8e03e..0000000000
--- a/meta/recipes-core/systemd/systemd/0008-Do-not-enable-nss-tests.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1From 48e7c0f5b2f5d777a16ac5584dc4f50f1dfa832c Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 23 Oct 2017 12:27:53 -0700
4Subject: [PATCH 08/12] Do not enable nss tests
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8Upstream-Status: Pending
9
10 Makefile.am | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/Makefile.am b/Makefile.am
14index 3cc8f3451..df20a9a11 100644
15--- a/Makefile.am
16+++ b/Makefile.am
17@@ -5290,6 +5290,7 @@ EXTRA_DIST += \
18 src/timesync/timesyncd.conf.in
19
20 # ------------------------------------------------------------------------------
21+if ENABLE_NSS_SYSTEMD
22 test_nss_SOURCES = \
23 src/test/test-nss.c
24
25@@ -5302,7 +5303,6 @@ manual_tests += \
26 test-nss
27
28 # ------------------------------------------------------------------------------
29-if ENABLE_NSS_SYSTEMD
30 libnss_systemd_la_SOURCES = \
31 src/nss-systemd/nss-systemd.sym \
32 src/nss-systemd/nss-systemd.c
33--
342.14.2
35