jikes-initial: work around a problem with packaged-staging
authorKoen Kooi <koen@openembedded.org>
Thu, 10 Apr 2008 09:01:54 +0000 (09:01 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 10 Apr 2008 09:01:54 +0000 (09:01 +0000)
packages/jikes/files/dummy [new file with mode: 0644]
packages/jikes/jikes-initial.bb

diff --git a/packages/jikes/files/dummy b/packages/jikes/files/dummy
new file mode 100644 (file)
index 0000000..e69de29
index 0e2f4d0..1bd4fbf 100644 (file)
@@ -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}"