Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/zip: add host-zip
@ 2016-02-05 17:09 Martin Bark
  2016-02-08 18:16 ` Yann E. MORIN
  2016-02-20 13:24 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Bark @ 2016-02-05 17:09 UTC (permalink / raw)
  To: buildroot

Make the host variant of zip available.  This can be useful in
post-{build,image} scripts.

Signed-off-by: Martin Bark <martin@barkynet.com>
---
 package/Config.in.host     |  1 +
 package/zip/Config.in.host | 10 ++++++++++
 2 files changed, 11 insertions(+)
 create mode 100644 package/zip/Config.in.host

diff --git a/package/Config.in.host b/package/Config.in.host
index 8e6b870..917670f 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -31,5 +31,6 @@ menu "Host utilities"
 	source "package/uboot-tools/Config.in.host"
 	source "package/util-linux/Config.in.host"
 	source "package/vboot-utils/Config.in.host"
+	source "package/zip/Config.in.host"
 
 endmenu
diff --git a/package/zip/Config.in.host b/package/zip/Config.in.host
new file mode 100644
index 0000000..b14ce55
--- /dev/null
+++ b/package/zip/Config.in.host
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_HOST_ZIP
+	bool "host zip"
+	help
+	  Zip is a compression and file packaging/archive utility.
+	  Although highly compatible both with PKWARE's PKZIP and
+	  PKUNZIP utilities for MS-DOS and with Info-ZIP's own UnZip,
+	  our primary objectives have been portability and
+	  other-than-MSDOS functionality.
+
+	  http://infozip.sourceforge.net/Zip.html
-- 
2.5.0

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

* [Buildroot] [PATCH 1/1] package/zip: add host-zip
  2016-02-05 17:09 [Buildroot] [PATCH 1/1] package/zip: add host-zip Martin Bark
@ 2016-02-08 18:16 ` Yann E. MORIN
  2016-02-20 13:24 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2016-02-08 18:16 UTC (permalink / raw)
  To: buildroot

Martin, All,

On 2016-02-05 17:09 +0000, Martin Bark spake thusly:
> Make the host variant of zip available.  This can be useful in
> post-{build,image} scripts.
> 
> Signed-off-by: Martin Bark <martin@barkynet.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/Config.in.host     |  1 +
>  package/zip/Config.in.host | 10 ++++++++++
>  2 files changed, 11 insertions(+)
>  create mode 100644 package/zip/Config.in.host
> 
> diff --git a/package/Config.in.host b/package/Config.in.host
> index 8e6b870..917670f 100644
> --- a/package/Config.in.host
> +++ b/package/Config.in.host
> @@ -31,5 +31,6 @@ menu "Host utilities"
>  	source "package/uboot-tools/Config.in.host"
>  	source "package/util-linux/Config.in.host"
>  	source "package/vboot-utils/Config.in.host"
> +	source "package/zip/Config.in.host"
>  
>  endmenu
> diff --git a/package/zip/Config.in.host b/package/zip/Config.in.host
> new file mode 100644
> index 0000000..b14ce55
> --- /dev/null
> +++ b/package/zip/Config.in.host
> @@ -0,0 +1,10 @@
> +config BR2_PACKAGE_HOST_ZIP
> +	bool "host zip"
> +	help
> +	  Zip is a compression and file packaging/archive utility.
> +	  Although highly compatible both with PKWARE's PKZIP and
> +	  PKUNZIP utilities for MS-DOS and with Info-ZIP's own UnZip,
> +	  our primary objectives have been portability and
> +	  other-than-MSDOS functionality.
> +
> +	  http://infozip.sourceforge.net/Zip.html
> -- 
> 2.5.0
> 
> _______________________________________________
> 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 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/zip: add host-zip
  2016-02-05 17:09 [Buildroot] [PATCH 1/1] package/zip: add host-zip Martin Bark
  2016-02-08 18:16 ` Yann E. MORIN
@ 2016-02-20 13:24 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-02-20 13:24 UTC (permalink / raw)
  To: buildroot

Dear Martin Bark,

On Fri,  5 Feb 2016 17:09:40 +0000, Martin Bark wrote:
> Make the host variant of zip available.  This can be useful in
> post-{build,image} scripts.
> 
> Signed-off-by: Martin Bark <martin@barkynet.com>
> ---
>  package/Config.in.host     |  1 +
>  package/zip/Config.in.host | 10 ++++++++++
>  2 files changed, 11 insertions(+)
>  create mode 100644 package/zip/Config.in.host

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-02-20 13:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-05 17:09 [Buildroot] [PATCH 1/1] package/zip: add host-zip Martin Bark
2016-02-08 18:16 ` Yann E. MORIN
2016-02-20 13:24 ` Thomas Petazzoni

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