Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: <jackie.huang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [meta-java][PATCH 00/15] meta-java: fixes for some issues
Date: Fri, 25 Dec 2015 15:56:20 +0800	[thread overview]
Message-ID: <cover.1451029460.git.jackie.huang@windriver.com> (raw)

From: Jackie Huang <jackie.huang@windriver.com>

These patches had been in our local branch for some times, I think
they are needed here as well, I rebased and did basic build/runtime
tests on x86-64 and ppc, please review and see if they are fine to
be merged.

--
The following changes since commit c88d019434b5ba0eb7ee1a3b0e27a74587ad9d49:

  openjdk-8-native: fix improper do_install and PROVIDES (2015-12-22 23:48:09 -0800)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib.git jhuang0/d_java-fixes_151225_0
  http://git.pokylinux.org/cgit.cgi//log/?h=jhuang0/d_java-fixes_151225_0

Amy Fong (15):
  java.bbclass: java missing classes during compile
  inetlib: fix inetlib dependency during compilation
  openjdk: autools not to override B var
  jamvm.inc: jamvm recipe cleanup
  base-files: Define JAVA_HOME by default
  Missing inheritance and dependencies in some java packages
  openjdk-7: added java tools to the jdk package
  openjdk: add keytool link
  openjdk: postinst cleanup
  icedtea7-native compile failure undefined reference to `main'
  openjdk: fix CVE-2014-1876
  jamvm-git uprev to 2.0.0
  openjdk-7: add depends on attr
  icedtea7-native/openjdk-7: fails on hosts with no unzip
  openjdk hotspot build system std.h fix

 classes/java.bbclass                               |   9 +-
 recipes-core/base-files/base-files_3.0.14.bbappend |  13 ++
 recipes-core/classpath/classpath-native_0.99.bb    |   2 +-
 ...etlib-missing-dependency-for-util_classes.patch |  31 ++++
 recipes-core/classpathx/inetlib_1.1.1.bb           |   1 +
 recipes-core/icedtea/icedtea7-native.inc           |   4 +-
 .../icedtea-CVE-2014-1876-unpack.patch             |  44 ++++++
 .../openjdk-7-03b147/icedtea-jdk-unzip.patch       | 130 +++++++++++++++
 .../openjdk-7-03b147/icedtea-makefile-unzip.patch  | 167 +++++++++++++++++++
 .../icedtea-x11_extension_cleanup.patch            |  42 +++++
 recipes-core/icedtea/openjdk-7-release-03b147.inc  |   7 +
 recipes-core/jamvm/jamvm.inc                       |   7 +-
 recipes-core/jamvm/jamvm_git.bb                    |   4 +-
 recipes-core/openjdk/openjdk-7-common.inc          |   4 +
 recipes-core/openjdk/openjdk-7_91b01-2.6.2.bb      |   5 +
 recipes-core/openjdk/openjdk-common.inc            |   3 +-
 recipes-core/openjdk/openjdk-postinst.inc          |  24 ++-
 .../patches-openjdk-7/icedtea-dtrace-std_h.patch   |  40 +++++
 .../patches-openjdk-7/icedtea-jdk-unzip.patch      | 130 +++++++++++++++
 .../patches-openjdk-7/icedtea-makefile-unzip.patch | 176 +++++++++++++++++++++
 20 files changed, 825 insertions(+), 18 deletions(-)
 create mode 100644 recipes-core/base-files/base-files_3.0.14.bbappend
 create mode 100644 recipes-core/classpathx/inetlib-1.1.1/inetlib-missing-dependency-for-util_classes.patch
 create mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea-CVE-2014-1876-unpack.patch
 create mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea-jdk-unzip.patch
 create mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea-makefile-unzip.patch
 create mode 100644 recipes-core/icedtea/openjdk-7-03b147/icedtea-x11_extension_cleanup.patch
 create mode 100644 recipes-core/openjdk/patches-openjdk-7/icedtea-dtrace-std_h.patch
 create mode 100644 recipes-core/openjdk/patches-openjdk-7/icedtea-jdk-unzip.patch
 create mode 100644 recipes-core/openjdk/patches-openjdk-7/icedtea-makefile-unzip.patch

-- 
1.9.1



             reply	other threads:[~2015-12-25  7:56 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-25  7:56 jackie.huang [this message]
2015-12-25  7:56 ` [meta-java][PATCH 01/15] java.bbclass: java missing classes during compile jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 02/15] inetlib: fix inetlib dependency during compilation jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 03/15] openjdk: autools not to override B var jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 04/15] jamvm.inc: jamvm recipe cleanup jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 05/15] base-files: Define JAVA_HOME by default jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 06/15] Missing inheritance and dependencies in some java packages jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 07/15] openjdk-7: added java tools to the jdk package jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 08/15] openjdk: add keytool link jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 09/15] openjdk: postinst cleanup jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 10/15] icedtea7-native compile failure undefined reference to `main' jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 11/15] openjdk: fix CVE-2014-1876 jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 12/15] jamvm-git uprev to 2.0.0 jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 13/15] openjdk-7: add depends on attr jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 14/15] icedtea7-native/openjdk-7: fails on hosts with no unzip jackie.huang
2015-12-25  7:56 ` [meta-java][PATCH 15/15] openjdk hotspot build system std.h fix jackie.huang
2015-12-28 14:10 ` [meta-java][PATCH 00/15] meta-java: fixes for some issues Koen Kooi
2015-12-29  8:52   ` Koen Kooi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1451029460.git.jackie.huang@windriver.com \
    --to=jackie.huang@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox