<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/dbus-glib, branch 2009.05_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-04-23T14:24:58Z</updated>
<entry>
<title>dbus-glib: workaround Kconfig issue with select</title>
<updated>2009-04-23T14:24:58Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-23T14:24:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8a68eb29bbc076d98de574862cb52f58a0c91ce5'/>
<id>urn:sha1:8a68eb29bbc076d98de574862cb52f58a0c91ce5</id>
<content type='text'>
Kconfig gets confused about the selects and thinks there's a recursive
dependency around expat, so implement an alternative solution instead.
</content>
</entry>
<entry>
<title>dbus-glib: host compilation needs libglib2 and expat</title>
<updated>2009-04-23T11:44:58Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-23T11:44:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6930ce94153471c18f1ccc659d9a4588390e7940'/>
<id>urn:sha1:6930ce94153471c18f1ccc659d9a4588390e7940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dbus-glib: needs expat</title>
<updated>2009-04-23T11:44:54Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-23T11:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7f6e9b2e10c6dd0557d8b72a7e150c3b78c418a4'/>
<id>urn:sha1:7f6e9b2e10c6dd0557d8b72a7e150c3b78c418a4</id>
<content type='text'>
Even though dbus can use libxml2 for XML support, dbus-glib cannot -
So make sure expat is available.
</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>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>dbus-glib: bump version and convert to Makefile.autotools.in format</title>
<updated>2009-03-17T13:48:47Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-17T13:48:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5aa20b3913eb16065173706c1e21ab3a9a10d30e'/>
<id>urn:sha1:5aa20b3913eb16065173706c1e21ab3a9a10d30e</id>
<content type='text'>
This at the same times fixes the staging dir install, so stuff needing
dbus-glib is able to build.
</content>
</entry>
<entry>
<title>dbus-glib: install pkgconfig file to STAGING_DIR</title>
<updated>2009-03-13T15:37:54Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-13T15:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=038f536294738a4ef58b0bce54b3c46cd151ec57'/>
<id>urn:sha1:038f536294738a4ef58b0bce54b3c46cd151ec57</id>
<content type='text'>
This should probably be converted to Makefile.autotools.in instead.
</content>
</entry>
<entry>
<title>Fix circular dependency</title>
<updated>2009-01-20T22:38:39Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-20T22:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d7d5b3852ea4e414de2f6c7417c2631b9e735e9c'/>
<id>urn:sha1:d7d5b3852ea4e414de2f6c7417c2631b9e735e9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Libraries for dbus-glib are in /usr/lib, depend on expat</title>
<updated>2009-01-20T21:32:43Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-20T21:32:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ad862e2ffb6613b3eeba7221c82dfd34be0002b3'/>
<id>urn:sha1:ad862e2ffb6613b3eeba7221c82dfd34be0002b3</id>
<content type='text'>
</content>
</entry>
</feed>
