rrdtool: fix compilation with GCC 14

Import patch from the rrdtool's git to fix building with GCC 14. Note,
it also requires fixing other tools (like lmsensors) in a similar way.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dmitry Baryshkov
2024-06-05 10:52:25 +03:00
committed by Khem Raj
parent 2d11258e2d
commit 2f38b4028d
2 changed files with 1584 additions and 0 deletions
@@ -11,6 +11,7 @@ PV = "1.8.0"
SRC_URI = "\
git://github.com/oetiker/rrdtool-1.x.git;protocol=https;branch=master \
file://b76e3c578f1e9f582e9c28f50d82b1f569602075.patch \
"
S = "${WORKDIR}/git"