git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
239d434
)
jikes-initial: remove workaround for empty SRC_URI
author
Koen Kooi
<koen@openembedded.org>
Fri, 11 Apr 2008 07:40:46 +0000
(07:40 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 11 Apr 2008 07:40:46 +0000
(07:40 +0000)
packages/jikes/jikes-initial.bb
patch
|
blob
|
history
diff --git
a/packages/jikes/jikes-initial.bb
b/packages/jikes/jikes-initial.bb
index
1bd4fbf
..
0e2f4d0
100644
(file)
--- 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}"