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

@@ -13,11 +13,11 @@ S = "${WORKDIR}/git/build"
inherit cmake
do_install_append() {
do_install:append() {
# Failes package QA due to mismatching arch
rm -rf ${D}${datadir}/faust/android
}
RDEPENDS_${PN} += "bash"
RDEPENDS:${PN} += "bash"
BBCLASSEXTEND = "native"