blob: 3f1c3abaeb279edc7cd87608f2ee9572e9385b2f [file] [log] [blame]
Brad Bishop977dc1a2019-02-06 16:01:43 -05001From 8eb4d25c25a1c1323797d94e0727a3e42b7f3287 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
Brad Bishop977dc1a2019-02-06 16:01:43 -050017index 4d66af9..b9ef235 100644
Brad Bishop316dfdd2018-06-25 12:45:53 -040018--- a/configure.ac
19+++ b/configure.ac
Brad Bishop977dc1a2019-02-06 16:01:43 -050020@@ -1848,7 +1848,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])