blob: fa9705572914a4aa7db30043b63362fef16dc295 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "4DIAC-RTE (FORTE) is a small portable implementation of an IEC 61499 runtime environment"
HOMEPAGE = "http://www.fordiac.org/8.0.html"
SECTION = "console/network"
DEPENDS = ""
RDEPENDS = ""
LICENSE = "EPL"
inherit autotools
EXTRA_OEMAKE = 'LIBS+="-lpthread" CXXFLAGS+="-O0 -g" CPPFLAGS+="-DLOGDEBUG -I${S}/src/core -I${S}/src/core/datatypes -I${S}/src/fblib/events -I${S}/src/fblib/ita -I${S}/src/fblib/math -I${S}/src/fblib/net"'
do_configure_prepend() {
chmod +x ${S}/configure
ln -s -f ${S}/src/arch/pc ${S}/src/arch/active_arch
}
|