Hi, 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. Regards Robert xora commit schrieb: > classpath-native_0.97.1.bb : add from OM mtn > > Author: xora@openembedded.org > Branch: org.openembedded.dev > Revision: 3607c00052ba968a5052e6b5f44f6cb522a38d8b > ViewMTN: http://monotone.openembedded.org/revision/info/3607c00052ba968a5052e6b5f44f6cb522a38d8b > Files: > 1 > packages/classpath/classpath-native_0.97.1.bb > Diffs: > > # > # mt diff -r471eef0dd55e52c8e89d42f17ff7a3c920452d9f -r3607c00052ba968a5052e6b5f44f6cb522a38d8b > # > # > # > # add_file "packages/classpath/classpath-native_0.97.1.bb" > # content [4b052ebae756323751932779865b45cf50a920fa] > # > ============================================================ > --- packages/classpath/classpath-native_0.97.1.bb 4b052ebae756323751932779865b45cf50a920fa > +++ packages/classpath/classpath-native_0.97.1.bb 4b052ebae756323751932779865b45cf50a920fa > @@ -0,0 +1,3 @@ > +require classpath-native.inc > + > +PR = "r0" > > > > _______________________________________________ > Openembedded-commits mailing list > Openembedded-commits@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits >