util-linux.inc 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. SUMMARY = "A suite of basic system administration utilities"
  2. HOMEPAGE = "https://en.wikipedia.org/wiki/Util-linux"
  3. DESCRIPTION = "Util-linux includes a suite of basic system administration utilities \
  4. commonly found on most Linux systems. Some of the more important utilities include \
  5. disk partitioning, kernel message management, filesystem creation, and system login."
  6. SECTION = "base"
  7. LICENSE = "GPL-1.0-or-later & GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause-UC & MIT & EUPL-1.2"
  8. LICENSE:${PN}-fcntl-lock = "MIT"
  9. LICENSE:${PN}-fdisk = "GPL-1.0-or-later"
  10. LICENSE:${PN}-libblkid = "LGPL-2.1-or-later"
  11. LICENSE:${PN}-libfdisk = "LGPL-2.1-or-later"
  12. LICENSE:${PN}-libmount = "LGPL-2.1-or-later"
  13. LICENSE:${PN}-libsmartcols = "LGPL-2.1-or-later"
  14. LICENSE:${PN}-coresched = "EUPL-1.2"
  15. LIC_FILES_CHKSUM = "file://README.licensing;md5=55e895a80bdd4ffc65e167a76d2e7569 \
  16. file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
  17. file://Documentation/licenses/COPYING.GPL-2.0-or-later;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
  18. file://Documentation/licenses/COPYING.LGPL-2.1-or-later;md5=4fbd65380cdd255951079008b364516c \
  19. file://Documentation/licenses/COPYING.BSD-3-Clause;md5=58dcd8452651fc8b07d1f65ce07ca8af \
  20. file://Documentation/licenses/COPYING.BSD-4-Clause-UC;md5=263860f8968d8bafa5392cab74285262 \
  21. file://Documentation/licenses/COPYING.EUPL-1.2;md5=c075d2767167a2355b23392018a1cbbd \
  22. file://libuuid/COPYING;md5=6d2cafc999feb2c2de84d4d24b23290c \
  23. file://libmount/COPYING;md5=7c7e39fb7d70ffe5d693a643e29987c2 \
  24. file://libblkid/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \
  25. file://libfdisk/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \
  26. file://libsmartcols/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \
  27. "
  28. FILESEXTRAPATHS:prepend := "${THISDIR}/util-linux:"
  29. MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
  30. SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-linux-${PV}.tar.xz \
  31. file://configure-sbindir.patch \
  32. file://runuser.pamd \
  33. file://runuser-l.pamd \
  34. file://ptest.patch \
  35. file://run-ptest \
  36. file://display_testname_for_subtest.patch \
  37. file://avoid_parallel_tests.patch \
  38. file://fcntl-lock.c \
  39. file://0001-tests-ts-kill-decode-avoid-using-shell-built-in-kill.patch \
  40. file://0001-lsfd-mkfds-foreign-sockets-skip-when-lacking-sock_di.patch \
  41. "
  42. SRC_URI[sha256sum] = "81ee93b3cfdfeb7d7c4090cedeba1d7bbce9141fd0b501b686b3fe475ddca4c6"
  43. CVE_PRODUCT = "util-linux"