Age | Commit message (Collapse) | Author | Files |
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
|
|
configure arguments
|
|
cacao-native 0.98+hg20071001: Removed (use 0.99.3 instead).
cacao:
* simplified cacao.inc
* removed 0.98+hg20071001 and 0.98+hg20080519
* removed patches
cacaoh-native:
* simplified cacaoh-native.inc
* removed 0.98+hg20071001 and 0.98+hg20080519
|
|
|
|
|
|
cacao: Removed 0.99.2, added 0.99.3
cacaoh-native: Removed 0.99.2, added 0.99.3
cacao-native: Removed 0.99.2, added 0.99.3
|
|
- removed PROVIDES = "virtual/java"
- increased PRs
|
|
- remove N800 workarounds
- added patches to fix VFP incompatibility (affects ARM builds)
|
|
|
|
cacaoh-native 0.99.2: Fixed expected md5sum.
cacao 0.99.2: Fixed expected md5sum.
|
|
cacaoh-native: Removed 0.99.1, switched to 0.99.2.
cacao-native: Removed 0.99.1, switched to 0.99.2.
|
|
|
|
* add support for new configure options in cacao-native.inc
|
|
|
|
|
|
|
|
|
|
in 0.99)
cacao: Cleanup and new recipe.
* removed the need for the 'libdir' patches and simplified cacao.inc
* removed those patches
* added with-build-java-library-classes patch (applied upstream already)
* usage of changed configure options
cacao 0.98+hg20080519: Simplified.
* adjusted with-build-java-library-classes patch for this version
* increased PR
cacao 0.99.1: New recipe.
cacaoh-native:
* usage of changed configure options
cacaoh-native 0.98+hg20080519: Simplified.
cacaoh-native 0.99.1: New recipe.
|
|
|
|
* removed the need for the 'libdir' patches and simplified cacao.inc
* removed those patches
* added with-build-java-library-classes patch (applied upstream already)
cacao 0.98+hg20080519: Simplified.
* adjusted with-build-java-library-classes patch for this version
* increased PR
cacao 0.99.1: New recipe.
|
|
* Hi John Lee,
please use the corresponding date instead of the hg revision number.
Reason is that in mercurial revision numbers are local and not equal
between different users.
Regards
Robert
|
|
|
|
|
|
fixes 2317.
|
|
- removed workaround patch
- added real fix OABI and EABI compliant cacheflushing
|
|
- removed superfluous configure argument
- has no effect on binaries so not adjusting PR
|
|
cacao: Added N800 quirk and a patch to fix AttachCurrentThread behavior.
|
|
cacao-cldc: Added an include recipe.
classpath: Moved versions prior 0.95 to obsolete/ .
classpath-minimal: Moved versions prior 0.95 to obsolete/ .
classpath-gtk: Moved to obsolete/.
classpath cvs: Moved to obsolete/.
classpath 0.96.1: Added new version.
classpath 0.95: Added new version.
classpath-minimal 0.96.1: Added new version.
midpath-cldc: Removed notion of virtual/cldc-api-1.1
- install cldc1.1.jar as midpath-cldc1.1.jar to ${datadir}/midpath-cldc
|
|
cacaoh-cldc-native: Use virtual/javac-native.
|
|
cacao: Multiple fixes.
- added -initial version
- added -native snapshot version
classpath:
- added -initial version
- added -native version
ecj:
- added -initial version
- added -native version that is compiled from source
jikes:
- jikes-native is not a virtual/javac-native provider any more
|
|
* cacao-cldc needs libltdl if executed
|
|
* path is now /usr/share/java for cldc1.1.jar
* cosmetic change for cacao-cldc in package area
* bump PR to 1
|
|
* cacaoh-cldc-native depends now on virtual/cldc-api-1.1-native
|
|
* for now we only support cacao-cldc
* with cacao-cldc and midapth wie have midp support in oe
* opera-mini and serval other midlets should work now
* installing the packages is not enough
* you have to write shellscripts which looks like
http://midpath.svn.sourceforge.net/viewvc/midpath/trunk/bin/midpath-test-cacao-cldc.sh?view=markup
* arm is the only support platform for now, others will breakout at not finding
genoffset.h, which can only generate at the target device with the
binary genoffset, upstream is working on diffrent solution, feel free to
submit genoffset.h for your architecture or machine
|