blob: 0e78f5679edd4163f28aaf33e0ba71d67864f0c3 [file] [log] [blame]
Andrew Geisslerb7d28612020-07-24 16:15:54 -05001From 0e51c62706a8c54e90a2d98c5250ecc894c65182 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 Geisslerb7d28612020-07-24 16:15:54 -050017index f3c9863..a57f559 100644
Brad Bishop316dfdd2018-06-25 12:45:53 -040018--- a/configure.ac
19+++ b/configure.ac
Andrew Geisslerb7d28612020-07-24 16:15:54 -050020@@ -1856,7 +1856,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])