aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forte/forte_0.3.bb
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2009-02-17 08:17:38 +0100
committerSteffen Sledz <sledz@dresearch.de>2009-02-17 08:17:38 +0100
commit2cfc560391c1ce0a7737f17952c22e96839f7b83 (patch)
treebf2c2a933d6b31c90b00f21ceab1bc3f65dff941 /packages/forte/forte_0.3.bb
parent2975e105f9abf0daf87e08250ffa1ebe67302b6a (diff)
downloadopenembedded-2cfc560391c1ce0a7737f17952c22e96839f7b83.tar.gz
forte: new package
4DIAC-RTE (FORTE) is a small portable implementation of an IEC 61499 runtime environment, see http://www.fordiac.org/8.0.html
Diffstat (limited to 'packages/forte/forte_0.3.bb')
-rw-r--r--packages/forte/forte_0.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/forte/forte_0.3.bb b/packages/forte/forte_0.3.bb
new file mode 100644
index 0000000000..c434fb39b8
--- /dev/null
+++ b/packages/forte/forte_0.3.bb
@@ -0,0 +1,10 @@
+require forte.inc
+
+PR = "r0"
+
+DEFAULT_PREFERENCE_oxnas = "1"
+
+SRC_URI = "http://kent.dl.sourceforge.net/sourceforge/fordiac/forte-0.3.zip \
+ file://forte-0.3-patch_20081008.diff;patch=1"
+
+S="${WORKDIR}/forte-${PV}"