mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
close_range expects 3 parameters, thus far it was not implemented in glibc so it was hidden but with glibc 2.34+ it will start to show up (From OE-Core rev: 0d6f638230a96808e22438d9925aec6383d136a7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
48 lines
2.5 KiB
PHP
48 lines
2.5 KiB
PHP
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"
|
|
|
|
LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause"
|
|
LICENSE_${PN}-libblkid = "LGPLv2.1+"
|
|
LICENSE_${PN}-libfdisk = "LGPLv2.1+"
|
|
LICENSE_${PN}-libmount = "LGPLv2.1+"
|
|
LICENSE_${PN}-libsmartcols = "LGPLv2.1+"
|
|
|
|
LIC_FILES_CHKSUM = "file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da \
|
|
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://Documentation/licenses/COPYING.GPL-2.0-or-later;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://Documentation/licenses/COPYING.LGPL-2.1-or-later;md5=4fbd65380cdd255951079008b364516c \
|
|
file://Documentation/licenses/COPYING.BSD-3-Clause;md5=58dcd8452651fc8b07d1f65ce07ca8af \
|
|
file://Documentation/licenses/COPYING.BSD-4-Clause-UC;md5=263860f8968d8bafa5392cab74285262 \
|
|
file://libuuid/COPYING;md5=6d2cafc999feb2c2de84d4d24b23290c \
|
|
file://libmount/COPYING;md5=7c7e39fb7d70ffe5d693a643e29987c2 \
|
|
file://libblkid/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \
|
|
file://libfdisk/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \
|
|
file://libsmartcols/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \
|
|
"
|
|
|
|
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://8a3a74160b96498d672e3652827aa7e6d7f3a120.patch \
|
|
file://tests-kill.patch \
|
|
file://tests-blkdiscard.patch \
|
|
file://tests-ul.patch \
|
|
file://tests-eject.patch \
|
|
file://tests-lscpu.patch \
|
|
file://0001-login-fix-close_range-use.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5"
|