| SUMMARY = "A suite of basic system administration utilities" |
| HOMEPAGE = "https://en.wikipedia.org/wiki/Util-linux" |
| DESCRIPTION = "Util-linux includes a suite of basic system administration utilities \ |
| commonly found on most Linux systems. Some of the more important utilities include \ |
| disk partitioning, kernel message management, filesystem creation, and system login." |
| |
| SECTION = "base" |
| |
| FILESEXTRAPATHS:prepend := "${THISDIR}/util-linux:" |
| MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" |
| SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-linux-${PV}.tar.xz \ |
| file://configure-sbindir.patch \ |
| file://runuser.pamd \ |
| file://runuser-l.pamd \ |
| file://ptest.patch \ |
| file://run-ptest \ |
| file://display_testname_for_subtest.patch \ |
| file://avoid_parallel_tests.patch \ |
| file://0001-tests-script-Disable-size-option-test.patch \ |
| " |
| |
| SRC_URI[sha256sum] = "03a05d3adf9602ef128f2da05b84b3205ce60c351e5737c0370f74000679ce8a" |
| |
| CVE_PRODUCT = "util-linux" |