acf5b437cc
- fix CVE-2021-30560 - remove merged patch, drop autoreconf - moved from xmlsoft.org to gnome.org - spaces in hash file Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [yann.morin.1998@free.fr: - drop autoreconf as no longer patching - also switch home in Config.in ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
569 B
Plaintext
17 lines
569 B
Plaintext
config BR2_PACKAGE_LIBXSLT
|
|
bool "libxslt"
|
|
select BR2_PACKAGE_LIBXML2
|
|
help
|
|
Install the xslt library which is used
|
|
to transform XML files to other XML files.
|
|
|
|
XSLT is designed for use as part of XSL,
|
|
which is a stylesheet language for XML.
|
|
In addition to XSLT, XSL includes an XML vocabulary
|
|
for specifying formatting.
|
|
XSL specifies the styling of an XML document by using XSLT
|
|
to describe how the document is transformed into another
|
|
XML document that uses the formatting vocabulary.
|
|
|
|
https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
|