diff options
Diffstat (limited to 'meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch')
-rw-r--r-- | meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch b/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch index ec0384e257..1989c5abd7 100644 --- a/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch +++ b/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 61ae82a2ba502492b6a78f248258abb71daeb227 Mon Sep 17 00:00:00 2001 | 1 | From 8c69192754ba73dd6e3273728a21aa73988f4bfb Mon Sep 17 00:00:00 2001 |
2 | From: Kai Kang <kai.kang@windriver.com> | 2 | From: Kai Kang <kai.kang@windriver.com> |
3 | Date: Tue, 17 Nov 2020 11:13:40 +0800 | 3 | Date: Tue, 17 Nov 2020 11:13:40 +0800 |
4 | Subject: [PATCH] sudo.conf.in: fix conflict with multilib | 4 | Subject: [PATCH] sudo.conf.in: fix conflict with multilib |
@@ -20,7 +20,7 @@ Upstream-Status: Inappropriate [OE configuration specific] | |||
20 | 1 file changed, 4 insertions(+), 4 deletions(-) | 20 | 1 file changed, 4 insertions(+), 4 deletions(-) |
21 | 21 | ||
22 | diff --git a/examples/sudo.conf.in b/examples/sudo.conf.in | 22 | diff --git a/examples/sudo.conf.in b/examples/sudo.conf.in |
23 | index 2187457..0908d24 100644 | 23 | index bdd676c..094341c 100644 |
24 | --- a/examples/sudo.conf.in | 24 | --- a/examples/sudo.conf.in |
25 | +++ b/examples/sudo.conf.in | 25 | +++ b/examples/sudo.conf.in |
26 | @@ -4,7 +4,7 @@ | 26 | @@ -4,7 +4,7 @@ |
@@ -52,7 +52,7 @@ index 2187457..0908d24 100644 | |||
52 | # Sudo plugin directory: | 52 | # Sudo plugin directory: |
53 | @@ -74,7 +74,7 @@ | 53 | @@ -74,7 +74,7 @@ |
54 | # The default directory to use when searching for plugins that are | 54 | # The default directory to use when searching for plugins that are |
55 | # specified without a fully qualified path name. | 55 | # specified without a fully-qualified path name. |
56 | # | 56 | # |
57 | -#Path plugin_dir @plugindir@ | 57 | -#Path plugin_dir @plugindir@ |
58 | +#Path plugin_dir $plugindir | 58 | +#Path plugin_dir $plugindir |