[oe] [meta-java][PATCH 0/7] openjdk include cleanup

Richard Leitner richard.leitner at skidata.com
Wed Aug 22 14:28:59 UTC 2018


Hi,
this is a note to let you know that I've just added this series to the
master-next branch of the meta-java repository at
	git://git.yoctoproject.org/meta-java

As soon as it has gone through some more testing it will likely be
merged to the master branch.

If you have any questions, please let me know.

regards;Richard.L

On 8/20/18 11:14 PM, Richard Leitner wrote:
> Remove duplicated code in openjdk includes by moving it to the
> openjdk-build-helper class. Furthermore make the naming of files in
> recipes-core/openjdk/ consistent again.
> 
> Richard Leitner (7):
>   openjdk-build-helper: add get_*_arch functions
>   openjdk-8: use openjdk_build_helper's ARCH translation functions
>   openjdk-7: use openjdk_build_helper's ARCH translation functions
>   icedtea7-native: use openjdk_build_helper's ARCH translation functions
>   openjdk-7: remove version dependent stuff from openjdk-common
>   openjdk-8: use openjdk-common
>   openjdk-7: merge postinst into openjdk-7-common
> 
>  classes/openjdk-build-helper.bbclass      |  51 +++++++++++
>  recipes-core/icedtea/icedtea7-native.inc  |  42 +--------
>  recipes-core/openjdk/openjdk-7-common.inc | 141 +++++++++++++++++++++++++++++-
>  recipes-core/openjdk/openjdk-8-common.inc |  44 +---------
>  recipes-core/openjdk/openjdk-common.inc   |  77 +---------------
>  recipes-core/openjdk/openjdk-postinst.inc | 100 ---------------------
>  6 files changed, 194 insertions(+), 261 deletions(-)
>  delete mode 100644 recipes-core/openjdk/openjdk-postinst.inc
> 



More information about the Openembedded-devel mailing list