|
@@ -7,7 +7,7 @@
|
|
|
# When making changes to this file, please check if
|
|
|
# util-linux-libs/util-linux-libs.mk needs to be updated accordingly as well.
|
|
|
|
|
|
-UTIL_LINUX_VERSION_MAJOR = 2.38
|
|
|
+UTIL_LINUX_VERSION_MAJOR = 2.39
|
|
|
UTIL_LINUX_VERSION = $(UTIL_LINUX_VERSION_MAJOR)
|
|
|
UTIL_LINUX_SOURCE = util-linux-$(UTIL_LINUX_VERSION).tar.xz
|
|
|
UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERSION_MAJOR)
|
|
@@ -15,7 +15,13 @@ UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERS
|
|
|
# README.licensing claims that some files are GPL-2.0 only, but this is not
|
|
|
# true. Some files are GPL-3.0+ but only in tests and optionally in hwclock
|
|
|
# (but we disable that option). rfkill uses an ISC-style license.
|
|
|
-UTIL_LINUX_LICENSE = GPL-2.0+, BSD-4-Clause, LGPL-2.1+ (libblkid, libfdisk, libmount), BSD-3-Clause (libuuid), ISC (rfkill)
|
|
|
+UTIL_LINUX_LICENSE = \
|
|
|
+ GPL-2.0+, \
|
|
|
+ BSD-4-Clause, \
|
|
|
+ LGPL-2.1+ (libblkid, libfdisk, libmount), \
|
|
|
+ BSD-3-Clause (libuuid), \
|
|
|
+ BSD-2-Clause (xxhash), \
|
|
|
+ ISC (rfkill)
|
|
|
UTIL_LINUX_LICENSE_FILES = README.licensing \
|
|
|
Documentation/licenses/COPYING.BSD-3-Clause \
|
|
|
Documentation/licenses/COPYING.BSD-4-Clause-UC \
|