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

Richard Leitner richard.leitner at skidata.com
Mon Aug 20 21:14:36 UTC 2018


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

-- 
2.11.0




More information about the Openembedded-devel mailing list