diff mbox

[1/1] package/zip: add host-zip

Message ID 1454692180-6467-1-git-send-email-martin@barkynet.com
State Accepted
Headers show

Commit Message

Martin Bark Feb. 5, 2016, 5:09 p.m. UTC
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

Comments

Yann E. MORIN Feb. 8, 2016, 6:16 p.m. UTC | #1
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@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni Feb. 20, 2016, 1:24 p.m. UTC | #2
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
diff mbox

Patch

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