From 1016c9f974cb6cff0bb82291f3938ded9dcaaf42 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 8 Dec 2004 11:02:23 +0000 Subject: Updates per the core rename. BKrev: 41b6df3f1WM7snr9msmSOLS9PzF8Sg --- jikes/jikes-native_1.21.bb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'jikes') diff --git a/jikes/jikes-native_1.21.bb b/jikes/jikes-native_1.21.bb index e69de29bb2..fc5942c2f3 100644 --- a/jikes/jikes-native_1.21.bb +++ b/jikes/jikes-native_1.21.bb @@ -0,0 +1,9 @@ +SECTION = "devel" +inherit native +include jikes_${PV}.bb +S = "${WORKDIR}/jikes-${PV}" + +do_stage() { + install -d ${STAGING_BINDIR} + install -m 755 src/jikes ${STAGING_BINDIR} +} -- cgit v1.2.3