<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/recipes-core/icedtea/icedtea6-native-1.8.11, branch krogoth</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=krogoth</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=krogoth'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2015-10-19T12:12:53+00:00</updated>
<entry>
<title>openjdk-6: remove</title>
<updated>2015-10-19T12:12:53+00:00</updated>
<author>
<name>Jens Rehsack</name>
<email>rehsack@gmail.com</email>
</author>
<published>2015-10-16T17:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=2dcff5266a6c1ed39e49b24b8d2984a165ad9c35'/>
<id>urn:sha1:2dcff5266a6c1ed39e49b24b8d2984a165ad9c35</id>
<content type='text'>
Since OpenJDK-6 is not maintained anymore, it's more reasonable to move to OpenJDK-8 instead
of sticking at unmaintained, upstream not supported VM version.

Signed-off-by: Jens Rehsack &lt;sno@netbsd.org&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>icedtea: openjdk: Remove currency data generation expiration date.</title>
<updated>2014-12-31T21:21:05+00:00</updated>
<author>
<name>Alex Gonzalez</name>
<email>alex.gonzalez@digi.com</email>
</author>
<published>2014-12-31T15:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=c600dd3ab5a6308c513f5fbf7243de1799d9ce62'/>
<id>urn:sha1:c600dd3ab5a6308c513f5fbf7243de1799d9ce62</id>
<content type='text'>
The currency data generation class makes a 10 years expiration date check.

It might be reasonable to make sure the input data is updated
periodically, but on an embedded system we don't want to have this type of
built in time expirations.

This commit removes the date expiration check.

Signed-off-by: Alex Gonzalez &lt;alex.gonzalez@digi.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>icedtea6-native: fix native-vsyscall failing</title>
<updated>2014-12-30T14:41:53+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.oss.09@gmail.com</email>
</author>
<published>2014-11-14T16:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=e710e0f48854c5f993c536bed76a79313fc6f83d'/>
<id>urn:sha1:e710e0f48854c5f993c536bed76a79313fc6f83d</id>
<content type='text'>
On a Fedora 20 build machine icedtea6-native fails with:
x86_64-linux/icedtea6-native/1.8.11-r5.3/icedtea6-1.8.11/openjdk-ecj/hotspot/src/os/linux/vm/os_linux.cpp:2431:60: error: expression cannot be used as a function
    vgetcpu_t vgetcpu = (vgetcpu_t)VSYSCALL_ADDR(__NR_vgetcpu);
                                                             ^
 make[7]: *** [os_linux.o] Error 1

The patch makes the build succeed. (On an openSUSE 13.1 machine the build succeeds with and without the patch)
</content>
</entry>
<entry>
<title>icedtea6-native: fix compile error</title>
<updated>2012-11-09T10:59:51+00:00</updated>
<author>
<name>Steffen Sledz</name>
<email>sledz@dresearch-fe.de</email>
</author>
<published>2012-10-05T13:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=99bd206eb1c8ca285e676886a7d6329b40ae4c66'/>
<id>urn:sha1:99bd206eb1c8ca285e676886a7d6329b40ae4c66</id>
<content type='text'>
Don't return booleans from methods returning pointers.

see also: &lt;http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f457154eee8b&gt;

- commit was modified, removed the 1.7 version stuff

Signed-off-by: Steffen Sledz &lt;sledz@dresearch-fe.de&gt;
Signed-off-by: Henning Heinold &lt;heinold@inf.fu-berlin.de&gt;
</content>
</entry>
<entry>
<title>icedtea-native: Fix build on ubuntu 12.04 release</title>
<updated>2012-08-16T07:19:32+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-07-31T19:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=defa36fd9c0722b30ab9981bce0905c7d5153a64'/>
<id>urn:sha1:defa36fd9c0722b30ab9981bce0905c7d5153a64</id>
<content type='text'>
It conflicts definitions from standard include
so backport a patch from upstream

When here also change the LICENSE field to be more compatible
to avoid warnings like

WARNING: icedtea6-native: No generic license file exists for: GPL in any
provider
WARNING: icedtea6-native: No generic license file exists for: with in
any provider
WARNING: icedtea6-native: No generic license file exists for: Classpath
in any provider
WARNING: icedtea6-native: No generic license file exists for: Exception
in any provider

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Henning Heinold &lt;heinold@inf.fu-berlin.de&gt;
</content>
</entry>
<entry>
<title>icedtea6-native: add the jar-rhino-rewriter-fix</title>
<updated>2011-12-21T20:07:29+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2011-12-20T00:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=314631bf01cefcaa0fa5e0a5a6edb6e9cedca415'/>
<id>urn:sha1:314631bf01cefcaa0fa5e0a5a6edb6e9cedca415</id>
<content type='text'>
*bump PR

Signed-off-by: Henning Heinold &lt;heinold@inf.fu-berlin.de&gt;
</content>
</entry>
<entry>
<title>meta-java: initial commit</title>
<updated>2011-11-26T22:41:44+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2011-11-12T19:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=57e069cde6617f00ca8834a82c6f360af43d5067'/>
<id>urn:sha1:57e069cde6617f00ca8834a82c6f360af43d5067</id>
<content type='text'>
* taken over mostly stuff from oe classic
* cleaned up recipes
* added license checksums
* bump icedtea6-native to 1.8.11
* use jamvm from git as native
</content>
</entry>
</feed>
