<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/neon, 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>neon: s/exapt/expat/</title>
<updated>2009-01-08T08:27:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-08T08:27:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=fd5ce9ff41c427bc8ac796bba1cabf0db9763f75'/>
<id>urn:sha1:fd5ce9ff41c427bc8ac796bba1cabf0db9763f75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Refined building of neon options</title>
<updated>2008-12-31T18:22:43Z</updated>
<author>
<name>Nigel Kukard</name>
<email>nkukard@lbsd.net</email>
</author>
<published>2008-12-31T18:22:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cc6562ff839502a65a3b202ffe7fa3c67bae0856'/>
<id>urn:sha1:cc6562ff839502a65a3b202ffe7fa3c67bae0856</id>
<content type='text'>
- Added support to build with or without zlib support
</content>
</entry>
<entry>
<title>package/: get rid of unneeded $(strip ..)</title>
<updated>2008-12-08T08:15:27Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-08T08:15:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ac1d92c425414bad889c1a60d0d2aee25581b74f'/>
<id>urn:sha1:ac1d92c425414bad889c1a60d0d2aee25581b74f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>neon: don't strip if BR2_ENABLE_DEBUG is enabled</title>
<updated>2008-10-20T11:53:08Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-20T11:53:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=fc7bf9e3254aec9325a2bbf26d0aece41d434855'/>
<id>urn:sha1:fc7bf9e3254aec9325a2bbf26d0aece41d434855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>neon: use := assignments</title>
<updated>2008-08-26T20:47:23Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-26T20:47:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=909410f686713d2eba6e8a3f688e7ce98a4bb584'/>
<id>urn:sha1:909410f686713d2eba6e8a3f688e7ce98a4bb584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>neon: uses pkgconfig so select it</title>
<updated>2008-08-26T20:47:19Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-26T20:47:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=fa62c2bb1929003f30a0632e9d9428456512b330'/>
<id>urn:sha1:fa62c2bb1929003f30a0632e9d9428456512b330</id>
<content type='text'>
</content>
</entry>
<entry>
<title>neon: strip target library</title>
<updated>2008-08-26T20:47:15Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-26T20:47:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=2cd9ff92d7317c20f5f6fd461b1fb3ea68ef2721'/>
<id>urn:sha1:2cd9ff92d7317c20f5f6fd461b1fb3ea68ef2721</id>
<content type='text'>
neon doesn't have an install-strip target, so do it afterwards instead.
</content>
</entry>
<entry>
<title>neon: fix compilation without xml support</title>
<updated>2008-08-26T20:47:12Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-26T20:47:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=95313e2000338221b035e20a4d7376cde394f4eb'/>
<id>urn:sha1:95313e2000338221b035e20a4d7376cde394f4eb</id>
<content type='text'>
webdav needs xml support, so disable it if no xml support is selected,
otherwise configure could get confused about a host xml2-config script.
</content>
</entry>
<entry>
<title>neon: bump version</title>
<updated>2008-08-26T20:47:09Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-26T20:47:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3e1ed2feb00d3b4901d971d5cfbf7996a47ea36c'/>
<id>urn:sha1:3e1ed2feb00d3b4901d971d5cfbf7996a47ea36c</id>
<content type='text'>
Fixes CVE-2008-3746.
</content>
</entry>
</feed>
