diff options
author | S. Lockwood-Childs <sjl@vctlabs.com> | 2017-07-12 01:36:34 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-12-22 10:24:49 -0200 |
commit | aa9de3469e1d34f70e162de0faefb40e634b9dcb (patch) | |
tree | c50915969f1f4ac63f9064b58e877f074ef14510 /recipes-core/classpath/classpath-0.93 | |
parent | 00b57035636f67cc39d67ae448bfcba8d7a137ba (diff) | |
download | meta-java-aa9de3469e1d34f70e162de0faefb40e634b9dcb.tar.gz |
java-library.bbclass: compatibility with per-recipe sysroots
The removebinaries task was intended to remove pre-built .jar and .class files
from the unpacked source, but when per-recipe sysroots were implemented and
ended up under WORKDIR, .jar or .class in those sysroots inadvertently started
getting killed as well.
For instance, ${WORKDIR}/recipe-sysroot-native/usr/share/java/ecj-bootstrap.jar
was deleted when attempting to build jlex-native... which made javac in
that sysroot rather unhappy.
Solve by excluding both recipe-sysroot and recipe-sysroot-native dirs
from the search-and-destroy operation.
Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
(cherry picked from commit c4b9b97c7c60ad5c0c3392ccf143b2e4e6c7df24)
Diffstat (limited to 'recipes-core/classpath/classpath-0.93')
0 files changed, 0 insertions, 0 deletions