summaryrefslogtreecommitdiffstats
path: root/package/Config.in.host
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-12-11 18:04:29 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-12-12 09:30:29 +0100
commita4a74005af911e22a2a2fb10a2d011fbf074a5d1 (patch)
treefae71493d9af9dda6e1c25fe93a9f837e9a4b6d0 /package/Config.in.host
parente47741d1a349653c68c37842865f870604fe0c47 (diff)
downloadbuildroot-a4a74005af911e22a2a2fb10a2d011fbf074a5d1.tar.gz
buildroot-a4a74005af911e22a2a2fb10a2d011fbf074a5d1.zip
gnupg: add host package
For E.G. post-build / post-image scripts as it generally cannot be expected to be available on the build host and/or there are some differences in behaviour between gnupg 1.x / 2.x. Provide gnupg 1.x instead of 2.x, as it is simpler to build (less dependencies) and easier to use in post-build / post-image scripts (E.G. no gpg-agent that keeps running in the background). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/Config.in.host')
-rw-r--r--package/Config.in.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in.host b/package/Config.in.host
index 48b6f8c7a8..dd6415bba5 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -18,6 +18,7 @@ menu "Host utilities"
source "package/genext2fs/Config.in.host"
source "package/genimage/Config.in.host"
source "package/genpart/Config.in.host"
+ source "package/gnupg/Config.in.host"
source "package/go/Config.in.host"
source "package/go-bootstrap/Config.in.host"
source "package/google-breakpad/Config.in.host"
OpenPOWER on IntegriCloud