<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git, branch dunfell</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=dunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=dunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2023-05-25T19:40:12+00:00</updated>
<entry>
<title>Remove checksum</title>
<updated>2023-05-25T19:40:12+00:00</updated>
<author>
<name>joschi2804</name>
<email>josef.kraxner@student.tugraz.at</email>
</author>
<published>2023-05-25T09:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=0c4fb369216b87f9542aaa486776205cc36c58c3'/>
<id>urn:sha1:0c4fb369216b87f9542aaa486776205cc36c58c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backport rhino to dunfell</title>
<updated>2023-05-25T19:40:12+00:00</updated>
<author>
<name>joschi2804</name>
<email>josef.kraxner@student.tugraz.at</email>
</author>
<published>2023-05-25T09:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=8f514bc94704bd584be6af7ef1d0d0a0cec376ae'/>
<id>urn:sha1:8f514bc94704bd584be6af7ef1d0d0a0cec376ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jdepend: Set protocol=https and branch=master</title>
<updated>2021-11-18T11:10:07+00:00</updated>
<author>
<name>Jacob Kroon</name>
<email>jacob.kroon@gmail.com</email>
</author>
<published>2021-11-18T08:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=3af889e112ddb5c677990535b1e0209c08f68e3f'/>
<id>urn:sha1:3af889e112ddb5c677990535b1e0209c08f68e3f</id>
<content type='text'>
Fixes:
WARNING: jdepend-native-2.9.1-r0 do_fetch: URL: git://github.com/clarkware/jdepend uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url.
WARNING: jdepend-native-2.9.1-r0 do_fetch: URL: git://github.com/clarkware/jdepend does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls.

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>cacao: Set git branch</title>
<updated>2021-11-18T11:10:07+00:00</updated>
<author>
<name>Jacob Kroon</name>
<email>jacob.kroon@gmail.com</email>
</author>
<published>2021-11-18T08:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=19c395ad0a3869cd79bb3f0833e88c70af387ede'/>
<id>urn:sha1:19c395ad0a3869cd79bb3f0833e88c70af387ede</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>README: mention contributing via GitLab MRs</title>
<updated>2021-11-17T18:25:12+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2021-11-17T18:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=fb4c3960ee27c96147ac17efbf948bf5da25aaff'/>
<id>urn:sha1:fb4c3960ee27c96147ac17efbf948bf5da25aaff</id>
<content type='text'>
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-build-helper: Use python raw string for regex pattern</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:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=e5444bfb0a09d19485b8b2099305b5e289f45a26'/>
<id>urn:sha1:e5444bfb0a09d19485b8b2099305b5e289f45a26</id>
<content type='text'>
See https://docs.python.org/3/library/re.html

Invalid escape sequences in Python’s usage of the backslash in string literals
now generate a DeprecationWarning, and in the future this will become a
SyntaxError. The solution is to use Python’s raw string notation for regular
expression patterns; backslashes are not handled in any special way in a string
literal prefixed with 'r'.

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>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>README: remove Maxin John from Maintainers</title>
<updated>2021-11-17T16:39:28+00:00</updated>
<author>
<name>Richard Leitner</name>
<email>richard.leitner@skidata.com</email>
</author>
<published>2021-11-17T16:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=e9707f01cf0c621a35242229122104b7e1ce9843'/>
<id>urn:sha1:e9707f01cf0c621a35242229122104b7e1ce9843</id>
<content type='text'>
As messages to the given e-mail address of Maxin John
(maxin.john@intel.com) are undeliverable remove the entry from the
README file.

Maxin, if you read this and still want to help maintaining meta-java
please drop me a line! It would be great to have you back on board.

Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>openjdk-build-helper: fix arm64 build</title>
<updated>2021-11-17T16:22:21+00:00</updated>
<author>
<name>Jerome Brunet</name>
<email>jbrunet@baylibre.com</email>
</author>
<published>2021-10-22T15:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=327a097f5a81eba365a80ee3c52ec885629d42f3'/>
<id>urn:sha1:327a097f5a81eba365a80ee3c52ec885629d42f3</id>
<content type='text'>
When trying to build for an arm64 machine, such as qemuarm64, parsing of
the recipes fails with the following messages:

WARNING: /meta-java/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb: Exception during build_dependencies for LLVM_CONFIGURE_ARCH
WARNING: /meta-java/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb: Error during finalise of /meta-java/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb
ERROR: ExpansionError during parsing /meta-java/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb
Traceback (most recent call last):
  File "Var &lt;LLVM_CONFIGURE_ARCH&gt;", line 1, in &lt;module&gt;
  File "/meta-java/classes/openjdk-build-helper.bbclass", line 86, in openjdk_build_helper_get_llvm_configure_arch(d=&lt;bb.data_smart.DataSmart object at 0x7f08fed017c0&gt;):
         else:
    &gt;        if 'shark' in d.getVar('PACKAGECONFIG').split():
                 bb.warn("%s does not support %s in Shark builds yet" % (d.getVar('PN'), arch) );
bb.data_smart.ExpansionError: Failure expanding variable LLVM_CONFIGURE_ARCH, expression was ${@openjdk_build_helper_get_llvm_configure_arch(d)} which triggered exception AttributeError: 'NoneType' object has no attribute 'split'

Using 'bb.utils.contains' solves the problem.

Signed-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;
Signed-off-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;
</content>
</entry>
<entry>
<title>jikes: Avoid append override together with += operator</title>
<updated>2021-11-17T16:16:28+00:00</updated>
<author>
<name>Jacob Kroon</name>
<email>jacob.kroon@gmail.com</email>
</author>
<published>2021-11-17T07:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=b30873f02150c1f0bc3d5cc84742577649765de4'/>
<id>urn:sha1:b30873f02150c1f0bc3d5cc84742577649765de4</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>
</feed>
