jikes-initial: remove workaround for empty SRC_URI
authorKoen Kooi <koen@openembedded.org>
Fri, 11 Apr 2008 07:40:46 +0000 (07:40 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 11 Apr 2008 07:40:46 +0000 (07:40 +0000)
packages/jikes/jikes-initial.bb

index 1bd4fbf..0e2f4d0 100644 (file)
@@ -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}"