mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-20 08:01:38 +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:
parent
0d0270c577
commit
c9d8ac58c5
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user