Openmoko's OpenEmbedded repository. This is used to build the Openmoko distribution: Changes to 'org.openmoko.dev'

git at git.openmoko.org git at git.openmoko.org
Fri May 30 06:14:43 CEST 2008


 conf/distro/include/preferred-om-2008-versions.inc |    8 ++++----
 packages/classpath/classpath-native_0.97.1.bb      |    3 ---
 2 files changed, 4 insertions(+), 7 deletions(-)

New commits:
commit b863913e1c7d8dccd88c92474834fa242c48e19f
Author: John Lee <john_lee at openmoko.com>
Date:   Fri May 30 12:13:11 2008 +0800

    from openembedded.devel mailing list, Robert Schuster:
    
    I would like this commit to be reverted. While it may look logical to
    go from one below 1.0 release to another something important changed
    in classpath in that release and makes bootstrapping far more
    complicated.
    
    The problem is that from 0.97 onwards, a classpath build needs a
    working javah tool. this program is a header generator which creates C
    header files from compiled Java classes. Such a javah program is
    provided by the classpath tools but needs a working runtime and class
    library first.
    
    Earlier classpath releases had pre-generated header files and needed
    no javah program.
    
    There are multiple ways to fix this issue. One way would involve
    upstream allowing the just built javah application being run with a
    provided java executable. This would be less pain for us and would
    also benefit other cross compilation efforts.
    
    Revert "classpath: update preferred versions to 0.97.1."
    
    This reverts commit 9b51f084cd59781afbc160dcf9f8df719a0ef75c.





More information about the commitlog mailing list