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:
daca624
)
jamvm-initial: Fixed installation directory.
author
Robert Schuster
<thebohemian@gmx.net>
Thu, 10 Jul 2008 18:06:20 +0000
(18:06 +0000)
committer
Robert Schuster
<thebohemian@gmx.net>
Thu, 10 Jul 2008 18:06:20 +0000
(18:06 +0000)
packages/jamvm/jamvm-initial_1.5.0.bb
patch
|
blob
|
history
diff --git
a/packages/jamvm/jamvm-initial_1.5.0.bb
b/packages/jamvm/jamvm-initial_1.5.0.bb
index
3369733
..
a1c415d
100644
(file)
--- a/
packages/jamvm/jamvm-initial_1.5.0.bb
+++ b/
packages/jamvm/jamvm-initial_1.5.0.bb
@@
-4,6
+4,8
@@
LICENSE = "GPL"
DEPENDS = "zlib-native classpath-initial jikes-initial"
+PR = "r1"
+
PROVIDES = "virtual/java-initial"
S = "${WORKDIR}/jamvm-${PV}"
@@
-18,7
+20,7
@@
ARM_INSTRUCTION_SET = "arm"
inherit native autotools
EXTRA_OECONF = "\
- --with-classpath-install-dir=${
STAGING_DIR_NATIVE}
\
+ --with-classpath-install-dir=${
prefix}
\
--program-suffix=-initial \
"