<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/libdaemon, branch 2009.02_rc4</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.02_rc4</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.02_rc4'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-01-18T09:26:28Z</updated>
<entry>
<title>Getting rid of a bit more  configure options that's been centralized.</title>
<updated>2009-01-18T09:26:28Z</updated>
<author>
<name>Thomas Lundquist</name>
<email>lists@zelow.no</email>
</author>
<published>2009-01-18T09:26:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c86f23b7708cb7eeba91a2764210277c78143dca'/>
<id>urn:sha1:c86f23b7708cb7eeba91a2764210277c78143dca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package/: remove redundant install-strip in *_TARGET_INSTALL_OPT</title>
<updated>2008-10-20T11:53:16Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-20T11:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e337d002fe4f258897f9d7ac5292e243b88b4cfd'/>
<id>urn:sha1:e337d002fe4f258897f9d7ac5292e243b88b4cfd</id>
<content type='text'>
It's default now.
</content>
</entry>
<entry>
<title>libdaemon: convert to Makefile.autotools.in format</title>
<updated>2008-08-27T07:29:16Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-27T07:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=73ec8a1d7e81533dce71936ae922d38da404de99'/>
<id>urn:sha1:73ec8a1d7e81533dce71936ae922d38da404de99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libdaemon: bump version</title>
<updated>2008-08-27T07:29:09Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-27T07:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5e881018ce26b1036c21ebaa37653072fb6aea8a'/>
<id>urn:sha1:5e881018ce26b1036c21ebaa37653072fb6aea8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>buildroot: remove trailing spaces</title>
<updated>2008-08-04T19:07:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-04T19:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/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:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-17T20:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/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>Make libdaemon use the config files from Buildroot (previously replaced by libtoolize)</title>
<updated>2008-07-04T09:48:25Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2008-07-04T09:48:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f0be0a88c4a0659a773905ae761b800fc4338647'/>
<id>urn:sha1:f0be0a88c4a0659a773905ae761b800fc4338647</id>
<content type='text'>
</content>
</entry>
<entry>
<title>packages: fix pkgconfig depencies and select pkgconfig where needed</title>
<updated>2008-06-14T21:01:16Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-06-14T21:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=565e05c8a18ecb7ffff0018b598218d32399d8b7'/>
<id>urn:sha1:565e05c8a18ecb7ffff0018b598218d32399d8b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>small fix for libdaemon</title>
<updated>2008-04-24T13:16:39Z</updated>
<author>
<name>John Voltz</name>
<email>john.voltz@gmail.com</email>
</author>
<published>2008-04-24T13:16:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b1d3d742dcb94eed1c62bfbc9aba31de2e277895'/>
<id>urn:sha1:b1d3d742dcb94eed1c62bfbc9aba31de2e277895</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move libdaemon from lib to usr/lib, update libdaemon.la</title>
<updated>2007-11-28T08:55:40Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2007-11-28T08:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c5be8b7960a2da1c036d76639aeb61e5315030f2'/>
<id>urn:sha1:c5be8b7960a2da1c036d76639aeb61e5315030f2</id>
<content type='text'>
</content>
</entry>
</feed>
