xmlrcp-c: drop ${PE}, ${PR} from /usr/src/debug paths

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa 2023-11-17 09:51:38 +01:00 committed by Khem Raj
parent 54689e1468
commit dd0676e657
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -41,7 +41,7 @@ do_configure() {
}
do_install:append:class-target() {
sed -i 's,${WORKDIR},/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR},g' ${D}${bindir}/xmlrpc-c-config
sed -i 's,${WORKDIR},${TARGET_DBGSRC_DIR},g' ${D}${bindir}/xmlrpc-c-config
}
BBCLASSEXTEND = "native"