All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libnss: install certutil tool on target
@ 2020-09-04 11:35 Julien Floret
  2020-09-05  7:35 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Floret @ 2020-09-04 11:35 UTC (permalink / raw)
  To: buildroot

certutil is a command-line utility for managing keys and certificate in
both NSS databases and other NSS tokens.

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/libnss/libnss.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
index f28e16a40670..d0b2d51772bd 100644
--- a/package/libnss/libnss.mk
+++ b/package/libnss/libnss.mk
@@ -105,6 +105,8 @@ define LIBNSS_INSTALL_TARGET_CMDS
 		$(@D)/$(LIBNSS_DISTDIR)/lib/*.a
 	$(INSTALL) -D -m 0644 $(TOPDIR)/package/libnss/nss.pc.in \
 		$(TARGET_DIR)/usr/lib/pkgconfig/nss.pc
+	$(INSTALL) -D -m 755 $(@D)/$(LIBNSS_DISTDIR)/bin/certutil \
+		$(TARGET_DIR)/usr/bin/certutil
 	$(SED) 's/@VERSION@/$(LIBNSS_VERSION)/g;' \
 		$(TARGET_DIR)/usr/lib/pkgconfig/nss.pc
 endef
-- 
2.25.1

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

* [Buildroot] [PATCH] package/libnss: install certutil tool on target
  2020-09-04 11:35 [Buildroot] [PATCH] package/libnss: install certutil tool on target Julien Floret
@ 2020-09-05  7:35 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2020-09-05  7:35 UTC (permalink / raw)
  To: buildroot

Julien, All,

On 2020-09-04 13:35 +0200, Julien Floret spake thusly:
> certutil is a command-line utility for managing keys and certificate in
> both NSS databases and other NSS tokens.
> 
> Signed-off-by: Julien Floret <julien.floret@6wind.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libnss/libnss.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
> index f28e16a40670..d0b2d51772bd 100644
> --- a/package/libnss/libnss.mk
> +++ b/package/libnss/libnss.mk
> @@ -105,6 +105,8 @@ define LIBNSS_INSTALL_TARGET_CMDS
>  		$(@D)/$(LIBNSS_DISTDIR)/lib/*.a
>  	$(INSTALL) -D -m 0644 $(TOPDIR)/package/libnss/nss.pc.in \
>  		$(TARGET_DIR)/usr/lib/pkgconfig/nss.pc
> +	$(INSTALL) -D -m 755 $(@D)/$(LIBNSS_DISTDIR)/bin/certutil \
> +		$(TARGET_DIR)/usr/bin/certutil
>  	$(SED) 's/@VERSION@/$(LIBNSS_VERSION)/g;' \
>  		$(TARGET_DIR)/usr/lib/pkgconfig/nss.pc
>  endef
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2020-09-05  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 11:35 [Buildroot] [PATCH] package/libnss: install certutil tool on target Julien Floret
2020-09-05  7:35 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.