summaryrefslogtreecommitdiff
path: root/meta/recipes-core/util-linux/util-linux_2.19.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* Add new util-linux-chkdupexe package to avoid making perl a dependecy for ↵Matthew McClintock2011-10-271-1/+1
| | | | | | | all of util-linux Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-linux 2.19.1: split blkid out into its own subpackageKoen Kooi2011-10-111-1/+1
| | | | | | | Recent udev versions require blkid from u-l, not from e2fsprogs. In general all the non fsck related binaries from e2fsprogs are deprecated. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-linux: split fsck* into its own subpackageKoen Kooi2011-10-071-1/+1
| | | | | | | This will allow systemd to run /sbin/fsck without dragging in all of util-linux Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-linux: Ensure perl scripts reference the correct perlRichard Purdie2011-09-281-1/+5
| | | | | | Without this change the perl path from the build system is used. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-linux: fix packaging of readprofileJoshua Lock2011-09-021-1/+1
| | | | | | | | We rename readprofile to readprofile.util-linux so we need to use that binary name in the FILES entry for the readprofile package. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-linux: Replace sigsetmask with posix compliant functionsKhem Raj2011-07-221-1/+2
| | | | | | | This patch is not needed upstream since the code using sigsetmask has been deleted. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* util-linux: Rebase remove-lscpu patch from non-gplv3Saul Wold2011-06-301-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* util-linux: package agetty seperatelyKoen Kooi2011-06-061-1/+1
| | | | | | Some packages like systemd only want agetty to spawn a console and not drag in all of util-linux just for that. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* util-linux_2.19.1.bb: Fix compliation on uclibcKhem Raj2011-06-061-1/+3
| | | | | | | | util-linux 2.19 needs this patch to successfully compile on uclibc systems. This is a bug in util-linux that goes unnoticed on eglibc builds. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* util-linux: update to 2.19.1Saul Wold2011-06-011-0/+43
Signed-off-by: Saul Wold <sgw@linux.intel.com>