<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/libglib2, 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-27T08:36:04Z</updated>
<entry>
<title>libglib2: bump version</title>
<updated>2009-04-27T08:36:04Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-27T08:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=038c5ee028a8ec8dd2faef39b88e34936b5c10cf'/>
<id>urn:sha1:038c5ee028a8ec8dd2faef39b88e34936b5c10cf</id>
<content type='text'>
Patch by Sven Neumann &lt;s.neumann@phase-zero.de&gt;, closes #279.
</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>libglib2: no longer needs glib2-dev package on host</title>
<updated>2009-03-18T19:19:18Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-18T19:19:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=58703982e770ad2c827414a42450df23b03689b1'/>
<id>urn:sha1:58703982e770ad2c827414a42450df23b03689b1</id>
<content type='text'>
</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>libglib2: pkgconfig patch no longer needed as we have HOST_DIR in path</title>
<updated>2009-03-17T13:49:12Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-17T13:49:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=44d929f9acbcee9cee1a116f456d99f4d8e4e208'/>
<id>urn:sha1:44d929f9acbcee9cee1a116f456d99f4d8e4e208</id>
<content type='text'>
</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>libglib2: build host version for build-time binaries</title>
<updated>2009-03-16T15:49:03Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-16T15:49:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=01bcd0320e65c0b9c07a54b172b86ca37f3b5a68'/>
<id>urn:sha1:01bcd0320e65c0b9c07a54b172b86ca37f3b5a68</id>
<content type='text'>
Build host version of glib in HOST_DIR and use the build-time binaries
from there instead of relying on what is installed on the host.
</content>
</entry>
<entry>
<title>libglib2: bump version</title>
<updated>2009-03-09T10:26:04Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-09T10:26:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8566d5fa978fa794f4504549dcd679bb7fe79076'/>
<id>urn:sha1:8566d5fa978fa794f4504549dcd679bb7fe79076</id>
<content type='text'>
Patch by Sven Neumann &lt;s.neumann@phase-zero.de&gt;

Closes #37.
</content>
</entry>
<entry>
<title>libglib2: move HOST_GLIB detection to glib package</title>
<updated>2009-01-26T19:10:41Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-26T19:10:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e03683e06694c0a775e34f192039228f36ee7761'/>
<id>urn:sha1:e03683e06694c0a775e34f192039228f36ee7761</id>
<content type='text'>
Makes more sense to have it here, and easier to change once we start
building host-glib.
</content>
</entry>
</feed>
