<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-java.git/classes, branch dora</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-java.git/atom?h=dora</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-java.git/atom?h=dora'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/'/>
<updated>2013-09-29T19:52:23+00:00</updated>
<entry>
<title>jamvm-native: separate bootclasspath out into shell script</title>
<updated>2013-09-29T19:52:23+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2013-09-29T13:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=b7fe352e2cec76424b6c1017dbf84a28294ad9b7'/>
<id>urn:sha1:b7fe352e2cec76424b6c1017dbf84a28294ad9b7</id>
<content type='text'>
* instead of hardcode BCP and LD_LIBRARY_PATH into serval files
  use a shell script and set them there
* this allow us again to use other vms for java-native
</content>
</entry>
<entry>
<title>java-library.bbclass: Export BOOTCLASSPATH and LD_LIBRARY_PATH</title>
<updated>2013-09-29T19:50:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-05-24T20:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=9406a34197e0d116bdfcf451f90112b67796455c'/>
<id>urn:sha1:9406a34197e0d116bdfcf451f90112b67796455c</id>
<content type='text'>
They are helpful in rebuilding from shared state since jamvm is
not so relocatable.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>java-library.bbclass: consider multilib</title>
<updated>2013-09-29T19:49:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-05-24T07:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=0087b9260ba3ebc8098d8d87c08d4eea05070f39'/>
<id>urn:sha1:0087b9260ba3ebc8098d8d87c08d4eea05070f39</id>
<content type='text'>
when multilib is enabled the prefix begins with lib32-
and thats got wrong when computing JPN. Lets make sure
that mlprefix is handled properly while constructing
JPN for multilib package e.g.

lib32-dbus-java will now create lib32-libdbus-java
instead of lib32-dbus-java which was same as PN
and caused warnings like

WARNING: Variable key FILES_${PN} (${bindir}/* ${sbindir}/*
${libexecdir}/* ${libdir}/lib*${SOLIBS} ${sysconfdir} ${sharedstatedir}
${localstatedir} ${base_bindir}/* ${base_sbindir}/*
${base_libdir}/*${SOLIBS} ${base_prefix}/lib/udev/rules.d
${prefix}/lib/udev/rules.d ${datadir}/${BPN} ${libdir}/${BPN}/*
${datadir}/pixmaps ${datadir}/applications ${datadir}/idl ${datadir}/omf
${datadir}/sounds ${libdir}/bonobo/servers) replaces original key
FILES_lib32-dbus-java (${datadir_java}).

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>java-library.bbclass: do not fully replace do_install with oe_jarinstall</title>
<updated>2012-03-05T22:00:31+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2012-03-05T22:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=a6abe2cec3c302eda39e5a724ae14dee002624a5'/>
<id>urn:sha1:a6abe2cec3c302eda39e5a724ae14dee002624a5</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>java-library.bbclass: allow for regular packages generation</title>
<updated>2012-03-05T22:00:00+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2012-03-05T22:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=354c46442aff232b10dafa6cd3347de523f64dd4'/>
<id>urn:sha1:354c46442aff232b10dafa6cd3347de523f64dd4</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>java.bbclass: use bbwarn as oewarn is now unsupported</title>
<updated>2012-03-05T21:58:57+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2012-03-05T21:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=cd6138c50b361766bc1daf7dcd5a0b8afb0e8234'/>
<id>urn:sha1:cd6138c50b361766bc1daf7dcd5a0b8afb0e8234</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>meta-java: Fix quote errors</title>
<updated>2012-02-28T20:59:59+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-02-28T19:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=9c6d9367eeada083aacf182da628238993ca5100'/>
<id>urn:sha1:9c6d9367eeada083aacf182da628238993ca5100</id>
<content type='text'>
new bitbake is strict about quoting so fix them

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>java.bbclass: oenote -&gt; bbnote transition</title>
<updated>2012-01-06T11:53:25+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2012-01-06T11:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=126a16f7337d6196e3e07a075144f5247181ddf2'/>
<id>urn:sha1:126a16f7337d6196e3e07a075144f5247181ddf2</id>
<content type='text'>
Signed-off-by: Henning Heinold &lt;heinold@inf.fu-berlin.de&gt;
</content>
</entry>
<entry>
<title>llvm, openjdk: Use bb.error instread of oefatal</title>
<updated>2012-01-06T11:35:43+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-01-05T22:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-java.git/commit/?id=7c1dec115cff4d4fc5bc24d65019ed67d4367b92'/>
<id>urn:sha1:7c1dec115cff4d4fc5bc24d65019ed67d4367b92</id>
<content type='text'>
oefatal is not available in oe-core so replace
it with bbfatal in classes and oe.error in recipes
which use it in anonymous python. bb.fatal aborts
parsing. So we want to give an error but not
stop parsing.

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>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>
