<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/util-linux/util-linux.mk, branch 2016.08</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.08</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.08'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-08-01T21:31:36+00:00</updated>
<entry>
<title>util-linux: use upstream patch to fix uClibc build issue</title>
<updated>2016-08-01T21:31:36+00:00</updated>
<author>
<name>Waldemar Brodkorb</name>
<email>wbx@openadk.org</email>
</author>
<published>2016-07-31T16:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=37be8892f48a50dbc505ae5a881e7f72f4c274de'/>
<id>urn:sha1:37be8892f48a50dbc505ae5a881e7f72f4c274de</id>
<content type='text'>
Upstream has this patch a while and other projects are using
it already. So better switch to this.

Signed-off-by: Waldemar Brodkorb &lt;wbx@uclibc-ng.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>util-linux: bump to version 2.28</title>
<updated>2016-04-18T19:22:12+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2016-04-18T13:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=baccb506a6feabf114623866568121f49712f5df'/>
<id>urn:sha1:baccb506a6feabf114623866568121f49712f5df</id>
<content type='text'>
Drop upstream patches (0004-0008).
Convert 0001-sscanf-no-ms-as.patch to git format.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>linux-pam: install login.pam from here</title>
<updated>2016-03-29T00:46:31+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2016-03-29T00:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b71a0176c4ca8952c364aad693136c69a268915f'/>
<id>urn:sha1:b71a0176c4ca8952c364aad693136c69a268915f</id>
<content type='text'>
Instead of installing login.pam (/etc/pam.d/login) from util-linux
conditionally do so unconditionally from linux-pam.
If busybox login is pam-enabled (linux-pam package enabled) it will be
required, otherwise it will lead to a system where login won't work, and
if util-linux is enabled it will supercede busybox login and will be
necesarry regardless.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'next'</title>
<updated>2016-03-02T20:25:00+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2016-03-02T20:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=28cd1ed30aa4959c744ee37a6070cf22a66fb31f'/>
<id>urn:sha1:28cd1ed30aa4959c744ee37a6070cf22a66fb31f</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>util-linux: add option for lsblk</title>
<updated>2016-02-26T18:49:36+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2016-02-25T20:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=025cb6ba54137fc792106ca05d97a544f1ab2b35'/>
<id>urn:sha1:025cb6ba54137fc792106ca05d97a544f1ab2b35</id>
<content type='text'>
This commit adds an option to the util-linux package that allows to
build the lsblk utility.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>util-linux: add findfs option</title>
<updated>2016-02-14T21:03:06+00:00</updated>
<author>
<name>James Knight</name>
<email>james.knight@rockwellcollins.com</email>
</author>
<published>2016-02-12T16:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b5dc580b158f4790197843de1b2128025f83a0c0'/>
<id>urn:sha1:b5dc580b158f4790197843de1b2128025f83a0c0</id>
<content type='text'>
Add the findfs utility option for util-linux package.

Signed-off-by: James Knight &lt;james.knight@rockwellcollins.com&gt;
Cc: Zheng Yi &lt;yzheng@techyauld.com&gt;
[Thomas: respect alphabetic ordering.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>util-linux: enable Python bindings for libmount</title>
<updated>2016-01-15T20:29:52+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2016-01-15T14:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4c20ffc5effe4ae35f12e843eb72208a09c1471a'/>
<id>urn:sha1:4c20ffc5effe4ae35f12e843eb72208a09c1471a</id>
<content type='text'>
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>util-linux: bump to version 2.27.1</title>
<updated>2015-11-03T14:48:56+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-11-03T10:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=465bb83c93ed3f7074f0f8f0338d39873c8b60da'/>
<id>urn:sha1:465bb83c93ed3f7074f0f8f0338d39873c8b60da</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>util-linux: fix last minute typo in the systemd handling</title>
<updated>2015-10-22T20:53:19+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2015-10-22T20:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a77dfaa9848e1241b8bbf34eae41280d8d2935ca'/>
<id>urn:sha1:a77dfaa9848e1241b8bbf34eae41280d8d2935ca</id>
<content type='text'>
Reported-by: Waldemar Brodkorb &lt;wbx@openadk.org&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>util-linux: disable systemd support</title>
<updated>2015-10-22T20:42:33+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2015-10-22T20:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=762b64daa2fd1424053754ed55d0f9704ccc2405'/>
<id>urn:sha1:762b64daa2fd1424053754ed55d0f9704ccc2405</id>
<content type='text'>
Fixes (works around) #8421

Util-linux has optional systemd support, but we cannot enable it as systemd
depends on util-linux, so that would create a circular dependency.

The systemd unit directory location detection also fails as pkg-config
0.9.12+ prefixes all directory variables with the sysroot, and the configure
script expects to see the target location, so disable that as well for good
measure.

The systemd support doesn't seem to add much, so it isn't a big loss.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
