<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/atk, 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-03-24T10:58:04Z</updated>
<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>pkg-config: rename pkgconfig to pkg-config</title>
<updated>2009-03-19T08:30:20Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-19T08:30:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=849c45648d2c84a2c98a6e22bd504a92e6751b96'/>
<id>urn:sha1:849c45648d2c84a2c98a6e22bd504a92e6751b96</id>
<content type='text'>
This matches upstream tarball, doesn't screw up existing .config's with
BR2_PACKAGE_PKGCONFIG and makes sure the patch gets applied for target
compilation.
</content>
</entry>
<entry>
<title>atk: add host version</title>
<updated>2009-03-18T21:21:06Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-18T21:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=991f304207b9006c5ddc174e3c5c3e74a77612a5'/>
<id>urn:sha1:991f304207b9006c5ddc174e3c5c3e74a77612a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atk: small cleanup</title>
<updated>2009-03-18T21:20:22Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-18T21:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b1d451b13c38b79c96248d697ba4a982063835e5'/>
<id>urn:sha1:b1d451b13c38b79c96248d697ba4a982063835e5</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: 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>Use HOST_GLIB for glib installation instead of /usr/bin</title>
<updated>2009-01-13T21:02:43Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-13T21:02:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=54695cc01ad8a750f80f160d9278281e022d4919'/>
<id>urn:sha1:54695cc01ad8a750f80f160d9278281e022d4919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding Central config.cache options</title>
<updated>2008-11-28T14:20:47Z</updated>
<author>
<name>Daniel Laird</name>
<email>danieljlaird@hotmail.com</email>
</author>
<published>2008-11-28T14:20:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5432f26f0e78fc74a599a596c90a3b8f02963c13'/>
<id>urn:sha1:5432f26f0e78fc74a599a596c90a3b8f02963c13</id>
<content type='text'>
The following changes allow for use of a central configure cache
file.  This speeds up configuration of packages.
Its use is configurable at the top level (BR2_CONFIG_CACHE - default n).
Old style makefiles can use it if they use the following MACRO in makefiles:
$(AUTO_CONFIGURE_TARGET) see my change to directfb.mk.
New style Autotools.in will use it if you set the global option.
However you can enable the global option and on a per package overrule it by doing
the following: $(PKGNAME)_USE_CONFIG_CACHE = NO see fontconfig.mk for an example 
of this.
Finally I have removed a few config variable settings which indicated no CXX compiler
as this is wrong and breaks the build when using this central cache.

 Config.in                        |    8 ++++++++
 package/Makefile.autotools.in    |    5 ++++-
 package/Makefile.in              |   28 +++++++++++++++++++++++++++-
 package/atk/atk.mk               |    2 +-
 package/directfb/directfb.mk     |    7 +------
 package/fontconfig/fontconfig.mk |    3 +++
 package/libglib2/libglib2.mk     |    2 +-
 package/libgtk2/libgtk2.mk       |    1 -
 8 files changed, 45 insertions(+), 11 deletions(-)

I would appreciate feedback on this change (I have been testing for 2-3 weeks)
But I can never test all cases!  If you enable the BR2_CONFIG_CACHE option some
Makefile.autotools.in based packages may now break - I cannot build them all.
In this case you may need to remove config options that are being hardcoded all
over the place (like gtk saying we have 2 CXX compiler) or disable the use
of CONFIG CACHE file like I have done in fontconfig.
I can build all packages required to get WebKit on DirectFB up and running
and it runs fine.
I will try to resolve any issues this creates as fast as I can.

Signed-off-by: Daniel Laird &lt;daniel.j.laird@nxp.com&gt;

</content>
</entry>
<entry>
<title>package/atk/atk.mk: Bounce version </title>
<updated>2008-10-21T12:24:12Z</updated>
<author>
<name>Daniel Laird</name>
<email>danieljlaird@hotmail.com</email>
</author>
<published>2008-10-21T12:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=705ea6dee0b6aed671c17c375a1f5e8f6cf42d7c'/>
<id>urn:sha1:705ea6dee0b6aed671c17c375a1f5e8f6cf42d7c</id>
<content type='text'>
Bounce version to 1.22.0

Signed-off-by: Daniel Laird &lt;daniel.j.laird@nxp.com&gt;

</content>
</entry>
</feed>
