mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
util-linux: update to 2.19.1
(From OE-Core rev: 596e6807826c34a4f93d7cb26052d1bd7a985201) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2dfc95b92d
commit
a70cc53616
@@ -7,7 +7,7 @@ SECTION = "base"
|
||||
|
||||
LICENSE = "GPLv2+ & LGPLv2.1+ & BSD"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://README.licensing;md5=1530e36fe1304d4535513de90a290df9 \
|
||||
LIC_FILES_CHKSUM = "file://README.licensing;md5=9c920d811858a74b67a36ba23cbaa95f \
|
||||
file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
file://licenses/COPYING.GPL;md5=8ca43cbc842c2336e835926c2166c28b \
|
||||
file://licenses/COPYING.UCB;md5=263860f8968d8bafa5392cab74285262 \
|
||||
@@ -18,7 +18,7 @@ DEPENDS = "zlib ncurses"
|
||||
DEPENDS_virtclass-native_append = " lzo-native"
|
||||
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux-ng/v${MAJOR_VERSION}/util-linux-ng-${PV}.tar.bz2 \
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux-ng/v${MAJOR_VERSION}/util-linux-${PV}.tar.bz2 \
|
||||
file://MCONFIG \
|
||||
file://swapargs.h \
|
||||
file://defines.h \
|
||||
@@ -31,8 +31,6 @@ PACKAGES =+ "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk \
|
||||
util-linux-libblkid-dev util-linux-libuuid util-linux-libuuid-dev \
|
||||
util-linux-uuidgen util-linux-lscpu"
|
||||
|
||||
S = "${WORKDIR}/util-linux-ng-${PV}"
|
||||
|
||||
EXTRA_OECONF = "--disable-use-tty-group --disable-makeinstall-chown --enable-elvtune --enable-init --enable-kill --enable-last \
|
||||
--enable-mesg --enable-partx --enable-raw --enable-rdev --enable-reset \
|
||||
--disable-login-utils --enable-write --enable-arch --enable-mount --with-fsprobe=builtin --enable-libuuid --enable-libblkid --enable-fsck"
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
MAJOR_VERSION = "2.17"
|
||||
PR = "r7"
|
||||
MAJOR_VERSION = "2.19"
|
||||
PR = "r0"
|
||||
require util-linux.inc
|
||||
|
||||
# note that `lscpu' is under GPLv3+
|
||||
LICENSE_util-linux-lscpu = "GPLv3+"
|
||||
|
||||
SRC_URI += "file://uclibc-compile.patch \
|
||||
file://util-linux-ng-replace-siginterrupt.patch \
|
||||
SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \
|
||||
file://util-linux-ng-2.16-mount_lock_path.patch"
|
||||
|
||||
SRC_URI[md5sum] = "4635725a3eef1c57090bac8ea5e082e6"
|
||||
SRC_URI[sha256sum] = "c9ae801b6a5ab20b7749a278a8bf6830ef53adc5e8b7eb0ac1a9f410c774118f"
|
||||
SRC_URI[md5sum] = "3eab06f05163dfa65479c44e5231932c"
|
||||
SRC_URI[sha256sum] = "d3eac4afcc687b3ae1ffedcab2dc12df84c7ba7045cce31386d2b7040a011c7d"
|
||||
|
||||
# Only lscpu part is gplv3; rest of the code is not,
|
||||
# so take out the lscpu parts while running non-gplv3 build.
|
||||
Reference in New Issue
Block a user