From 5267ad977d6242e507e4537769b0c04c1f6831ff Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 14 May 2010 17:36:41 +0200 Subject: jikes-initial: make it build with new style staging --- recipes/jikes/jikes-initial.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/jikes') diff --git a/recipes/jikes/jikes-initial.bb b/recipes/jikes/jikes-initial.bb index 0e2f4d0748..bf2fdd1168 100644 --- a/recipes/jikes/jikes-initial.bb +++ b/recipes/jikes/jikes-initial.bb @@ -2,8 +2,6 @@ SUMMARY = "Initial Java 1.4-compatible (and not higher) compiler" DEPENDS = "jikes-native classpath-initial" -SRC_URI = "" - S = "${WORKDIR}" inherit native @@ -17,7 +15,9 @@ do_compile() { echo "${STAGING_BINDIR_NATIVE}/jikes -bootclasspath ${STAGING_DATADIR_NATIVE}/classpath-initial/glibj.zip \$@" >> jikes-initial } -do_stage() { - install -d ${STAGING_BINDIR} - install -m 0755 jikes-initial ${STAGING_BINDIR} +do_install() { + install -d ${D}${bindir} + install -m 0755 jikes-initial ${D}${bindir} } + +NATIVE_INSTALL_WORKS = "1" -- cgit 1.2.3-korg