Move to new override syntax

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-08-16 00:25:06 +02:00
parent 88a5ceec31
commit 42a6ec9399
130 changed files with 321 additions and 321 deletions

View File

@@ -25,7 +25,7 @@ S = "${WORKDIR}/qcustomplot-source"
inherit qmake5
do_configure_prepend() {
do_configure:prepend() {
cp ${WORKDIR}/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro ${S}
sed -i 's:../../qcustomplot:qcustomplot:g' ${S}/sharedlib-compilation.pro
}