<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/mpfr, branch 2010.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-09-13T06:18:40Z</updated>
<entry>
<title>Re-implement the source-check and external-deps targets</title>
<updated>2010-09-13T06:18:40Z</updated>
<author>
<name>Maxime Petazzoni</name>
<email>maxime.petazzoni@bulix.org</email>
</author>
<published>2010-09-02T10:31:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d147b81fda4419ea7307835d39cdb58b965882aa'/>
<id>urn:sha1:d147b81fda4419ea7307835d39cdb58b965882aa</id>
<content type='text'>
The new DL_MODE variable dispatches between the various download
implementations of each method (Git, Subversion, Wget) to deal with the
normal download (default mode, 'DOWNLOAD'), the source-check
('SOURCE_CHECK') and to show the external dependencies for external-deps
('SHOW_EXTERNAL_DEPS').

For the latter, the legacy script wget-show-external-deps.sh is no
longer required as $(WGET) isn't called directly anymore but always
through the DOWNLOAD helper.

Signed-off-by: Maxime Petazzoni &lt;maxime.petazzoni@bulix.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Remove the spider feature</title>
<updated>2010-09-13T06:17:46Z</updated>
<author>
<name>Maxime Petazzoni</name>
<email>maxime.petazzoni@bulix.org</email>
</author>
<published>2010-09-02T10:09:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=07b2af1a45c5276125b54d64f839fdcd660d602d'/>
<id>urn:sha1:07b2af1a45c5276125b54d64f839fdcd660d602d</id>
<content type='text'>
In preparation for the re-work of the DOWNLOAD helper to support
multiple download methods and protocols, the spider feature used with
wget is removed for now until it is re-implemented on top of the new
download methods.

Signed-off-by: Maxime Petazzoni &lt;maxime.petazzoni@bulix.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>gmp/mpfr: make sure host builds add source targets to HOST_SOURCE</title>
<updated>2010-02-25T16:27:50Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-02-25T16:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f561763e9189d668001004f5a603738c1ba7ce7c'/>
<id>urn:sha1:f561763e9189d668001004f5a603738c1ba7ce7c</id>
<content type='text'>
Closes #1183.

When gmp/mpfr is needed for the host (E.G. when using an internal toolchain),
the host-lib{gmp,mpfr}-source targets weren't added to HOST_SOURCE, so
make source / external-deps didn't handle them.

Notice that we have the same issue with the new host package support,
there we should probably use HOST_&lt;package&gt;_DEPENDENCIES for -source
dependencies.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<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>mpfr: use patch-kernel to apply downloaded patch</title>
<updated>2009-09-24T15:14:31Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-09-24T15:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bdccd7b2e67cc9bfa5a95cb74693bce662293549'/>
<id>urn:sha1:bdccd7b2e67cc9bfa5a95cb74693bce662293549</id>
<content type='text'>
Reported by Emmanuel Riou &lt;riou.emmanuel@googlemail.com&gt;.

With the recent change to use $(TOPDIR)/dl as default for $(DL_DIR)
(416323e93), DL_DIR is now a relative path (./dl), which breaks the
mpfr patch handling as it changes dir.

Fix is by using patch-kernel instead of calling patch, which does
the right thing.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>rename TOOL_BUILD_DIR to TOOLCHAIN_DIR</title>
<updated>2009-09-23T07:15:27Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-09-22T23:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cb5710c538fce01f4875a64e6de4b37a7718005b'/>
<id>urn:sha1:cb5710c538fce01f4875a64e6de4b37a7718005b</id>
<content type='text'>
To reflect the new output directory hierachy rename the Makefile variable
TOOL_BUILD_DIR to TOOLCHAIN_DIR.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
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>mpfr: bump version</title>
<updated>2009-03-16T15:47:58Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-16T15:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7f975775b4bff09724d2f20bd5ceb4262b076a1c'/>
<id>urn:sha1:7f975775b4bff09724d2f20bd5ceb4262b076a1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mpfr: bump version</title>
<updated>2009-02-13T08:34:01Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-13T08:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=dd0345aeaa21e5517f004c21c30a648268248b1a'/>
<id>urn:sha1:dd0345aeaa21e5517f004c21c30a648268248b1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gmp/mpfr: use static libraries as make targets</title>
<updated>2009-02-10T16:38:53Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-10T16:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cf342411449f2eae64dcef3ff6926b9cb1b39c03'/>
<id>urn:sha1:cf342411449f2eae64dcef3ff6926b9cb1b39c03</id>
<content type='text'>
The host shared objects are no more.
</content>
</entry>
</feed>
