[Buildroot] [PATCH v2] augeas: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Mar 21 22:40:18 UTC 2017


Hello,

On Sat, 11 Mar 2017 13:47:44 +0100, Jörg Krause wrote:
> Augeas is a configuration editing tool. It parses configuration files in
> their native formats and transforms them into a tree. Configuration
> changes are made by manipulating this tree and saving it back into
> native config files.
> 
> Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>
> Cc: Romain Naour <romain.naour at gmail.com>

Thanks, I've applied, after fixing one minor issue.

> +	# ARC toolchain issue:
> +	# https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/108
> +	depends on !BR2_arc
> +	depends on BR2_USE_WCHAR
> +	select BR2_PACKAGE_LIBXML2
> +	select BR2_PACKAGE_READLINE
> +	help
> +	  Augeas is a configuration editing tool. It parses
> +	  configuration files in their native formats and transforms
> +	  them into a tree. Configuration changes are made by
> +	  manipulating this tree and saving it back into native config
> +	  files.
> +
> +	  http://augeas.net
> +
> +comment "augeas needs a toolchain w/ wchar"
> +	depends on !BR2_USE_WCHAR

A "depends on !BR2_arc" was missing here, so I've added it.

Thanks!

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



More information about the buildroot mailing list