aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jikes/jikes-native_1.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jikes/jikes-native_1.21.bb')
-rw-r--r--recipes/jikes/jikes-native_1.21.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/jikes/jikes-native_1.21.bb b/recipes/jikes/jikes-native_1.21.bb
new file mode 100644
index 0000000000..b95cbfcd75
--- /dev/null
+++ b/recipes/jikes/jikes-native_1.21.bb
@@ -0,0 +1,9 @@
+inherit native
+require jikes_${PV}.bb
+
+S = "${WORKDIR}/jikes-${PV}"
+
+do_stage() {
+ install -d ${STAGING_BINDIR}
+ install -m 755 src/jikes ${STAGING_BINDIR}
+}