Ticket #2129 (new enhancement)
update Java packages in OpenMoko
| Reported by: | thebohemian | Owned by: | Nytowl |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Distro | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | no | PatchReviewResult: | |
| Reproducible: |
Description
Hi,
I am maintaining the Java-related recipes in OE and get questions regarding bugs to packages like cacao and classpath. Unfortunately those problems have already been fixed. It is only that OM does not distribute the binaries created from the updated recipes.
As such I asked if OM's distribution maintainer could merge the following recipes from OpenEmbedded? .dev repository:
- cacao 0.99.3
- classpath 0.97.2
Thanks a lot.
Attachments
Change History
comment:1 Changed 4 years ago by dsamblas
I try to compile cacao package using a Mokomakefile on openmoko.dev but builds fails on compilation I atached the failing compilation log
here is my local.conf
MACHINE = "om-gta02"
DISTRO = "openmoko"
BUILD_ARCH = "i686"
INHERIT += "rm_work"
PARALLEL_MAKE = "-j 4" BB_NUMBER_THREADS = "4"
ENABLE_BINARY_LOCALE_GENERATION = "0"
comment:2 Changed 4 years ago by thebohemian
dsambles, you attached the script that runs the build process. Probably just an oversight. You need to upload run.do_compile.22537 instead.
However before talking about problems with the java recipes please make sure you are using the ones from openembedded's .dev branch.
