summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libcppkafka
Commit message (Collapse)AuthorAgeFilesLines
* libcppkafka: Update to tip of trunkKhem Raj2024-01-042-34/+8
| | | | | | Fix the PV to point to last release + git as 0.4.0 is unreleased yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcppkafka: Remove RECIPE_SYSROOT from packageconfig .pc fileKhem Raj2023-05-281-0/+1
| | | | | | | Fixes WARNING: libcppkafka-git-r0 do_package_qa: QA Issue: File /usr/share/pkgconfig/cppkafka.pc in package libcppkafka-dev contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcppkafka: Use CMAKE_INSTALL_LIBDIR instead of hardcoding libKhem Raj2022-03-212-1/+33
| | | | 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>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | 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>
* libcppkafka: Add initial recipe for cppkafka wrapperhasan.men2021-04-061-0/+22
Signed-off-by: Khem Raj <raj.khem@gmail.com>