<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/pkgconfig, branch 2012.02_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-04-17T15:55:16Z</updated>
<entry>
<title>pkg-config: fix target package</title>
<updated>2009-04-17T15:55:16Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-17T15:55:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=23795ec71f546c4d89b911f67d539393d92059ce'/>
<id>urn:sha1:23795ec71f546c4d89b911f67d539393d92059ce</id>
<content type='text'>
As reported by Sven Neumann on the list.
</content>
</entry>
<entry>
<title>package: proper aclocal fix</title>
<updated>2009-03-29T19:10:26Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-29T19:10:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6099e286e2b254517bb8ec63cad5131b1dc9539b'/>
<id>urn:sha1:6099e286e2b254517bb8ec63cad5131b1dc9539b</id>
<content type='text'>
Revert r25827 and instead copy over the host aclocal files of the stuff
needed for auto* (libtool + pkgconfig). These logically belong with the
target stuff, as they are used for the target auto* toolchain.

Long term we should probably consider using
aclocal --acdir=$(STAGING_DIR)/usr/share/aclocal, so the host .m4 files
cannot interfere with the target build.
</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>pkgconfig: really use make install for BR2_ENABLE_DEBUG</title>
<updated>2009-03-23T21:46:32Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-23T21:46:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bae2f9fc121ba8060689c9b269ef8f23b14dd1a9'/>
<id>urn:sha1:bae2f9fc121ba8060689c9b269ef8f23b14dd1a9</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>pkgconfig: make sure host compile target isn't considered out of date</title>
<updated>2009-03-19T08:29:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-19T08:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e40b41f4d9a3d9f86627d0541c2989a928bb0ebd'/>
<id>urn:sha1:e40b41f4d9a3d9f86627d0541c2989a928bb0ebd</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>pkgconfig: use pkg-config-*-host build dir for host version</title>
<updated>2009-03-18T19:18:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-18T19:18:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=344d59d788d697f4f6704dd920cad615318e47be'/>
<id>urn:sha1:344d59d788d697f4f6704dd920cad615318e47be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgconfig: install into HOST_DIR</title>
<updated>2009-03-18T19:18:40Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-18T19:18:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b4510152038bdd6fb0ef9ae9ac581daf5dcb05d8'/>
<id>urn:sha1:b4510152038bdd6fb0ef9ae9ac581daf5dcb05d8</id>
<content type='text'>
</content>
</entry>
</feed>
