mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user