mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-13 06:49:31 +02:00
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:
23
recipes-support/faust/faust_git.bb
Normal file
23
recipes-support/faust/faust_git.bb
Normal 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"
|
||||
Reference in New Issue
Block a user