mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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…
Reference in New Issue
Block a user