aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cup/files
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2009-09-18 13:42:32 +0200
committerRobert Schuster <robertschuster@fsfe.org>2009-09-18 13:42:32 +0200
commitd9fef0c7c9c064337223f847af28b6da4a180ced (patch)
treecd496b78261c03e7ab1dbdfbe28113d38c7d088a /recipes/cup/files
parente815e80bdf71c0c4cf0469d0b362be6dfe37e075 (diff)
downloadopenembedded-d9fef0c7c9c064337223f847af28b6da4a180ced.tar.gz
cup 0.10k: New recipe (from Jalimo SVN).
cup-native 0.10k: Dito.
Diffstat (limited to 'recipes/cup/files')
-rwxr-xr-xrecipes/cup/files/cup5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/cup/files/cup b/recipes/cup/files/cup
new file mode 100755
index 0000000000..34b4f05956
--- /dev/null
+++ b/recipes/cup/files/cup
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cp=OE_STAGING_DATADIR_JAVA/OE_CUP_JAR
+
+exec OE_STAGING_BINDIR/java -cp $cp java_cup.Main "$@"