pipewire: remove WORKDIR from documentation

In case docs PACKAGECONFIG is enabled, do_package_qa task fails
due to some of the generated html files are referencing the ${WORKDIR}.

Delete it from these files.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-02-14 17:46:55 +01:00 committed by Khem Raj
parent 0d0270c577
commit c9d8ac58c5
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -391,3 +391,9 @@ FILES:gstreamer1.0-pipewire = " \
"
BBCLASSEXTEND = "native nativesdk"
do_install:append() {
if ls ${D}${datadir}/doc/pipewire/html/dir_*html; then
sed -i "s,${WORKDIR},,g" ${D}${datadir}/doc/pipewire/html/dir_*html
fi
}