summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* xmlstarlet: Fix build with libxml2 2.14+Khem Raj2025-05-281-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-03-201-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlstarlet: Fix build with API breakage in libxml2 2.12Khem Raj2024-03-081-0/+1
| | | | | | | | | | | Fixes | 300 | xmlSetStructuredErrorFunc(&errorInfo, reportError); | | ^~~~~~~~~~~ | /mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlerror.h:898:29: note: passing argument to parameter 'handler' here | 898 | xmlStructuredErrorFunc handler); | | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlstarlet: Fix build with clang16Khem Raj2023-01-211-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlstarlet: Disable PARALLEL_MAKE (again)Richard Purdie2018-09-101-0/+5
| | | | | | | | | | | | | * MJ: this was applied for 1.5.0 version in: https://patchwork.openembedded.org/patch/116023/ then removed with the upgrade to 1.6.1 in: https://patchwork.openembedded.org/patch/141059/ but as reported before this issue is still reproducible with 1.6.1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlstarlet: Update to 1.6.1Khem Raj2017-06-221-0/+26
Enable PARALLEL_MAKE again Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>