diff options
author | Amy Fong <amy.fong@windriver.com> | 2015-04-16 13:52:36 -0400 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-04 09:21:06 -0200 |
commit | 24092dc5e6680602d8a4b66bd9046f345bf58b3a (patch) | |
tree | 76b2150d5cf0ce0cc8bb7f197261136074117436 /recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch | |
parent | dfb21b449dd652b99bc4725796d143e8c9779cd6 (diff) | |
download | meta-java-24092dc5e6680602d8a4b66bd9046f345bf58b3a.tar.gz |
java.bbclass: java missing classes during compile
oe_makeclasspath is used to define the classpath argument passed to
javac for a number of packages. The current behaviour takes a number
args specifying jar files to look for and if the files exist, it adds
it to a specified variable.
On some builds, oe_makeclasspath cannot find the jar file.
oe_makeclasspath used an invalid test to see the package is native.
(testing if the build arch and package arch are the same, if so, native)
We test to see if PN matches *-native or *-nativesdk instead.
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/remove-shell-variables-from-autoheader.patch')
0 files changed, 0 insertions, 0 deletions