xmlrpc-c: Upgrade to 1.59.01

Fix buildpath warning due to tmpdir appearing in xmlconfig-c-config

WARNING: xmlrpc-c-1.54.06-r0 do_package_qa: QA Issue: File /usr/bin/xmlrpc-c-config in package xmlrpc-c-dev contains reference
 to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-04-17 20:39:40 -07:00
parent 54f5199706
commit 9d66f76045
@@ -9,8 +9,8 @@ SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \
file://0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch \ file://0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch \
file://0002-fix-formatting-issues.patch \ file://0002-fix-formatting-issues.patch \
" "
#Release 1.54.06 #Release 1.59.01
SRCREV = "00870af80021aa0a66cc72c9aeb00587cbfde560" SRCREV = "352aeaa9ae49e90e55187cbda839f2113df06278"
S = "${WORKDIR}/git/stable" S = "${WORKDIR}/git/stable"
@@ -40,6 +40,10 @@ do_configure() {
rm -fv ${S}/tools/turbocharger/mod_gzip.c rm -fv ${S}/tools/turbocharger/mod_gzip.c
} }
do_install:append:class-target() {
sed -i 's,${WORKDIR},/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR},g' ${D}${bindir}/xmlrpc-c-config
}
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"
CLEANBROKEN = "1" CLEANBROKEN = "1"