blob: b58fbfe6f5eaf9367b5dcea4444f66667b3401a0 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001From bdde1faa774753e29d582d79186e08a38597de9e Mon Sep 17 00:00:00 2001
Brad Bishop316dfdd2018-06-25 12:45:53 -04002From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 22 Jan 2018 18:00:21 +0200
4Subject: [PATCH] configure.ac: use a custom value for the location of
5 gpg-agent socket in the filesystem
6
7This should avoid clashes with the host gpg-agent observed on autobuilders.
8
9Upstream-Status: Inappropriate [oe-core specific, and only for -native]
10Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
Brad Bishop316dfdd2018-06-25 12:45:53 -040012---
13 configure.ac | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/configure.ac b/configure.ac
Andrew Geisslereff27472021-10-29 15:35:00 -050017index 5cdd316..e5f2d6a 100644
Brad Bishop316dfdd2018-06-25 12:45:53 -040018--- a/configure.ac
19+++ b/configure.ac
Andrew Geisslereff27472021-10-29 15:35:00 -050020@@ -1962,7 +1962,7 @@ AC_DEFINE_UNQUOTED(GPGCONF_DISP_NAME, "GPGConf",
Brad Bishop316dfdd2018-06-25 12:45:53 -040021
22 AC_DEFINE_UNQUOTED(GPGTAR_NAME, "gpgtar", [The name of the gpgtar tool])
23
24-AC_DEFINE_UNQUOTED(GPG_AGENT_SOCK_NAME, "S.gpg-agent",
25+AC_DEFINE_UNQUOTED(GPG_AGENT_SOCK_NAME, "S.gpg-agent.yocto-native",
26 [The name of the agent socket])
27 AC_DEFINE_UNQUOTED(GPG_AGENT_EXTRA_SOCK_NAME, "S.gpg-agent.extra",
28 [The name of the agent socket for remote access])