kcodecs: avoid sysroot sanity error

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-08-06 16:09:42 +02:00
parent 34e894f359
commit 96c1b5f6d2

View File

@@ -12,3 +12,9 @@ DEPENDS += "gperf-native"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "71e596b9d9a23fe23db586394e029ad9"
SRC_URI[sha256sum] = "6cff3e88f9cd623509caad8cc4e20993189fdc5071f9b5c05fbcf58850dabe6c"
do_compile_append() {
# gperf-native sets absolut debug comments/links in header
sed -i 's:${STAGING_DIR_NATIVE}::' ${B}/src/kentities.h
}