1config BR2_PACKAGE_XMLSTARLET 2 bool "xmlstarlet" 3 select BR2_PACKAGE_LIBXML2 4 select BR2_PACKAGE_LIBXSLT 5 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE 6 help 7 Command Line XML Toolkit 8 9 http://xmlstar.sourceforge.net/ 10