<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/e2fsprogs, 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-29T20:35:33Z</updated>
<entry>
<title>e2fsprogs: convert to Makefile.autotools.in format and update Kconfig</title>
<updated>2009-10-29T20:35:33Z</updated>
<author>
<name>rvpaasen</name>
<email>rvpaasen@t3i.nl</email>
</author>
<published>2009-10-29T20:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=69ec17cd8d9140d50d5a28ee4e7ada527e9a3a06'/>
<id>urn:sha1:69ec17cd8d9140d50d5a28ee4e7ada527e9a3a06</id>
<content type='text'>
Closes #667.

I have updated the e2fsprogs package to the new makefile format. I added
the tools from the 1.41.9 release of e2fsprogs that could not yet be
(de)selected (freefrag, e2undo) to the menu in Config.in.

Signed-off-by: rvpaasen &lt;rvpaasen@t3i.nl&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: add a patch to link against SEM_INIT libs</title>
<updated>2009-10-07T13:31:11Z</updated>
<author>
<name>Daniel Mack</name>
<email>daniel@caiaq.de</email>
</author>
<published>2009-10-06T10:53:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=44b5637ab28306dcd6f7a46aae56bdcf6284b3e7'/>
<id>urn:sha1:44b5637ab28306dcd6f7a46aae56bdcf6284b3e7</id>
<content type='text'>
This patch is needed to make e2fsprogs being linked against
SEM_INIT libraries. In this particular case, it causes the
Makefiles to add -lpthread. Without that, all binaries crash
at startup, at least on x86.

Signed-off-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: bump version number to 1.41.9</title>
<updated>2009-10-07T13:31:09Z</updated>
<author>
<name>Daniel Mack</name>
<email>daniel@caiaq.de</email>
</author>
<published>2009-10-06T10:53:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0b7ec8ea322d532711aeed92d4abe7ed7cc670e4'/>
<id>urn:sha1:0b7ec8ea322d532711aeed92d4abe7ed7cc670e4</id>
<content type='text'>
Signed-off-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libuuid: cleanup</title>
<updated>2009-10-02T07:33:01Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-02T07:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=076f06e0f57a8ea8973970e4fc4462e54a36f59f'/>
<id>urn:sha1:076f06e0f57a8ea8973970e4fc4462e54a36f59f</id>
<content type='text'>
Got rid of LIBUUID_TARGET_DIR, and made sure staging install is only
done once.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libuuid: fix target-install dependencies</title>
<updated>2009-10-02T07:26:23Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-02T07:26:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4e3f0e4f670761064efe45e45f00cea5f71b88f8'/>
<id>urn:sha1:4e3f0e4f670761064efe45e45f00cea5f71b88f8</id>
<content type='text'>
libuuid.so gets installed into /usr/lib, not /lib, so the target
install make target is always considered out-of-date.

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>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>libuuid: add -source and -clean targets</title>
<updated>2009-08-05T11:46:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-05T11:46:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ccc42efe227ab5b4ac23522f6bde879c164b5f66'/>
<id>urn:sha1:ccc42efe227ab5b4ac23522f6bde879c164b5f66</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: factor out libuuid support</title>
<updated>2009-08-05T11:35:25Z</updated>
<author>
<name>Daniel Mack</name>
<email>daniel@caiaq.de</email>
</author>
<published>2009-07-29T17:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b6718de1ecfbfadf6e96733ad7a22c9302f44e70'/>
<id>urn:sha1:b6718de1ecfbfadf6e96733ad7a22c9302f44e70</id>
<content type='text'>
Add a new target for libuuid so it can be built without e2fsprogs.

Signed-off-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: install into staging so other stuff can find the libs/includes</title>
<updated>2009-03-09T09:53:41Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-09T09:53:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6b05736259e03a1bf0251b2b6d4157a4837f5ff1'/>
<id>urn:sha1:6b05736259e03a1bf0251b2b6d4157a4837f5ff1</id>
<content type='text'>
And explicitly install the libuuid headers. Needed for the gupnp stuff in #35.
</content>
</entry>
</feed>
