<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package, branch 2012.11.1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.11.1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.11.1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-12-31T15:56:10Z</updated>
<entry>
<title>dosfstools: fix download link</title>
<updated>2012-12-31T15:56:10Z</updated>
<author>
<name>Mikhail Boiko</name>
<email>mikhailboiko85@gmail.com</email>
</author>
<published>2012-12-25T21:40:27Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d4700be53ee9306e5dad65fa632f3577d2ae511b'/>
<id>urn:sha1:d4700be53ee9306e5dad65fa632f3577d2ae511b</id>
<content type='text'>
Signed-off-by: Mikhail Boiko &lt;mikhailboiko85@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: fix qconfig configure parameter</title>
<updated>2012-12-31T15:54:59Z</updated>
<author>
<name>Frank Hunleth</name>
<email>fhunleth@troodon-software.com</email>
</author>
<published>2012-05-07T11:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8d73aa4e51702cf58959d59388a6bb4c24265e0b'/>
<id>urn:sha1:8d73aa4e51702cf58959d59388a6bb4c24265e0b</id>
<content type='text'>
The Qt configure option for specifying a custom qconfig.h
file changed from -config to -qconfig. This makes the
corresponding change in qt.mk.

Signed-off-by: Frank Hunleth &lt;fhunleth@troodon-software.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xtensa: add -mlongcalls to CFLAGS for xtensa</title>
<updated>2012-12-31T15:52:38Z</updated>
<author>
<name>Chris Zankel</name>
<email>chris@zankel.net</email>
</author>
<published>2012-12-05T19:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b95825e626259b86d943573426991b3af0f0c19f'/>
<id>urn:sha1:b95825e626259b86d943573426991b3af0f0c19f</id>
<content type='text'>
The longcalls option allows calls across a greater range of addresses.

This option may degrade both code size and performance, but
the linker can generally optimize away the unnecessary overhead
when a call ends up within range

Signed-off-by: Chris Zankel &lt;chris@zankel.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libtool: undeprecate for now</title>
<updated>2012-12-03T00:31:54Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-12-03T00:30:43Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f619d5ba20ef46c57259f35a21bb98b7c85c35a4'/>
<id>urn:sha1:f619d5ba20ef46c57259f35a21bb98b7c85c35a4</id>
<content type='text'>
Pulseaudio selects libtool, so get rid of the deprecated annotation so
people don't get warnings about unmet dependencies when exiting menuconfig.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-download.mk: Fix shallow clone</title>
<updated>2012-12-02T16:07:04Z</updated>
<author>
<name>Stephan Hoffmann</name>
<email>sho@relinux.de</email>
</author>
<published>2012-12-02T00:56:07Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c'/>
<id>urn:sha1:d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c</id>
<content type='text'>
Some git versions (e.g. 1.7.0) do not treat trying to shallow clone
a non existing branch or tag as a fatal error but report a warning
and clone HEAD instead. Thus the fallback mechanism does not work
in this case.

This patch introduces a check for the presence of the requested
version as a branch or tag before trying the shallow clone. It
also removes the need to do two clones when a sha1 is given as
a packege version.

[Peter: use cut -f2-]
Signed-off-by: Stephan Hoffmann &lt;sho@relinux.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qtuio: fix build issue because of missing include</title>
<updated>2012-12-02T15:48:18Z</updated>
<author>
<name>Stephan Hoffmann</name>
<email>sho@relinux.de</email>
</author>
<published>2012-12-02T02:55:49Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4a4b0bdd0753fd039d2d3992eb85ea2e118dcbf4'/>
<id>urn:sha1:4a4b0bdd0753fd039d2d3992eb85ea2e118dcbf4</id>
<content type='text'>
TuioServer.cpp uses usleep but did not include &lt;unistd.h&gt;. This
patch adds the missing #include. This issue has been reported
upstream.

Signed-off-by: Stephan Hoffmann &lt;sho@relinux.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libsigc: Don't copy devel documentation onto target</title>
<updated>2012-12-01T06:08:03Z</updated>
<author>
<name>Charles Manning</name>
<email>cdhmanning@gmail.com</email>
</author>
<published>2012-11-29T15:42:32Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=537556b22ca6252d319a33ac797afb45b215dbd1'/>
<id>urn:sha1:537556b22ca6252d319a33ac797afb45b215dbd1</id>
<content type='text'>
The libsigc++ developer documentation was being copied onto the target.
Add a clean-up to fix that.

Signed-off-by: Charles Manning &lt;cdhmanning@gmail.com&gt;
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>python2: bump to 2.7.3</title>
<updated>2012-11-30T22:31:07Z</updated>
<author>
<name>Samuel Martin</name>
<email>s.martin49@gmail.com</email>
</author>
<published>2012-11-30T11:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4b3425c0bbe43a6c537a8d0833eec3826f623f67'/>
<id>urn:sha1:4b3425c0bbe43a6c537a8d0833eec3826f623f67</id>
<content type='text'>
Pyhton 2.7.3 includes several security fixes.
See: http://www.python.org/download/releases/2.7.3/

Also fixes the patch making sqlite optional and remove the symlink patch
(which has been fixed upstream).

Signed-off-by: Samuel Martin &lt;s.martin49@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>matchbox packages: add license info</title>
<updated>2012-11-30T22:30:08Z</updated>
<author>
<name>Samuel Martin</name>
<email>s.martin49@gmail.com</email>
</author>
<published>2012-11-30T11:46:35Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7364f0cb2288262786e38401c91a47a01ba024cb'/>
<id>urn:sha1:7364f0cb2288262786e38401c91a47a01ba024cb</id>
<content type='text'>
Signed-off-by: Samuel Martin &lt;s.martin49@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sylpheed: add license info</title>
<updated>2012-11-30T22:30:04Z</updated>
<author>
<name>Samuel Martin</name>
<email>s.martin49@gmail.com</email>
</author>
<published>2012-11-30T11:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=98fa43c41746a183ac81b3bf06865ba8e245a061'/>
<id>urn:sha1:98fa43c41746a183ac81b3bf06865ba8e245a061</id>
<content type='text'>
Signed-off-by: Samuel Martin &lt;s.martin49@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
