From: Koen Kooi Date: Fri, 11 Apr 2008 07:40:46 +0000 (+0000) Subject: jikes-initial: remove workaround for empty SRC_URI X-Git-Tag: Release-2010-05/1~7218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=563f85b1f8d5028ee9fa71ccb225a9d2c510395a;p=openembedded.git jikes-initial: remove workaround for empty SRC_URI --- diff --git a/packages/jikes/jikes-initial.bb b/packages/jikes/jikes-initial.bb index 1bd4fbfe69..0e2f4d0748 100644 --- a/packages/jikes/jikes-initial.bb +++ b/packages/jikes/jikes-initial.bb @@ -2,8 +2,7 @@ SUMMARY = "Initial Java 1.4-compatible (and not higher) compiler" DEPENDS = "jikes-native classpath-initial" -# Packaged-staging needs a Source: field to put in the packages, so SRC_URI can't be empty -SRC_URI = "file://dummy" +SRC_URI = "" S = "${WORKDIR}"