Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] Add host packages of gnupg2 and its dependencies
@ 2024-04-12 21:43 Ben Hutchings via buildroot
  2024-04-12 21:43 ` [Buildroot] [PATCH 1/6] package/libgpg-error: Add host package Ben Hutchings via buildroot
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Ben Hutchings via buildroot @ 2024-04-12 21:43 UTC (permalink / raw)
  To: buildroot; +Cc: Ben Hutchings

Currently we can build a host package of the obsolete GnuPG 1 but not
GnuPG 2.  This series adds host packages of gnupg2 and the various
libraries it depends on, but with only the host gnupg2 package being
directly selectable.

Ben.

Ben Hutchings (6):
  package/libgpg-error: Add host package
  package/libnpth: Add host package
  package/libassuan: Add host package
  package/libgcrypt: Add host package
  package/libksba: Add host package
  package/gnupg2: Add host package

 package/Config.in.host               |  1 +
 package/gnupg2/Config.in.host        | 13 +++++++++++++
 package/gnupg2/gnupg2.mk             | 11 +++++++++++
 package/libassuan/libassuan.mk       |  5 +++++
 package/libgcrypt/libgcrypt.mk       |  4 ++++
 package/libgpg-error/libgpg-error.mk |  4 ++++
 package/libksba/libksba.mk           |  4 ++++
 package/libnpth/libnpth.mk           |  1 +
 8 files changed, 43 insertions(+)
 create mode 100644 package/gnupg2/Config.in.host

-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-07-15 12:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12 21:43 [Buildroot] [PATCH 0/6] Add host packages of gnupg2 and its dependencies Ben Hutchings via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 1/6] package/libgpg-error: Add host package Ben Hutchings via buildroot
2024-07-15 12:06   ` Thomas Petazzoni via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 2/6] package/libnpth: " Ben Hutchings via buildroot
2024-07-15 12:28   ` Thomas Petazzoni via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 3/6] package/libassuan: " Ben Hutchings via buildroot
2024-07-15 12:30   ` Thomas Petazzoni via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 4/6] package/libgcrypt: " Ben Hutchings via buildroot
2024-07-15 12:34   ` Thomas Petazzoni via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 5/6] package/libksba: " Ben Hutchings via buildroot
2024-07-15 12:36   ` Thomas Petazzoni via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 6/6] package/gnupg2: " Ben Hutchings via buildroot
2024-07-15 12:41   ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox