summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-06-13 12:51:52 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-23 11:44:13 +0100
commit953e61870e719ae84c4db12f629d233d7ed78a56 (patch)
tree624e30be7eae5b5bba11571ac3c17520645a9386 /meta/recipes-core/util-linux/util-linux.inc
parent21f93730e2d2946c8f96702a294dcebb8d30f30e (diff)
downloadpoky-953e61870e719ae84c4db12f629d233d7ed78a56.tar.gz
util-linux: upgrade to 2.30
Drop uuid-test-error-api.patch as it's been fixed upstream differently: https://github.com/karelzak/util-linux/commit/b770b487004778f4425639c7ed1bb6ca22d157bf Drop ptest for tailf, as it got deprecated and removed: https://github.com/karelzak/util-linux/commit/70ca1a77721b41f2355eeb00d4e55e13dba3e313 (From OE-Core rev: 6b69e08cf60abbc40236cc3894b9783d720a6e6d) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux.inc')
-rw-r--r--meta/recipes-core/util-linux/util-linux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 63302a9fe1..1656e92a87 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -304,7 +304,7 @@ do_install_ptest() {
304 cp ${S}/tests/run.sh ${D}${PTEST_PATH}/tests/ 304 cp ${S}/tests/run.sh ${D}${PTEST_PATH}/tests/
305 cp -pR ${S}/tests/expected ${D}${PTEST_PATH}/tests/expected 305 cp -pR ${S}/tests/expected ${D}${PTEST_PATH}/tests/expected
306 306
307 list="bitops build-sys cal col colrm column dmesg fsck hexdump hwclock ipcs isosize login look md5 misc more namei paths schedutils script swapon tailf" 307 list="bitops build-sys cal col colrm column dmesg fsck hexdump hwclock ipcs isosize login look md5 misc more namei paths schedutils script swapon"
308 # The following tests are not installed yet: 308 # The following tests are not installed yet:
309 # blkid scsi_debug module dependent 309 # blkid scsi_debug module dependent
310 # cramfs gcc dependent 310 # cramfs gcc dependent