summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/sdbus-c++
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-253-3/+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>
* sdbus-c++: Upgrade to 2.1.0 releaseThomas Noack2025-05-062-5/+4
| | | | | Signed-off-by: Thomas Noack <thomas.noack@iris-sensing.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Support using alternative runtime D-BusNiko Mauno2025-04-241-1/+1
| | | | | | | | | | In order to facilitate using e.g. dbus-broker as runtime D-Bus implementation, change the Freedesktop.org specific D-Bus runtime dependency declaration to honor oe-core's new VIRTUAL-RUNTIME_dbus variable. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Refresh patches to work with systemd 255.6Khem Raj2024-06-062-92/+38
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Upgrade to 255.6Khem Raj2024-06-011-1/+1
| | | | | | Fixes build with kernel-headers from 6.9+ kernel Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chore(sdbus-c++): upgrade to 2.0.0 releaseStanislav Angelovic2024-04-282-6/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Fix build and upgrade to latest gitKhem Raj2024-04-193-20/+11
| | | | | | Fix ptest run while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++,sdbus-c++-tools: Upgrade to 1.5.0 releaseKhem Raj2024-03-253-2/+2
| | | | | | | | | | | | | v1.5.0 - Improve handling of exceptions from callback handlers - Add support for async registration of matches - Correctly add libsystemd dependency to pkgconfi - Fix request name signal handling issue - Add INSTALL_TESTS CMake option - Minor UnixFd cleanups - Additional little fixes and updates in code, build system, CI, and documentation Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Upgrade to 255.4 release of systemdKhem Raj2024-03-2527-354/+760
| | | | | | Synchronise musl patches with oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Install ptests into PTEST_PATHKhem Raj2023-12-012-7/+6
| | | | | | add rdep on basu and dbus when not using systemd Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-tools: Upgrade to 1.4.0Khem Raj2023-11-291-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Upgrade to 254Khem Raj2023-11-2934-992/+948
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Update ptest pathPoonam Jadhav2023-11-211-1/+6
| | | | | | | Update ptest path to run sdbus-c++ ptest Signed-off-by: Poonam Jadhav <poonam.jadhav@kpit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: upgrade 1.3.0 -> 1.4.0Khem Raj2023-11-062-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* feat: bump sdbus-c++ up to v1.3.0Stanislav Angelovic2023-08-303-2/+2
| | | | 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>
* sdbus-c++: Disable ccacheKhem Raj2023-01-211-0/+3
| | | | | | It adds spurious -isystem from somewhere else Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Upgrade to 250.9 systemd releaseKhem Raj2022-12-234-127/+40
| | | | | | | Fix build with latest musl Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-tools: Upgrade sdbus-c++-tools 1.1.0 to 1.2.0Riyaz Khan2022-09-081-1/+1
| | | | | | | | | | Update SHA value in SRCREV. Reference link: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.2.0 Signed-off-by: Riyaz Khan <rak3033@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Upgrade sdbus-c++ 1.1.0 to 1.2.0Riyaz Khan2022-09-083-57/+2
| | | | | | | | | | | | Add SHA value in SRCREV and remove 7f437a6e06d2ec3abd3e2fd1101ab6aab386bc44.patch as this this patch is already part of 1.2.0 Source. Reference link: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.2.0 Signed-off-by: Riyaz Khan <rak3033@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Fix build with glibc 2.36Khem Raj2022-08-062-0/+75
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Fix patch fuzzKhem Raj2022-05-291-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Link with libatomic for rv32Khem Raj2022-05-281-0/+1
| | | | | | | Fixes libsdbus-c++.so.1.1.0: undefined reference to `__atomic_load_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Link with libatomic on mips/ppc32Khem Raj2022-05-201-0/+5
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Gianfranco Costamagna <locutusofborg@debian.org>
* sdbus-c++: Bump version from 1.00 to 1.1.0Gianfranco2022-05-203-2/+57
| | | | | | | | Cherry-pick upstream commit 7f437a6e06d2ec3abd3e2fd1101ab6aab386bc44 to fix build Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Bump SRCREV to last commit of 250-stable branchGianfranco2022-05-201-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: bugfix dev package is not installedBen Fekih, Hichem2022-04-221-0/+2
| | | | | | | | | | | | | since sdbus-c++-libsystemd outputs only static libraries, it will not be installed inside the SDK. add RDEPENDS:${PN}-dev = "" to remove the dependency to the empty package when installing the sdbus-c++-libsystemd-dev into the SDK without this change the SDK is missing sdbus-c++-dev and sdbus-c++-libsystemd-dev Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: disable code generation toolsVyacheslav Yurkov2022-03-171-1/+1
| | | | | | | | Tools are covered by sdbus-c++-tools recipe. It doesn't make sense to compile them here too. Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-043-3/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Fix build on muslKhem Raj2022-01-2428-796/+825
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: upgrade 249 -> 250.3Wang Mingyu2022-01-241-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-tools: upgrade 1.0.0 -> 1.1.0Wang Mingyu2022-01-241-1/+1
| | | | | | | | | | | | Changelog: ========= Fix timeout handling for asynchronous method calls Add support for unregistering signal handler Add support for chrono literals in sdbus-c++-xml2cpp generator Additional little fixes and improvements in code, build system, and documentation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Upgrade to 249.5Khem Raj2021-11-1334-1256/+1768
| | | | | | | This is enforced by meson 60.x which otherwise would need some partial backports to get it going. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Fix build with kernel 5.15+Khem Raj2021-11-062-0/+30
| | | | | | | Backport a patch from upstream systemd Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@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>
* Bump sdbus-c++ to version v1.0.0Stanislav Angelovic2021-11-035-94/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-032-5/+5
| | | | | | | | | | 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>
* sdbus-cpp: Do not fetch googletest on the flyKhem Raj2021-05-282-1/+51
| | | | | | | | | This package downloads code ( gtest ) post do_fetch task Now this is checked out by bitbake fetcher into decided source directory, this ensures reproducibility Signed-off-by: Khem Raj <raj.khem@gmail.com>
* projucer: Update to latest master tipKhem Raj2021-05-281-0/+41
| | | | | | | | | | | Drop patch which no longer is needed as it has been fixed differently upstream License-Update: Updated to reflect JUCE 6 Terms [1] [1] https://github.com/juce-framework/JUCE/commit/de6ecc57f84294e82a608bcc6d0f5d11645f15e3#diff-4673a3aba01813b595de187a7a6e9e63a3491d55821606fecd9f13a10c188a1d Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Avoid hard dependency on rsyncKhem Raj2021-05-112-3/+57
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Fix reallocarray check in mesonKhem Raj2020-12-122-0/+26
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Bump sdbus-c++ version to v0.8.3Stanislav Angelovic2020-09-113-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Fix ptest packagingKhem Raj2020-08-191-3/+8
| | | | | | | | | | | | | | | Define builtin PTEST_PATH Delete the systemd test fragment if ptest is not enabled Fixes NOTE: Executing Tasks ERROR: sdbus-c++-0.8.1-r0 do_package: QA Issue: sdbus-c++: Files/directories were installed but not shipped in any package: /etc /etc/dbus-1 /etc/dbus-1/system.d /etc/dbus-1/system.d/org.sdbuscpp.integrationtests.conf Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Stanislav Angelovic <angelovic.s@gmail.com>
* sdbus-c++-tools: add nativesdkMatt Campbell2020-04-251-1/+3
| | | | | Signed-off-by: Matthew Campbell <mcampbell@izotope.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: upgrade 0.7.6 -> 0.8.1sangelovic2020-02-023-2/+2
| | | | | | | See full changelog at https://github.com/Kistler-Group/sdbus-cpp/blob/v0.8.1/ChangeLog Signed-off-by: Stanislav Angelovic <angelovic.s@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Introduce recipes for sdbus-c++ library and its toolssangelovic2020-01-0627-0/+2734
sdbus-c++ is a high-level, expressive, easy-to-use C++ D-Bus client library written on top of systemd D-Bus client C library. Signed-off-by: Stanislav Angelovic <angelovic.s@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>