1config BR2_PACKAGE_AUGEAS 2 bool "augeas" 3 # ARC toolchain issue: 4 # https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/108 5 depends on !BR2_arc 6 depends on BR2_USE_WCHAR 7 select BR2_PACKAGE_LIBXML2 8 select BR2_PACKAGE_READLINE 9 help 10 Augeas is a configuration editing tool. It parses 11 configuration files in their native formats and transforms 12 them into a tree. Configuration changes are made by 13 manipulating this tree and saving it back into native config 14 files. 15 16 http://augeas.net 17 18comment "augeas needs a toolchain w/ wchar" 19 depends on !BR2_arc 20 depends on !BR2_USE_WCHAR 21