<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/recipes-core/jikes, branch morty</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=morty</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=morty'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2016-02-05T16:16:06+00:00</updated>
<entry>
<title>jikes: fix the license name</title>
<updated>2016-02-05T16:16:06+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2016-02-05T02:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=6fb7d0eb6141ae90dfadeed0b36950e4d576804e'/>
<id>urn:sha1:6fb7d0eb6141ae90dfadeed0b36950e4d576804e</id>
<content type='text'>
The license is: IBM Public License Version 1.0
and it is named IPL-1.0 instead of IBM in common-licenses.

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
</content>
</entry>
<entry>
<title>initials: silence "populate_sysroot manifest not found" warnings</title>
<updated>2015-03-11T13:43:53+00:00</updated>
<author>
<name>Magnus Olsson</name>
<email>magnus@minimum.se</email>
</author>
<published>2015-03-10T12:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=bd9c60238c4c62d9a0f2d60b89aef429a1b71e34'/>
<id>urn:sha1:bd9c60238c4c62d9a0f2d60b89aef429a1b71e34</id>
<content type='text'>
A number of recipes in meta-java use autotools.bbclass for building; internally
it uses the sstate-control populate_sysroot manifests to locate and copy
aslocals for configure dependencies as part of the do_configure step.
The manifest path differs depending on if it's a native package or not so
autotools.bbclass looks at the package name to determine if its native or not
(it's native if it ends with "-native").

The warnings are emitted because a few (native) recipes in meta-java (such as
cacao-initial, classpath-initial and more) are incorrectly being classified as
non-native by autotools.bbclass, which makes it look for the manifest in the
wrong place and finally gives up with the warning:

WARNING: /home/oe/tmp-glibc/sstate-control/manifest-mymachine-libecj-bootstrap.populate_sysroot not found

This happens for cacao-initial, classpath-initial, ecj-initial, libecj-boostrap,
jamvm-initial and jikes-initial since they are all native and rely on autotools.

This patch renames the recipes so they end with -native, e.g ecj-initial-native.
It also updates the recipes so they DEPEND on the corresponding new name. This
helps autotools.bbclass to properly classify the recipes are native and silence
the warnings.

Signed-off-by: Magnus Olsson &lt;magnus@minimum.se&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>jikes: Update update-alternatives macros.</title>
<updated>2014-12-30T14:41:54+00:00</updated>
<author>
<name>Alex Gonzalez</name>
<email>alex.gonzalez@digi.com</email>
</author>
<published>2014-12-16T22:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=f6d73acd0b493a4652e746fb9f75a7385ac1776c'/>
<id>urn:sha1:f6d73acd0b493a4652e746fb9f75a7385ac1776c</id>
<content type='text'>
Signed-off-by: Alex Gonzalez &lt;alex.gonzalez@digi.com&gt;
</content>
</entry>
<entry>
<title>removed extra white space lines</title>
<updated>2014-01-16T12:18:06+00:00</updated>
<author>
<name>Lukas Elsner</name>
<email>open@mindrunner.de</email>
</author>
<published>2014-01-16T12:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=55a9c38e4ba983b9488203d68aae1dc717e62678'/>
<id>urn:sha1:55a9c38e4ba983b9488203d68aae1dc717e62678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed checksum of LICENSE files</title>
<updated>2014-01-11T23:08:16+00:00</updated>
<author>
<name>Lukas Elsner</name>
<email>open@mindrunner.de</email>
</author>
<published>2014-01-11T23:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=55f9ccff047e743b2a029dd9fd8629011884d90b'/>
<id>urn:sha1:55f9ccff047e743b2a029dd9fd8629011884d90b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>meta-java: remove NATIVE_INSTALL_WORKS</title>
<updated>2012-05-25T20:12:33+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2012-03-09T21:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=9fa973a195775e7c17966dce68e4c92338257612'/>
<id>urn:sha1:9fa973a195775e7c17966dce68e4c92338257612</id>
<content type='text'>
</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>
