<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package, branch 2010.05</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.05</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.05'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-05-30T18:13:45Z</updated>
<entry>
<title>xserver_xorg-server: Use $(MAKE1) for make install</title>
<updated>2010-05-30T18:13:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-30T18:13:45Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=41c49b3c9f48958656213ebb28f3f3e1817ed600'/>
<id>urn:sha1:41c49b3c9f48958656213ebb28f3f3e1817ed600</id>
<content type='text'>
Xserver installation fails with parallel make jobs.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Revert "xserver_xorg-server: Use $(MAKE1) for make install"</title>
<updated>2010-05-30T18:12:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-30T18:11:23Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7f1bca8479f9fbec3705fb91df4452fb591d4362'/>
<id>urn:sha1:7f1bca8479f9fbec3705fb91df4452fb591d4362</id>
<content type='text'>
This reverts commit b7acacaf6e84ec05ed76dd419e645cfbd6683f7a.

Closes #1855

We DO need to install into staging for all the xdriver-* packages,
so revert this commit.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Revert "Add -rpath option for host package compilation"</title>
<updated>2010-05-30T08:42:17Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-30T08:40:19Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e1a7d916e9eeaa215551740de40c055130d6c073'/>
<id>urn:sha1:e1a7d916e9eeaa215551740de40c055130d6c073</id>
<content type='text'>
Closes #1789

This reverts commit 6b939d40f6a29a43277566adc9d4312d49cb3abf.

The problem this commit tries to fix is valid, but the fix unfortunately
seems to cause worse problems on certain distributions/setups, so revert
for now.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>lockfile-progs: use correct CFLAGS</title>
<updated>2010-05-30T07:32:15Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-30T07:32:15Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a4bba08343325113122b6601b09fe70e501bd93b'/>
<id>urn:sha1:a4bba08343325113122b6601b09fe70e501bd93b</id>
<content type='text'>
Use the correct CFLAGS from BR and not just the LDFLAGS. This is especially
important for external toolchain setups, but the lockfile-progs buildsystem
also hardcodes -Werror, which breaks the build in certain setups.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ncftp: bump version</title>
<updated>2010-05-29T18:09:25Z</updated>
<author>
<name>Julien Boibessot</name>
<email>julien.boibessot@armadeus.com</email>
</author>
<published>2010-05-29T10:47:04Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=bc065596b4dd69fa36e2f8319b63fc4cd9e18529'/>
<id>urn:sha1:bc065596b4dd69fa36e2f8319b63fc4cd9e18529</id>
<content type='text'>
Due to recent 3.2.4 release, 3.2.2 download address has changed, so
I prefered bump version to 3.2.4 rather than changing NCFTP_SITE.

Signed-off-by: Julien Boibessot &lt;julien.boibessot@armadeus.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xserver_xorg-server: Use $(MAKE1) for make install</title>
<updated>2010-05-28T20:47:52Z</updated>
<author>
<name>Paulius Zaleckas</name>
<email>paulius.zaleckas@gmail.com</email>
</author>
<published>2010-05-28T14:58:43Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b7acacaf6e84ec05ed76dd419e645cfbd6683f7a'/>
<id>urn:sha1:b7acacaf6e84ec05ed76dd419e645cfbd6683f7a</id>
<content type='text'>
Xserver installation fails with parallel make jobs.

Installation to staging is not needed. So just remove it
instead of converting to $(MAKE1).

Signed-off-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Remove locale dependency from xserver</title>
<updated>2010-05-28T20:00:42Z</updated>
<author>
<name>Paulius Zaleckas</name>
<email>paulius.zaleckas@gmail.com</email>
</author>
<published>2010-05-28T14:58:35Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b578f670d153a04cc410e0696013e9c606f38439'/>
<id>urn:sha1:b578f670d153a04cc410e0696013e9c606f38439</id>
<content type='text'>
XServer compiles just fine without locale support

Signed-off-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libcap: fix build issue when host pam is around</title>
<updated>2010-05-28T19:47:46Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2010-05-28T17:34:27Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2816c33c3d802f002bdb53d41f249eb5571a7cb9'/>
<id>urn:sha1:2816c33c3d802f002bdb53d41f249eb5571a7cb9</id>
<content type='text'>
Closes #1843

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>coreutils: add 'join'</title>
<updated>2010-05-28T10:06:47Z</updated>
<author>
<name>Bjørn Forsman</name>
<email>bjorn.forsman@gmail.com</email>
</author>
<published>2010-05-27T20:26:24Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c0b3dc20059a29bc36c699f5a71e038a44cf7544'/>
<id>urn:sha1:c0b3dc20059a29bc36c699f5a71e038a44cf7544</id>
<content type='text'>
coreutils: add 'join' to the list of files that are copied to target
rootfs.

Signed-off-by: Bjørn Forsman &lt;bjorn.forsman@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>hal: dbus expat option is BR2_DBUS_EXPAT</title>
<updated>2010-05-27T12:48:47Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-27T12:48:47Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=170b3d3d0550b8000cfc0cf789a5a902237353e1'/>
<id>urn:sha1:170b3d3d0550b8000cfc0cf789a5a902237353e1</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
