<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/libgcrypt, branch 2009.05_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-01-16T11:42:52Z</updated>
<entry>
<title>package/: convert to DOWNLOAD helper</title>
<updated>2009-01-16T11:42:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-16T11:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4a7bfd27757e076837e400f18d8371d792eade0e'/>
<id>urn:sha1:4a7bfd27757e076837e400f18d8371d792eade0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package/: get rid of unneeded $(strip ..)</title>
<updated>2008-12-08T08:15:27Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-08T08:15:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ac1d92c425414bad889c1a60d0d2aee25581b74f'/>
<id>urn:sha1:ac1d92c425414bad889c1a60d0d2aee25581b74f</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>Move libgcrypt from lib to usr/lib, update libgcrypt.la</title>
<updated>2007-11-28T08:56:24Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2007-11-28T08:56:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4bee8c7f432065973bac7166ededfb6c5f2ff5fd'/>
<id>urn:sha1:4bee8c7f432065973bac7166ededfb6c5f2ff5fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- fixes and cleanups (Cristian Ionescu-Idbohrn)</title>
<updated>2007-09-19T20:13:08Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-09-19T20:13:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7b0ad787d6fb0e967e4ee938fffaf804cf433588'/>
<id>urn:sha1:7b0ad787d6fb0e967e4ee938fffaf804cf433588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- fix incorrect setting of $ac_cv_sys_symbol_underscore.</title>
<updated>2007-09-19T12:20:52Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-09-19T12:20:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f1bcdf518fa7868b7819b0248f4b8da02a954dde'/>
<id>urn:sha1:f1bcdf518fa7868b7819b0248f4b8da02a954dde</id>
<content type='text'>
  There is no reason not to AC_COMPILE and use the set cross-nm to look for
  the symbol mangling scheme. Thus it is incorrect to check for cross compilation
  in the GNUPG_SYS_SYMBOL_UNDERSCORE check.
- fix bug when configuring (has to wipe config.cache !)
</content>
</entry>
<entry>
<title>- remove duplicate includedir</title>
<updated>2007-09-19T10:26:39Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-09-19T10:26:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=595e070364fa578dcc44bea7256ef635368bad9c'/>
<id>urn:sha1:595e070364fa578dcc44bea7256ef635368bad9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- sed -i -e "/;$/s/;$//g" $(egrep  ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in  -l)</title>
<updated>2007-08-21T19:20:18Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-08-21T19:20:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6c6cb0670986717b42f8de03fd020abb3fa120fb'/>
<id>urn:sha1:6c6cb0670986717b42f8de03fd020abb3fa120fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SED away some whitespace</title>
<updated>2007-08-20T17:21:16Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2007-08-20T17:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cf55419b3fb46cb0acb02e855740685490721ea1'/>
<id>urn:sha1:cf55419b3fb46cb0acb02e855740685490721ea1</id>
<content type='text'>
</content>
</entry>
</feed>
