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:
6f75386
)
jikes: link jikes to javac.jikes for update-alternatives
author
Justin Patrin
<papercrane@gmail.com>
Mon, 30 Oct 2006 20:09:01 +0000
(20:09 +0000)
committer
Justin Patrin
<papercrane@gmail.com>
Mon, 30 Oct 2006 20:09:01 +0000
(20:09 +0000)
- This also fixes a packaging error
packages/jikes/jikes_1.22.bb
patch
|
blob
|
history
diff --git
a/packages/jikes/jikes_1.22.bb
b/packages/jikes/jikes_1.22.bb
index
3ed510a
..
02de9d5
100644
(file)
--- a/
packages/jikes/jikes_1.22.bb
+++ b/
packages/jikes/jikes_1.22.bb
@@
-3,7
+3,7
@@
HOMEPAGE = "http://jikes.sourceforge.net/"
PRIORITY = "optional"
SECTION = "devel"
LICENSE = "IBM"
-PR = "r
0
"
+PR = "r
1
"
RDEPENDS = "classpath"
@@
-18,7
+18,7
@@
CXXFLAGS_append_arm += "-UHAVE_64BIT_TYPES -DWORDS_BIGENDIAN=1"
do_install() {
oe_runmake 'DESTDIR=${D}' install
- install -m 0755 ${WORKDIR}/javac.jikes ${D}${bindir}/
+ ln -s ${bindir}/jikes ${D}${bindir}/javac.jikes
}
PROVIDES = "virtual/javac"