<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/docker, 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-18T19:19:10Z</updated>
<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>docker: requires pkgconfig, glib2 and X11</title>
<updated>2008-10-26T09:14:13Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-26T09:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b2c6ad8b5efd9afe505d048acbe2e5c9eda65741'/>
<id>urn:sha1:b2c6ad8b5efd9afe505d048acbe2e5c9eda65741</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docker: strip on target install</title>
<updated>2008-10-26T09:14:10Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-26T09:14:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=aa63bf420aa58c3b6d86d83fe967bec914c34f7f'/>
<id>urn:sha1:aa63bf420aa58c3b6d86d83fe967bec914c34f7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docker: s/PKGCONFIG/PKG_CONFIG/ to be consistent</title>
<updated>2008-10-26T09:14:06Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-26T09:14:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ac71691272a0ea9902a200a4e60d0e3658f5f6b9'/>
<id>urn:sha1:ac71691272a0ea9902a200a4e60d0e3658f5f6b9</id>
<content type='text'>
Patch by Markus Heidelberg.
</content>
</entry>
<entry>
<title>package: cleanup PKG_CONFIG_SYSROOT</title>
<updated>2008-10-26T06:19:43Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-26T06:19:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8a89d2b3f36d58fb0f13d57cf50c5a8cf84ea466'/>
<id>urn:sha1:8a89d2b3f36d58fb0f13d57cf50c5a8cf84ea466</id>
<content type='text'>
PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in,
so there's no need to set it in the makefiles of the individual
packages as well.

Based on a patch by Markus Heidelberg.
</content>
</entry>
<entry>
<title>buildroot: remove trailing spaces</title>
<updated>2008-08-04T19:07:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-04T19:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=02a623ddf96aa97c341a287bbb4ec5370a069444'/>
<id>urn:sha1:02a623ddf96aa97c341a287bbb4ec5370a069444</id>
<content type='text'>
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
</content>
</entry>
<entry>
<title>Kconfig: remove 'default n'</title>
<updated>2008-07-17T20:01:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-17T20:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee'/>
<id>urn:sha1:4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee</id>
<content type='text'>
'default n' is the default, so there's no need to say it explicitly.
</content>
</entry>
<entry>
<title>Add glib2.0 specific include/pkconfig paths in 'docker'</title>
<updated>2008-07-08T05:41:44Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2008-07-08T05:41:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b28921cd329786e0de21ccf98efebe97f617bbb9'/>
<id>urn:sha1:b28921cd329786e0de21ccf98efebe97f617bbb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgconfig fix for docker</title>
<updated>2008-05-02T11:20:00Z</updated>
<author>
<name>John Voltz</name>
<email>john.voltz@gmail.com</email>
</author>
<published>2008-05-02T11:20:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1a596bfe2f3c2b4e081ffb365a5ef8a93ef4e841'/>
<id>urn:sha1:1a596bfe2f3c2b4e081ffb365a5ef8a93ef4e841</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add alsamixergui and docker packages</title>
<updated>2008-03-20T16:55:37Z</updated>
<author>
<name>John Voltz</name>
<email>john.voltz@gmail.com</email>
</author>
<published>2008-03-20T16:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0c368b715fc71bd4dbbc43ff4cef349da20dca20'/>
<id>urn:sha1:0c368b715fc71bd4dbbc43ff4cef349da20dca20</id>
<content type='text'>
</content>
</entry>
</feed>
