<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/recipes-core/icedtea, branch honister</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=honister</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=honister'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2021-11-17T16:44:26+00:00</updated>
<entry>
<title>icedtea7-native: -Wno-error=format-overflow for all gcc &gt;= 9</title>
<updated>2021-11-17T16:44:26+00:00</updated>
<author>
<name>Douglas Royds</name>
<email>douglas.royds@taitradio.com</email>
</author>
<published>2021-10-15T00:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=59ab2699d4f1300ae92e4c2c92642e57f849db87'/>
<id>urn:sha1:59ab2699d4f1300ae92e4c2c92642e57f849db87</id>
<content type='text'>
Using oe.utils.less_or_equal() in the reverse sense here, such that
we *don't* add the warning exclusion for gcc &lt;= 8.

Signed-off-by: Douglas Royds &lt;douglas.royds@taitradio.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>all: run convert-overrides (0.9.3) script to convert to new override format</title>
<updated>2021-08-11T05:19:27+00:00</updated>
<author>
<name>AJ Bagwell</name>
<email>anthony.bagwell@hivehome.com</email>
</author>
<published>2021-08-09T13:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=b71a9866abfd5292650ef0afc5ecb9ab5e29b887'/>
<id>urn:sha1:b71a9866abfd5292650ef0afc5ecb9ab5e29b887</id>
<content type='text'>
Signed-off-by: AJ Bagwell &lt;anthony.bagwell@hivehome.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>classpath-native and friends: inherit native last</title>
<updated>2021-02-21T06:54:42+00:00</updated>
<author>
<name>Douglas Royds</name>
<email>douglas.royds@taitradio.com</email>
</author>
<published>2021-02-05T03:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=2cf23656eddbf77ac0ce78f7840f8f40e18199f4'/>
<id>urn:sha1:2cf23656eddbf77ac0ce78f7840f8f40e18199f4</id>
<content type='text'>
Fixes QA Issue: classpath-native: native/nativesdk class is not inherited last

Signed-off-by: Douglas Royds &lt;douglas.royds@taitradio.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>icedtea-7: add fix for deprecated sys/sysctl.h include</title>
<updated>2020-11-03T12:28:26+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2020-11-02T11:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=9c61ac937e5c54e3ef34d41dda8f635209ac52b7'/>
<id>urn:sha1:9c61ac937e5c54e3ef34d41dda8f635209ac52b7</id>
<content type='text'>
As glibc deprecated sys/sysctl.h we use linux/sysctl.h for now.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>icedtea7-native: set ALT_CUPS_HEADERS_PATH to staging</title>
<updated>2020-07-02T06:52:17+00:00</updated>
<author>
<name>Jeremy Puhlman</name>
<email>jpuhlman@mvista.com</email>
</author>
<published>2020-06-30T19:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=7483a6c981c85517bb39f03bf20bcce4e3ce3b5c'/>
<id>urn:sha1:7483a6c981c85517bb39f03bf20bcce4e3ce3b5c</id>
<content type='text'>
ALT_CUPS_HEADERS_PATH eventually gets added to some links as
-I/usr/include

If you are using the buildtools-extended-tarball, the limits.h
from the system gets included first then later the limits.h
from the buildtools tarball gets added again, but is missing
glibc definitions, if the system glibc is much older(centos7).

This leads to:
In file included from /usr/include/limits.h:124,
                 from /usr/include/sys/param.h:26,
                 from ../../../src/solaris/javavm/export/jvm_md.h:35,
                 from ../../../src/share/javavm/export/jvm.h:32,
                 from ../../../src/solaris/native/sun/awt/awt.h:33,
                 from ../../../src/solaris/native/sun/awt/awt_p.h:75,
                 from ../../../src/solaris/native/sun/awt/awt_MToolkit.c:26:
/build/buildtools/sysroots/x86_64-montavistasdk-linux/usr/include/limits.h:145:17: error: missing binary operator before token "("
  145 | #if __GLIBC_USE (IEC_60559_BFP_EXT_C2X)

Signed-off-by: Jeremy Puhlman &lt;jpuhlman@mvista.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>icedtea7-native: set unique download file names</title>
<updated>2020-07-02T06:51:49+00:00</updated>
<author>
<name>Vyacheslav Yurkov</name>
<email>Vyacheslav.Yurkov@bruker.com</email>
</author>
<published>2020-06-29T07:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=498492b8b4d8a32fd1bc9b124cad5a022b7affae'/>
<id>urn:sha1:498492b8b4d8a32fd1bc9b124cad5a022b7affae</id>
<content type='text'>
Add package names to download file names. This allows to avoid name
collisions in case PREMIRRORS are used and all source archives reside in
the same directory. Fixed mixed indentation.

Signed-off-by: Vyacheslav Yurkov &lt;Vyacheslav.Yurkov@bruker.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>icedtea7-native: host gcc-9, extra CFLAGS needed</title>
<updated>2020-05-09T09:11:27+00:00</updated>
<author>
<name>Robert Berger</name>
<email>robert.berger@ReliableEmbeddedSystems.com</email>
</author>
<published>2020-05-08T18:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=e31e8b593ffab2ce0f806666efbe1553e55f8229'/>
<id>urn:sha1:e31e8b593ffab2ce0f806666efbe1553e55f8229</id>
<content type='text'>
Signed-off-by: Robert Berger &lt;robert.berger@ReliableEmbeddedSystems.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>icedtea7-native: Fix building with GCC 10</title>
<updated>2020-05-01T09:22:15+00:00</updated>
<author>
<name>Jacob Kroon</name>
<email>jacob.kroon@gmail.com</email>
</author>
<published>2020-04-30T13:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=bb51be580365078f8e572353f2430bbbf1790ce9'/>
<id>urn:sha1:bb51be580365078f8e572353f2430bbbf1790ce9</id>
<content type='text'>
Signed-off-by: Jacob Kroon &lt;jacob.kroon@gmail.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>icedtea7-native: inherit python native</title>
<updated>2020-01-27T09:00:26+00:00</updated>
<author>
<name>Kraag Gorim</name>
<email>kraaggorim@gmail.com</email>
</author>
<published>2020-01-24T16:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=19b569281cc30e3aa94e772d6885cd340b1d1724'/>
<id>urn:sha1:19b569281cc30e3aa94e772d6885cd340b1d1724</id>
<content type='text'>
icedtea7-native relys on python to enable building it. Therefor it
should inherit python instead of assuming python being part of
HOSTTOOLS.

Signed-off-by: Kraag Gorim &lt;kraaggorim@gmail.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>icedtea7-native: add patch to fix xattr include path</title>
<updated>2020-01-21T11:50:58+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2020-01-21T11:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=12c4dd84c20887dc693c3616865030a962d0e0f0'/>
<id>urn:sha1:12c4dd84c20887dc693c3616865030a962d0e0f0</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>
</feed>
