<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/recipes-core/openjdk/patches-openjdk-7, branch hardknott</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=hardknott</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=hardknott'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2020-01-21T14:46:07+00:00</updated>
<entry>
<title>openjdk-7: add patch to fix xattr include path</title>
<updated>2020-01-21T14:46:07+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2020-01-21T14:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=90c1f4955249381c56b0e8a7bac73a8fe82e67a7'/>
<id>urn:sha1:90c1f4955249381c56b0e8a7bac73a8fe82e67a7</id>
<content type='text'>
As attr dropped the &lt;attr/xattr.h&gt; header use &lt;sys/xattr.h&gt; instead.

http://git.savannah.nongnu.org/cgit/attr.git/commit/include?id=7921157890d07858d092f4003ca4c6bae9fd2c38

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-7: fix compile errors with current poky master (gcc6)</title>
<updated>2017-05-29T10:52:41+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2017-04-26T13:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=65041a6c16a11ca187734323177591e8fd09f2af'/>
<id>urn:sha1:65041a6c16a11ca187734323177591e8fd09f2af</id>
<content type='text'>
Using the current poky master openjdk-7 wasn't buildable. This patch
fixes those problems by adding three more patches to openjdk-7.

These patches basically add/fix GCC6 support. Furthermore the
LDFLAGS_HASH_STYLE variable (which was removed by the
icedtea-crosscompile-fix.patch) is re-introduced and set to "both" for
compatibility reasons.

Following two patches were originally written by Abdur Rehman and taken
from meta-mentor [1]:
	icedtea-flags-to-compile-with-GCC-6.patch
	icedtea-specify-overloaded-variant-of-fmod.patch

[1] https://github.com/MentorEmbedded/meta-mentor

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
</content>
</entry>
<entry>
<title>openjdk hotspot build system std.h fix</title>
<updated>2016-01-04T11:21:07+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2015-09-17T17:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=74cfd0579c5d5bde9b9a9df92814489739fa456f'/>
<id>urn:sha1:74cfd0579c5d5bde9b9a9df92814489739fa456f</id>
<content type='text'>
Backport from upstream from jdk9
Hotspot build system looking for sdt.h in the wrong place

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
</content>
</entry>
<entry>
<title>icedtea7-native/openjdk-7: fails on hosts with no unzip</title>
<updated>2016-01-04T11:21:07+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2015-04-16T22:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=6273537d06b9df611a2f41b3de6e552941e1cf94'/>
<id>urn:sha1:6273537d06b9df611a2f41b3de6e552941e1cf94</id>
<content type='text'>
Fails with an error message /usr/bin/unzip not found.
Additionally, icedtea7 enables you to specify an unzip to use by setting
the variable UNZIP, this results in an error because unzip uses UNZIP
to specify options, hence you'll end up with unzip trying to unzip unzip.

Note: Same issue applies to  openjdk

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
</content>
</entry>
<entry>
<title>openjdk-7: drop an inappropriate patch</title>
<updated>2015-12-17T12:39:21+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2015-12-15T06:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=d4fbf276edcc2dbf7531ac0daa2bb169c3d5adee'/>
<id>urn:sha1:d4fbf276edcc2dbf7531ac0daa2bb169c3d5adee</id>
<content type='text'>
The patch icedtea-jdk-build-nio-gensor-genuc-gensc-static.patch
is to add static option to build nio gensor/genuc/gensc, and
was added when upgrading to IcedTea 2.6.1 OpenJDK 7u85b01.

Another patch icedtea-jdk-nio-use-host-cc.patch uses host cc
for nio build so it fails on host that lack of static libraries:
| /usr/bin/ld: cannot find -lpthread

And there is no comments explaining why it needs static linking,
so drop the patch for now unless we have better understanding
and make a more proper patch.

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01</title>
<updated>2015-10-28T12:17:57+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2015-10-28T12:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=ed95222b71cc58f6039bdf944b0e11ce00fb0bf5'/>
<id>urn:sha1:ed95222b71cc58f6039bdf944b0e11ce00fb0bf5</id>
<content type='text'>
IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015 security
updates. For more details see:
http://blog.fuseyism.com/index.php/2015/10/23/security-icedtea-2-6-2-for-openjdk-7-released/

Furthermore the patches directory for OpenJDK-7 was renamed to avoid the version number.
This makes it easier for upgrades and to see diff's between patches.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
</feed>
