aboutsummaryrefslogtreecommitdiffstats
path: root/jikes/jikes-native_1.21.oe
diff options
context:
space:
mode:
Diffstat (limited to 'jikes/jikes-native_1.21.oe')
-rw-r--r--jikes/jikes-native_1.21.oe9
1 files changed, 9 insertions, 0 deletions
diff --git a/jikes/jikes-native_1.21.oe b/jikes/jikes-native_1.21.oe
index e69de29bb2..fd8aba2fd5 100644
--- a/jikes/jikes-native_1.21.oe
+++ b/jikes/jikes-native_1.21.oe
@@ -0,0 +1,9 @@
+SECTION = "devel"
+inherit native
+include jikes_${PV}.oe
+S = "${WORKDIR}/jikes-${PV}"
+
+do_stage() {
+ install -d ${STAGING_BINDIR}
+ install -m 755 src/jikes ${STAGING_BINDIR}
+}