From: Koen Kooi Date: Thu, 10 Apr 2008 09:01:54 +0000 (+0000) Subject: jikes-initial: work around a problem with packaged-staging X-Git-Tag: Release-2010-05/1~7220^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6bc482909a9b7030842d10956cfddabe45a5cb9;p=openembedded.git jikes-initial: work around a problem with packaged-staging --- diff --git a/packages/jikes/files/dummy b/packages/jikes/files/dummy new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/jikes/jikes-initial.bb b/packages/jikes/jikes-initial.bb index 0e2f4d0748..1bd4fbfe69 100644 --- a/packages/jikes/jikes-initial.bb +++ b/packages/jikes/jikes-initial.bb @@ -2,7 +2,8 @@ SUMMARY = "Initial Java 1.4-compatible (and not higher) compiler" DEPENDS = "jikes-native classpath-initial" -SRC_URI = "" +# Packaged-staging needs a Source: field to put in the packages, so SRC_URI can't be empty +SRC_URI = "file://dummy" S = "${WORKDIR}"