faust(-naitve): initial add 2.20.2

faust-native is an unconditional dependency of latest guitarix

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-01-14 22:47:40 +01:00
parent 01c0781a63
commit ff3fc70a73
2 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
SUMMARY = "Programming language for signal processing and sound synthesis"
HOMEPAGE = "http://faust.grame.fr/"
LICENSE = "GPLv2"
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"