mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-14 18:49:32 +02:00
Move to new override syntax
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user