<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/dbus, branch 2009.08_rc3</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.08_rc3</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.08_rc3'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-08-08T17:07:21Z</updated>
<entry>
<title>Update dbus to version 1.2.16</title>
<updated>2009-08-08T17:07:21Z</updated>
<author>
<name>Jean-Christian de Rivaz</name>
<email>jc@eclis.ch</email>
</author>
<published>2009-08-07T23:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3de4ce5b32758cc35a443afff0728316d31fd953'/>
<id>urn:sha1:3de4ce5b32758cc35a443afff0728316d31fd953</id>
<content type='text'>
Signed-off-by: Jean-Christian de Rivaz &lt;jc@eclis.ch&gt;
</content>
</entry>
<entry>
<title>dbus: fix rebuild if /var/lib is a symlink to /tmp for target</title>
<updated>2009-04-21T15:10:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-21T15:10:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e493fc6ce5202ac008cb71ae9d5816ad11919d47'/>
<id>urn:sha1:e493fc6ce5202ac008cb71ae9d5816ad11919d47</id>
<content type='text'>
/tmp/dbus will end up being a recursive symlink to itself on the build host.
</content>
</entry>
<entry>
<title>package: provide download target for host packages</title>
<updated>2009-03-24T10:58:04Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-24T10:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=91149af9f31a4ae41045516bee745d217677e03f'/>
<id>urn:sha1:91149af9f31a4ae41045516bee745d217677e03f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dbus: fix for read-only rootfs</title>
<updated>2009-03-23T09:44:07Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-23T09:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=073db18bac7848650e071ee85f2e1ccad6c18c3e'/>
<id>urn:sha1:073db18bac7848650e071ee85f2e1ccad6c18c3e</id>
<content type='text'>
Similar to how it's handled by avahi - Make sure /var/lib/dbus is a
symlink to /tmp/dbus.
</content>
</entry>
<entry>
<title>dbus: put local state files in /var and not /usr/var</title>
<updated>2009-03-20T07:47:29Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-20T07:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c3285dcd21efa1f94c9440b92d3cf4fa0e0d2646'/>
<id>urn:sha1:c3285dcd21efa1f94c9440b92d3cf4fa0e0d2646</id>
<content type='text'>
For read only rootfs'es - Like it used to be.
</content>
</entry>
<entry>
<title>dbus: fix host build</title>
<updated>2009-03-19T11:44:56Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-19T11:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=584eb85c7fc2ed4e971bdbb87e41da442e86669f'/>
<id>urn:sha1:584eb85c7fc2ed4e971bdbb87e41da442e86669f</id>
<content type='text'>
Hunk missing from r25755.
</content>
</entry>
<entry>
<title>package: add STAMP_DIR and use for host builds</title>
<updated>2009-03-19T11:06:47Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-19T11:06:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e7b38c71ce55720f7709f0049f5bfc71ca0615ec'/>
<id>urn:sha1:e7b38c71ce55720f7709f0049f5bfc71ca0615ec</id>
<content type='text'>
Move stamp (dependency) files outside the (version specific) source
directories, so other packages can hardcode dependencies on them instead
of having to use &lt;PACKAGE&gt;_VERSION variables.

This is important as the variables in the make rules are evaluated when
the rules is seen, which might be before the dependent makefile is parsed
(and hence &lt;PACKAGE&gt;_VERSION variable is known, screwing up stuff.

The downside of this is that the package isn't automatically rebuilt
when the version changes (E.G. by a svn update) and you now also have to
remove the stamp files next to $(BUILD_DIR)/&lt;PACKAGE&gt;-* to force a rebuild.
</content>
</entry>
<entry>
<title>pkgconfig: add pkgconfig package for target</title>
<updated>2009-03-18T19:19:10Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-18T19:19:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=77754571b2f327636ce0072cfabc9ce0c9a6ad86'/>
<id>urn:sha1:77754571b2f327636ce0072cfabc9ce0c9a6ad86</id>
<content type='text'>
The host versions shouldn't be visible in Kconfig, so remove the
reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets
with host-.

At the same time add pkgconfig for the target (E.G. for development) and
let BR2_PACKAGE_PKGCONFIG control that package.

Notice: all defconfigs in the tree have been updated, but make sure to
disable the pkgconfig package (unless you want it) if you use an external
config, otherwise you'll end up with pkgconfig and glib2 in the target.
</content>
</entry>
<entry>
<title>package: fix host path</title>
<updated>2009-03-17T13:48:15Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-17T13:48:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4311f0fe39bdbd4648f74ff59efefa466549a9b5'/>
<id>urn:sha1:4311f0fe39bdbd4648f74ff59efefa466549a9b5</id>
<content type='text'>
And generate dbus introspect xml for dbus-glib.
</content>
</entry>
<entry>
<title>dbus: add host-dbus support</title>
<updated>2009-03-16T20:58:15Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-16T20:58:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1549e9f366012a1e16946f8eab78fd89e045145f'/>
<id>urn:sha1:1549e9f366012a1e16946f8eab78fd89e045145f</id>
<content type='text'>
</content>
</entry>
</feed>
