summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/yaml-cpp
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | 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>
* yaml-cpp: Upgrade to tip of trunkKhem Raj2025-03-201-1/+2
| | | | | | Fixes build with gcc-15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaml-cpp: upgrade 0.7.0 -> 0.8.0Wang Mingyu2023-08-152-119/+1
| | | | | | | | 0001-Fix-CMake-export-files-1077.patch removed since it's included in 0.8.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaml-cpp: Fix cmake exportJasper Orschulko2023-07-212-0/+118
| | | | | Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaml-cpp: bump 0.7.0Justin Bronder2022-02-111-1/+1
| | | | | Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaml-cpp: add new recipeRamon Fried2020-12-281-0/+17
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>