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, 0 insertions, 9 deletions
diff --git a/jikes/jikes-native_1.21.oe b/jikes/jikes-native_1.21.oe
deleted file mode 100644
index fd8aba2fd5..0000000000
--- a/jikes/jikes-native_1.21.oe
+++ /dev/null
@@ -1,9 +0,0 @@
-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}
-}