<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/avahi, branch 2009.02_rc4</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2009.02_rc4</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2009.02_rc4'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2009-01-28T15:12:05+00:00</updated>
<entry>
<title>avahi-autoipd: fix issue with repeated builds</title>
<updated>2009-01-28T15:12:05+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-28T15:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7b83993c3e92c06521278e864e9c112e0ec6aefe'/>
<id>urn:sha1:7b83993c3e92c06521278e864e9c112e0ec6aefe</id>
<content type='text'>
The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a
symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is
already a symlink to /tmp (E.G. like the default target_skeleton is).

If that's the case, then you end up adding a /tmp/avahi-autoipd symlink
pointing to itself, causing subsequent builds to fail
(Too many levels of symbolic links in the ln -sf call). Fix it by simply
first removing the symlink if it's there.
</content>
</entry>
<entry>
<title>package/: convert to DOWNLOAD helper</title>
<updated>2009-01-16T11:42:52+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-16T11:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4a7bfd27757e076837e400f18d8371d792eade0e'/>
<id>urn:sha1:4a7bfd27757e076837e400f18d8371d792eade0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avahi: make sure destination dirs exists</title>
<updated>2008-12-15T16:09:03+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-15T16:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7fdbdfc5590511692f38195ec887795f8489b3dd'/>
<id>urn:sha1:7fdbdfc5590511692f38195ec887795f8489b3dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package/: get rid of unneeded $(strip ..)</title>
<updated>2008-12-08T08:15:27+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-08T08:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ac1d92c425414bad889c1a60d0d2aee25581b74f'/>
<id>urn:sha1:ac1d92c425414bad889c1a60d0d2aee25581b74f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avahi: add dependency to host-autoconf</title>
<updated>2008-12-04T16:13:08+00:00</updated>
<author>
<name>Hans-Christian Egtvedt</name>
<email>hans-christian.egtvedt@atmel.com</email>
</author>
<published>2008-12-04T16:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=30e43682dd8ad07a0f60f8035e28ab5c6d4ac466'/>
<id>urn:sha1:30e43682dd8ad07a0f60f8035e28ab5c6d4ac466</id>
<content type='text'>
Avahi uses autoconf during ./configure, make sure it is available and used
before building avahi.

Signed-off-by: Hans-Christian Egtvedt &lt;hans-christian.egtvedt@atmel.com&gt;

</content>
</entry>
<entry>
<title>avahi: add dependencies in right order</title>
<updated>2008-10-01T10:28:44+00:00</updated>
<author>
<name>Hans-Christian Egtvedt</name>
<email>hans-christian.egtvedt@atmel.com</email>
</author>
<published>2008-10-01T10:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=74c0b2b0f26cf2f11ff0da1f7f45700f5ea1c542'/>
<id>urn:sha1:74c0b2b0f26cf2f11ff0da1f7f45700f5ea1c542</id>
<content type='text'>
This patch puts gettext and libintl before the avahi targets, thus making sure
they exist before avahi targets are built.

Signed-off-by: Hans-Christian Egtvedt &lt;hans-christian.egtvedt@atmel.com&gt;

</content>
</entry>
<entry>
<title>avahi: don't use BASE_DIR to reference source files</title>
<updated>2008-08-31T20:23:37+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-31T20:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=525bab78ad6445283c61b1a8b3112d79903af7ed'/>
<id>urn:sha1:525bab78ad6445283c61b1a8b3112d79903af7ed</id>
<content type='text'>
dest != source if we want to support out-of-tree builds
</content>
</entry>
<entry>
<title>avahi: fix build with BR2_ENABLE_LOCALE</title>
<updated>2008-08-27T07:29:20+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-27T07:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=be8ad23b096707b9a877525815c755c7f5d368bc'/>
<id>urn:sha1:be8ad23b096707b9a877525815c755c7f5d368bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avahi: don't depend on busybox</title>
<updated>2008-08-27T07:29:13+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-27T07:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b736748d2ff3f3d39fe1238f1a113e500ed653ef'/>
<id>urn:sha1:b736748d2ff3f3d39fe1238f1a113e500ed653ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avahi: select expat</title>
<updated>2008-08-04T19:08:15+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-04T19:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a908a976140e4f79cb38ad96c67fb19388251068'/>
<id>urn:sha1:a908a976140e4f79cb38ad96c67fb19388251068</id>
<content type='text'>
</content>
</entry>
</feed>
