kio: Fix sed file location

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-10-23 19:31:47 +02:00
parent 11ba2693ee
commit 42b23f29c1

View File

@@ -52,7 +52,7 @@ EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
do_configure:append() {
# fix sysroot path
sed -i 's:${STAGING_BINDIR_NATIVE}:${bindir}:g' ${B}/src/ioslaves/help/config-help.h
sed -i 's:${STAGING_BINDIR_NATIVE}:${bindir}:g' ${B}/src/kioworkers/help/config-help.h
}
INSANE_SKIP:${PN} = "dev-so"