* [Buildroot] [PATCH 1/1] package/botan: add trousers optional dependency @ 2023-12-27 11:30 Fabrice Fontaine 2024-01-05 13:01 ` Thomas Petazzoni via buildroot 2024-01-12 18:00 ` Peter Korsgaard 0 siblings, 2 replies; 3+ messages in thread From: Fabrice Fontaine @ 2023-12-27 11:30 UTC (permalink / raw) To: buildroot; +Cc: Fabrice Fontaine trousers is an optional dependency since version 1.11.26 and https://github.com/randombit/botan/commit/1752f0d522eef9a4a703fccf702b4b026c1c1d01 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> --- package/botan/botan.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/botan/botan.mk b/package/botan/botan.mk index 59fbc950b0..52019f36eb 100644 --- a/package/botan/botan.mk +++ b/package/botan/botan.mk @@ -67,6 +67,11 @@ BOTAN_DEPENDENCIES += sqlite BOTAN_CONF_OPTS += --with-sqlite endif +ifeq ($(BR2_PACKAGE_TROUSERS),y) +BOTAN_DEPENDENCIES += trousers +BOTAN_CONF_OPTS += --with-tpm +endif + ifeq ($(BR2_PACKAGE_XZ),y) BOTAN_DEPENDENCIES += xz BOTAN_CONF_OPTS += --with-lzma -- 2.43.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/botan: add trousers optional dependency 2023-12-27 11:30 [Buildroot] [PATCH 1/1] package/botan: add trousers optional dependency Fabrice Fontaine @ 2024-01-05 13:01 ` Thomas Petazzoni via buildroot 2024-01-12 18:00 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Thomas Petazzoni via buildroot @ 2024-01-05 13:01 UTC (permalink / raw) To: Fabrice Fontaine; +Cc: buildroot On Wed, 27 Dec 2023 12:30:45 +0100 Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote: > trousers is an optional dependency since version 1.11.26 and > https://github.com/randombit/botan/commit/1752f0d522eef9a4a703fccf702b4b026c1c1d01 > > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> > --- > package/botan/botan.mk | 5 +++++ > 1 file changed, 5 insertions(+) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/botan: add trousers optional dependency 2023-12-27 11:30 [Buildroot] [PATCH 1/1] package/botan: add trousers optional dependency Fabrice Fontaine 2024-01-05 13:01 ` Thomas Petazzoni via buildroot @ 2024-01-12 18:00 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2024-01-12 18:00 UTC (permalink / raw) To: Fabrice Fontaine; +Cc: buildroot >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes: > trousers is an optional dependency since version 1.11.26 and > https://github.com/randombit/botan/commit/1752f0d522eef9a4a703fccf702b4b026c1c1d01 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Committed to 2023.02.x and 2023.11.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-12 18:00 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-12-27 11:30 [Buildroot] [PATCH 1/1] package/botan: add trousers optional dependency Fabrice Fontaine 2024-01-05 13:01 ` Thomas Petazzoni via buildroot 2024-01-12 18:00 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox