diff options
author | André Draszik <andre.draszik@jci.com> | 2018-03-05 09:30:57 +0000 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2018-03-05 13:55:35 +0200 |
commit | 895de9d265b6167b539d4d1ed213d5c2f7e56956 (patch) | |
tree | 7094e7b80a45b37d65f886cfe56720cad32bd61c /recipes-core/openjdk/patches-openjdk-8/0001-jdk-comparison-between-pointer-and-integer.patch | |
parent | 1a5e8d816de76f7ebcdc29e755448a4836190249 (diff) | |
download | meta-java-895de9d265b6167b539d4d1ed213d5c2f7e56956.tar.gz |
openjdk-8: rework do_patch (pt 2 - use bitbake variable overrides)
This currently uses a hand-crafted solution to distinguish
between common, native-only and and target-only patches.
That is a bit hard to follow as patches are being applied in
strange order, and is also non-standard.
Instead, we can just use bitbake variable overrides. This
makes it much easier to work with this recipe, as:
* it is clear in which order patches are going to be applied by
looking at the recipe
* it is clear which patches are meant to be common, for build,
or target
* old patches that are still lying around in WORKDIR (e.g.
because rm_work is not enabled), but that have been removed
from SRC_URI are no longer incorrectly applied
* if patches fail to apply, we know exactly which patch has
failed
* we can use PATCHTOOL = without any ill effects
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/0001-jdk-comparison-between-pointer-and-integer.patch')
0 files changed, 0 insertions, 0 deletions