summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0018-make-test-dir-configurable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0018-make-test-dir-configurable.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0018-make-test-dir-configurable.patch32
1 files changed, 15 insertions, 17 deletions
diff --git a/meta/recipes-core/systemd/systemd/0018-make-test-dir-configurable.patch b/meta/recipes-core/systemd/systemd/0018-make-test-dir-configurable.patch
index 5f3f2e8a5b..5d13e4af94 100644
--- a/meta/recipes-core/systemd/systemd/0018-make-test-dir-configurable.patch
+++ b/meta/recipes-core/systemd/systemd/0018-make-test-dir-configurable.patch
@@ -1,6 +1,3 @@
1From 569cd3cf9806a02226d26c4104dbe44262f93d33 Mon Sep 17 00:00:00 2001
2From: Roy Li <rongqing.li@windriver.com>
3Date: Fri, 22 Jan 2016 16:44:11 +0800
4Subject: [PATCH 18/36] make test dir configurable 1Subject: [PATCH 18/36] make test dir configurable
5 2
6Upstream-Status: Pending 3Upstream-Status: Pending
@@ -9,16 +6,17 @@ test maybe be run on target in cross-compile environment, and test dir
9is not the compilation dir, so make it configurable 6is not the compilation dir, so make it configurable
10 7
11Signed-off-by: Roy Li <rongqing.li@windriver.com> 8Signed-off-by: Roy Li <rongqing.li@windriver.com>
9
12--- 10---
13 Makefile.am | 2 +- 11 Makefile.am | 2 +-
14 configure.ac | 7 +++++++ 12 configure.ac | 7 +++++++
15 2 files changed, 8 insertions(+), 1 deletion(-) 13 2 files changed, 8 insertions(+), 1 deletion(-)
16 14
17diff --git a/Makefile.am b/Makefile.am 15diff --git a/Makefile.am b/Makefile.am
18index b5c6ba7..d3cd961 100644 16index a94636a..dbd3386 100644
19--- a/Makefile.am 17--- a/Makefile.am
20+++ b/Makefile.am 18+++ b/Makefile.am
21@@ -203,7 +203,7 @@ AM_CPPFLAGS = \ 19@@ -207,7 +207,7 @@ AM_CPPFLAGS = \
22 -DROOTLIBDIR=\"$(rootlibdir)\" \ 20 -DROOTLIBDIR=\"$(rootlibdir)\" \
23 -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" \ 21 -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" \
24 -DROOTHOMEDIR=\"$(roothomedir)\" \ 22 -DROOTHOMEDIR=\"$(roothomedir)\" \
@@ -28,10 +26,10 @@ index b5c6ba7..d3cd961 100644
28 -I $(top_builddir)/src/basic \ 26 -I $(top_builddir)/src/basic \
29 -I $(top_srcdir)/src/basic \ 27 -I $(top_srcdir)/src/basic \
30diff --git a/configure.ac b/configure.ac 28diff --git a/configure.ac b/configure.ac
31index 36d20b5..d96dc5a 100644 29index 45aae8a..c53fae2 100644
32--- a/configure.ac 30--- a/configure.ac
33+++ b/configure.ac 31+++ b/configure.ac
34@@ -1494,6 +1494,11 @@ AC_ARG_WITH([roothomedir], 32@@ -1518,6 +1518,11 @@ AC_ARG_WITH([roothomedir],
35 [], 33 [],
36 [with_roothomedir=/root]) 34 [with_roothomedir=/root])
37 35
@@ -43,7 +41,7 @@ index 36d20b5..d96dc5a 100644
43 AC_ARG_WITH([pamlibdir], 41 AC_ARG_WITH([pamlibdir],
44 AS_HELP_STRING([--with-pamlibdir=DIR], [Directory for PAM modules]), 42 AS_HELP_STRING([--with-pamlibdir=DIR], [Directory for PAM modules]),
45 [], 43 [],
46@@ -1578,6 +1583,7 @@ AC_SUBST([pamconfdir], [$with_pamconfdir]) 44@@ -1603,6 +1608,7 @@ AC_SUBST([pamconfdir], [$with_pamconfdir])
47 AC_SUBST([rootprefix], [$with_rootprefix]) 45 AC_SUBST([rootprefix], [$with_rootprefix])
48 AC_SUBST([rootlibdir], [$with_rootlibdir]) 46 AC_SUBST([rootlibdir], [$with_rootlibdir])
49 AC_SUBST([roothomedir], [$with_roothomedir]) 47 AC_SUBST([roothomedir], [$with_roothomedir])
@@ -51,14 +49,14 @@ index 36d20b5..d96dc5a 100644
51 49
52 AC_CONFIG_FILES([ 50 AC_CONFIG_FILES([
53 Makefile 51 Makefile
54@@ -1669,6 +1675,7 @@ AC_MSG_RESULT([ 52@@ -1695,6 +1701,7 @@ AC_MSG_RESULT([
55 lib dir: ${libdir} 53 lib dir: ${libdir}
56 rootlib dir: ${with_rootlibdir} 54 rootlib dir: ${with_rootlibdir}
57 root home dir: ${with_roothomedir} 55 root home dir: ${with_roothomedir}
58+ test dir: ${with_testdir} 56+ test dir: ${with_testdir}
59 SysV init scripts: ${SYSTEM_SYSVINIT_PATH} 57 SysV init scripts: ${SYSTEM_SYSVINIT_PATH}
60 SysV rc?.d directories: ${SYSTEM_SYSVRCND_PATH} 58 SysV rc?.d directories: ${SYSTEM_SYSVRCND_PATH}
61 Build Python: ${PYTHON} 59 Build Python: ${PYTHON}
62-- 60--
631.8.3.1 612.8.3
64 62