| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add jamvm target
* simplify versionhandling of jaxp and other external stuff
* switch back to llvm 2.8 for shark,
because it is the last version known to work,
* llvm works partly
* rework postinst and prerm and use zero as default vm
* bump INC_PR
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Even though a vm is a hard dependency it is set as RRECOMMENDS so a single vm can get uninstalled:
root@beaglebone:~/java# opkg remove openjdk-6-vm-shark
No packages removed.
Collected errors:
* print_dependents_warning: Package openjdk-6-vm-shark is depended upon by packages:
* print_dependents_warning: openjdk-6-java
* print_dependents_warning: These might cease to work if package openjdk-6-vm-shark is removed.
In the above situation all vms (cacao, zero and shark) were installed, but due to llvm problems[1] shark is currently broken. To fix the java install shark needs to get uninstalled.
In theory this change allows people to break the java installation, but in practice it's already broken due to [1].
[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/036595.html
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
* taken over mostly stuff from oe classic
* cleaned up recipes
* added license checksums
* bump icedtea6-native to 1.8.11
* use jamvm from git as native
|