mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-30 01:28:40 +01:00
24 lines
652 B
BlitzBasic
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"
|