blob: c641a19616fb0057651684866f0247744f441de7 [file] [log] [blame]
Andrew Geisslerc9f78652020-09-18 14:11:35 -05001From 56343af532389c31eab32c096c9a989c53c78ce0 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 Geisslerc9f78652020-09-18 14:11:35 -050017index 1d05d39..eaaf33c 100644
Brad Bishop316dfdd2018-06-25 12:45:53 -040018--- a/configure.ac
19+++ b/configure.ac
Andrew Geisslerc9f78652020-09-18 14:11:35 -050020@@ -1858,7 +1858,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])