Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -2,15 +2,18 @@ config BR2_PACKAGE_PUGIXML
|
||||
bool "pugixml"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
Light-weight, simple and fast XML parser for C++ with XPath support
|
||||
Light-weight, simple and fast XML parser for C++ with XPath
|
||||
support
|
||||
|
||||
Features:
|
||||
* DOM-like interface with rich traversal/modification capabilities
|
||||
* Extremely fast non-validating XML parser which constructs the DOM tree
|
||||
from an XML file/buffer
|
||||
* XPath 1.0 implementation for complex data-driven tree queries
|
||||
* Full Unicode support with Unicode interface variants and automatic
|
||||
encoding conversions
|
||||
* DOM-like interface with rich traversal/modification
|
||||
capabilities
|
||||
* Extremely fast non-validating XML parser which constructs
|
||||
the DOM tree from an XML file/buffer
|
||||
* XPath 1.0 implementation for complex data-driven tree
|
||||
queries
|
||||
* Full Unicode support with Unicode interface variants and
|
||||
automatic encoding conversions
|
||||
|
||||
http://pugixml.org/
|
||||
https://github.com/zeux/pugixml
|
||||
|
||||
Reference in New Issue
Block a user