[Buildroot] [PATCH] libarchive: make bsdtar and bsdcpio binaries configurable

Peter Korsgaard jacmet at uclibc.org
Tue Oct 20 20:37:33 UTC 2009


>>>>> "Sven" == Sven Neumann <s.neumann at raumfeld.com> writes:

 Sven> libarchive comes with two binaries, bsdtar and bsdcpio that used
 Sven> to be installed by default. This change makes this configurable
 Sven> with the default not to build and install the binaries.
 Sven> ---
 Sven>  package/libarchive/Config.in     |   15 +++++++++++++++
 Sven>  package/libarchive/libarchive.mk |    4 ++++
 Sven>  2 files changed, 19 insertions(+), 0 deletions(-)

 Sven> diff --git a/package/libarchive/Config.in b/package/libarchive/Config.in
 Sven> index 9154861..079e0f8 100644
 Sven> --- a/package/libarchive/Config.in
 Sven> +++ b/package/libarchive/Config.in
 Sven> @@ -9,3 +9,18 @@ config BR2_PACKAGE_LIBARCHIVE
 
 Sven>  comment "libarchive requires a toolchain with WCHAR support"
 Sven>  	depends on !BR2_USE_WCHAR
 Sven> +
 Sven> +config BR2_PACKAGE_LIBARCHIVE_BSDTAR
 Sven> +	bool "bsdtar"
 Sven> +	depends on BR2_PACKAGE_LIBARCHIVE
 Sven> +	help
 Sven> +	  The 'bsdtar' program is a full-featured 'tar'
 Sven> +          replacement built on libarchive.

Indentation of 2nd line here and below is wrong - Other than that it
looks good, committed.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list