<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/java/classpath, branch 2009.02_rc4</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2009.02_rc4</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2009.02_rc4'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2009-01-13T21:02:43+00:00</updated>
<entry>
<title>Use HOST_GLIB for glib installation instead of /usr/bin</title>
<updated>2009-01-13T21:02:43+00:00</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-13T21:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=54695cc01ad8a750f80f160d9278281e022d4919'/>
<id>urn:sha1:54695cc01ad8a750f80f160d9278281e022d4919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libpng: fix Makefile.autotools.in fallout</title>
<updated>2008-11-02T19:21:17+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-11-02T19:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=cab350013e00c6daaaa393d72a23e3e244ec761f'/>
<id>urn:sha1:cab350013e00c6daaaa393d72a23e3e244ec761f</id>
<content type='text'>
libpng used to have the 'png' Makefile alias, which some packages used
in their dependencies list.

With the move to Makefile.autotools.in this is now gone, so update the
packages to match.
</content>
</entry>
<entry>
<title>package: remove redundant pkg-config variables</title>
<updated>2008-10-26T19:57:55+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-26T19:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=785d6cc6d0cec7f8089a5ad606e1c28dce2f16c5'/>
<id>urn:sha1:785d6cc6d0cec7f8089a5ad606e1c28dce2f16c5</id>
<content type='text'>
Also remove some redundant or predefined configure/make args in these
packages.

Patch by Markus Heidelberg.
</content>
</entry>
<entry>
<title>buildroot: remove trailing spaces</title>
<updated>2008-08-04T19:07:05+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-04T19:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=02a623ddf96aa97c341a287bbb4ec5370a069444'/>
<id>urn:sha1:02a623ddf96aa97c341a287bbb4ec5370a069444</id>
<content type='text'>
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
</content>
</entry>
<entry>
<title>Kconfig: remove 'default n'</title>
<updated>2008-07-17T20:01:44+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-17T20:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee'/>
<id>urn:sha1:4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee</id>
<content type='text'>
'default n' is the default, so there's no need to say it explicitly.
</content>
</entry>
<entry>
<title>packages: fix pkgconfig depencies and select pkgconfig where needed</title>
<updated>2008-06-14T21:01:16+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-06-14T21:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=565e05c8a18ecb7ffff0018b598218d32399d8b7'/>
<id>urn:sha1:565e05c8a18ecb7ffff0018b598218d32399d8b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump to 0.97.1, removed patch as it has been already applied in upstream revision 0.97.0 (http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&amp;target_milestone=0.97)</title>
<updated>2008-04-24T16:48:20+00:00</updated>
<author>
<name>John Voltz</name>
<email>john.voltz@gmail.com</email>
</author>
<published>2008-04-24T16:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=bd6b49f697174dbc394fb6bde5fdd0a2f46072a2'/>
<id>urn:sha1:bd6b49f697174dbc394fb6bde5fdd0a2f46072a2</id>
<content type='text'>
also fix change in package path that prevented patches from being applied
</content>
</entry>
<entry>
<title>package: move java packages to package/java sub directory</title>
<updated>2008-03-28T10:40:45+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-03-28T10:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=77d133d27e47a5b3a166e97600031e37a3571607'/>
<id>urn:sha1:77d133d27e47a5b3a166e97600031e37a3571607</id>
<content type='text'>
</content>
</entry>
</feed>
