<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package, branch 2012.11</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.11</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.11'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-12-03T00:31:54Z</updated>
<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>
<entry>
<title>rrdtool: add license info</title>
<updated>2012-11-30T22:29:50Z</updated>
<author>
<name>Samuel Martin</name>
<email>s.martin49@gmail.com</email>
</author>
<published>2012-11-30T11:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=727ed13234ac337ce15332679943a407fccee432'/>
<id>urn:sha1:727ed13234ac337ce15332679943a407fccee432</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>owl-linux: add license info</title>
<updated>2012-11-30T22:29:44Z</updated>
<author>
<name>Samuel Martin</name>
<email>s.martin49@gmail.com</email>
</author>
<published>2012-11-30T11:46:32Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=51eb3be3da6e9ee8b32d6872db5159e594dc98e4'/>
<id>urn:sha1:51eb3be3da6e9ee8b32d6872db5159e594dc98e4</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>imlib2: add license info</title>
<updated>2012-11-30T22:29:34Z</updated>
<author>
<name>Samuel Martin</name>
<email>s.martin49@gmail.com</email>
</author>
<published>2012-11-30T11:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=805529ed287b903300f2baa90f7862fe6a862c32'/>
<id>urn:sha1:805529ed287b903300f2baa90f7862fe6a862c32</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>
