summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/files
Commit message (Collapse)AuthorAgeFilesLines
* rasdaemon: fix post-processing optionsYi Zhao5 days1-0/+83
| | | | | | | | | | | | | Some post-processing options require an argument, otherwise a segfault will occur: root@qemux86-64:~# rasdaemon -p --status --ipid Segmentation fault (core dumped) rasdaemon -p --status --ipid Backport a patch to fix this issue. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: upgrade to 0.8.0Beniamin Sandu2023-06-221-35/+0
| | | | | | | | * drop the strerror_r patch as it's now included * now builds with out-of-tree libtraceevent Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: Upgrade to 0.6.8Khem Raj2022-08-312-44/+35
| | | | | | | Fix build on musl while here Drop unneeded header include patch which is fixed upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: create recipe for version 0.6.5Beniamin Sandu2020-05-143-0/+99
Link with libargp on musl Include limits.h Add to packagegroup-meta-oe Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>