summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/multipath-tools/files/0001-fix-boolean-value-with-json-c-0.14.patch
Commit message (Collapse)AuthorAgeFilesLines
* multipath-tools: upgrade 0.8.4 -> 0.9.3Ovidiu Panait2022-12-121-42/+0
| | | | | | | | | | | | | | | | | | | | | * most patches were rebased on top of 0.9.3 with various small adjustments. * the following patches were dropped: 0001-fix-boolean-value-with-json-c-0.14.patch 0001-libmultipath-uevent.c-fix-error-handling-for-udev_mo.patch replaced by upstream commits: 82129852d747 ("fix boolean value with json-c 0.14") 54349bcfc818 ("libmultipath: avoid buffer size warning with systemd 240+") * prefix, usrlibdir, plugindir, modulesloaddir, and tmpfilesdir were added to EXTRA_OEMAKE to fix QA. * libgcc was added to RDEPENDS in order to fix the following startup error: "libgcc_s.so.1 must be installed for pthread_cancel to work" Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: Fix build with json-c 0.14 and newerKhem Raj2020-06-051-0/+42
Signed-off-by: Khem Raj <raj.khem@gmail.com>