summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/libxml
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+1
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml++-5.0: include UPSTREAM_CHECK_REGEX to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+2
| | | | | | | | | | | Adding UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* libxml++: Delete recipe for 2.42.1Khem Raj2024-04-113-118/+0
| | | | | | | | We already have libxml++-5 provided and some of the dependencies for libxml++ (older version of glibmm) are not available. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml++-5.0: Make use of gnomebase bbclassKhem Raj2023-11-191-7/+6
| | | | | | Simplify the recipe a bit and makes ptests pass. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml++: Disable parallel make in ptest compileKhem Raj2022-07-021-0/+2
| | | | | | | | | | | | | | | This fails to build in parallel, perhaps needs to fix the component makery Fixes | chmod +x dom_build/make_check.sh | echo '# Generated and used by "make check"' >dom_parse_entities/make_check.sh | /bin/bash: dom_parse_entities/make_check.sh: No such file or directory | make[1]: *** [Makefile:1807: dom_parse_entities/make_check.sh] Error 1 | make[1]: Leaving directory '/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/libxml++/2.42.1-r0/build/examples' | make: *** [Makefile:1812: buildtest] Error 2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-042-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml++-5.0: Add recipe for libxml++ 5.0Khem Raj2022-02-211-0/+20
| | | | | | | This is not ABI compatible with older version which is still used by many packages so add it such that it can live alongside Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml++: Upgrade to 2.42.1 releaseKhem Raj2022-02-212-18/+19
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-3/+3
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "libxml++: only include when x11 in DISTRO_FEATURES"Martin Jansa2018-05-301-1/+1
| | | | | | This reverts commit 44ece3daea4028e72473b6316ba3c7c54d833166. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml++2: remove X11 distro checkArmin Kuster2018-03-291-2/+0
| | | | | | looks like its not needed. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libxml++: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libxml++: Update to 2.40.1Khem Raj2017-03-112-19/+19
| | | | | | | Fix ptests for S != B case Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove some more True options to getVar callsAndre McCurdy2017-02-131-1/+1
| | | | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls. Fix a small number of cases not addressed by the original patch: http://git.openembedded.org/meta-openembedded/commit/?id=efd3696e70a6603f1a45faa4a172433514f0a487 Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxml++: fix LICENSEMartin Jansa2016-12-021-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxml++: update to the latest stable version (2.38.1)Derek Straka2016-04-283-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxml++: fix ptest target pathsNick Lewis2014-06-211-7/+16
| | | | | Signed-off-by: Nick Lewis <nick.lewis@usa.g4s.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxml++: fix build with B noteq SLewis, Nick2014-06-101-2/+2
| | | | | Signed-off-by: Nick Lewis <nick.lewis@usa.g4s.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxml++: Upgrade to 2.37.1 and add ptest supportNick Lewis2014-03-113-7/+89
| | | | | Signed-off-by: Nick Lewis <nick.lewis@usa.g4s.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxml++: fix unpackaged filesMartin Jansa2012-12-111-1/+5
| | | | | | | | | | | | | | * fixes: libxml++-2.35.3: libxml++: Files/directories were installed but not shipped /usr/share/devhelp /usr/share/devhelp/books /usr/share/devhelp/books/libxml++-2.6 /usr/share/devhelp/books/libxml++-2.6/libxml++-2.6.devhelp2 /usr/lib/libxml++-2.6 /usr/lib/libxml++-2.6/include /usr/lib/libxml++-2.6/include/libxml++config.h Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxml++: New recipe - C++ bindings for libxmlGary Thomas2012-08-081-0/+18
Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>