<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/expat, branch 2009.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-10-01T19:24:42Z</updated>
<entry>
<title>buildroot: silence ./configure step when building with 'make -s'</title>
<updated>2009-10-01T19:24:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-01T19:24:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3fdf0bffb87c81f6abf70e64e5b9239431d79ee2'/>
<id>urn:sha1:3fdf0bffb87c81f6abf70e64e5b9239431d79ee2</id>
<content type='text'>
We have been passing -q to ./configure when using 'make -s' for
packages using Makefile.autotools.in for some time. Do the same
for packages using autotools, but not using the
Makefile.autotools.in infrastructure, taking care to not do it
for packages with hand written configure scripts.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: Remove unnecessary dependencies on uclibc.</title>
<updated>2009-09-03T18:22:38Z</updated>
<author>
<name>Will Newton</name>
<email>will.newton@gmail.com</email>
</author>
<published>2009-09-02T15:02:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=422ce6536b6d45e4632d526ae04c6af0bd36e80a'/>
<id>urn:sha1:422ce6536b6d45e4632d526ae04c6af0bd36e80a</id>
<content type='text'>
A C library will have been built by the toolchain makefiles, so there is no
need for packages to explicitly depend on uclibc.

Signed-off-by: Will Newton &lt;will.newton@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>expat: fix typo</title>
<updated>2009-07-17T22:04:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-07-17T22:04:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=adfd17b0bcc43124e13d869e8ffd186e30232b03'/>
<id>urn:sha1:adfd17b0bcc43124e13d869e8ffd186e30232b03</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</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>expat: fixup help text</title>
<updated>2009-03-18T21:21:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-18T21:21:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=13c68ecb58ba10deb9bbc0e9e1db8a8a21929863'/>
<id>urn:sha1:13c68ecb58ba10deb9bbc0e9e1db8a8a21929863</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>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>expat: add host-expat support</title>
<updated>2009-03-16T20:58:12Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-16T20:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=94d915ed435afd6ffc27d0e20ee39d7b0951d4e0'/>
<id>urn:sha1:94d915ed435afd6ffc27d0e20ee39d7b0951d4e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>expat: convert to Makefile.autotools.in format</title>
<updated>2009-03-16T20:58:04Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-16T20:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=58aaf754815926de90a90f16101999d7d2b03f8a'/>
<id>urn:sha1:58aaf754815926de90a90f16101999d7d2b03f8a</id>
<content type='text'>
</content>
</entry>
</feed>
