Files
meta-musicians/recipes-support/faust/faust_git.bb
Andreas Müller e55aae0802 All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-10 23:35:27 +01:00

24 lines
652 B
BlitzBasic

SUMMARY = "Programming language for signal processing and sound synthesis"
HOMEPAGE = "http://faust.grame.fr/"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://../COPYING.txt;md5=212be99c180b5dc717a32f58f34ca3fa"
SRC_URI = " \
gitsm://github.com/grame-cncm/faust.git;protocol=https;branch=master-dev \
file://0001-Remove-usr-local-include-from-include-path.patch \
"
SRCREV = "e44a4ee922174ecdb02bf64934626dbac597594c"
PV = "2.20.2"
S = "${WORKDIR}/git/build"
inherit cmake
do_install:append() {
# Failes package QA due to mismatching arch
rm -rf ${D}${datadir}/faust/android
}
RDEPENDS:${PN} += "bash"
BBCLASSEXTEND = "native"