diff options
Diffstat (limited to 'recipes/forte/forte_0.3.bb')
-rw-r--r-- | recipes/forte/forte_0.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/forte/forte_0.3.bb b/recipes/forte/forte_0.3.bb new file mode 100644 index 0000000000..c434fb39b8 --- /dev/null +++ b/recipes/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}" |