summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch')
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch19
1 files changed, 12 insertions, 7 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch b/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
index f3f25f461..410827b33 100644
--- a/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
+++ b/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
@@ -1,21 +1,26 @@
1From 6d24365f0828185fd1bb4d199209ca07eb95c41d Mon Sep 17 00:00:00 2001 1From a27217a5437da313d251b4a765bf7cb60ffaa62d Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Changqing Li <changqing.li@windriver.com>
3Date: Fri, 24 Aug 2018 06:24:36 +0000 3Date: Tue, 27 Nov 2018 15:27:47 +0800
4Subject: [PATCH] Do not hardcode path for pkg.m4 4Subject: [PATCH] From 6d24365f0828185fd1bb4d199209ca07eb95c41d Mon Sep 17
5 00:00:00 2001 From: Khem Raj <raj.khem@gmail.com> Date: Fri, 24 Aug 2018
6 06:24:36 +0000 Subject: [PATCH] Do not hardcode path for pkg.m4
5 7
6Upstream-Status: Pending 8Upstream-Status: Pending
7 9
8Signed-off-by: Khem Raj <raj.khem@gmail.com> 10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11
12update patch to version 5.1.5
13Signed-off-by: Changqing Li <changqing.li@windriver.com>
9--- 14---
10 configure.in | 2 +- 15 configure.in | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-) 16 1 file changed, 1 insertion(+), 1 deletion(-)
12 17
13diff --git a/configure.in b/configure.in 18diff --git a/configure.in b/configure.in
14index 50aed15..f81767c 100644 19index 493b9f1..268d06b 100644
15--- a/configure.in 20--- a/configure.in
16+++ b/configure.in 21+++ b/configure.in
17@@ -12,7 +12,7 @@ define([AC_CACHE_SAVE], )dnl 22@@ -12,7 +12,7 @@ define([AC_CACHE_SAVE], )dnl
18 AC_INIT(.autofs-5.1.4) 23 AC_INIT(.autofs-5.1.5)
19 24
20 # for pkg-config macros 25 # for pkg-config macros
21-m4_include([/usr/share/aclocal/pkg.m4]) 26-m4_include([/usr/share/aclocal/pkg.m4])
@@ -24,5 +29,5 @@ index 50aed15..f81767c 100644
24 # 29 #
25 # autofs installs by default in /usr 30 # autofs installs by default in /usr
26-- 31--
271.9.1 322.7.4
28 33