mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
util-linux: Replace sigsetmask with posix compliant functions
This patch is not needed upstream since the code using sigsetmask has been deleted. (From OE-Core rev: 5b43339e2cc7c3f556665260ad7f2a5ee200e0af) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
MAJOR_VERSION = "2.19"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
require util-linux.inc
|
||||
|
||||
# note that `lscpu' is under GPLv3+
|
||||
@@ -8,6 +8,7 @@ LICENSE_util-linux-lscpu = "GPLv3+"
|
||||
SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \
|
||||
file://util-linux-ng-2.16-mount_lock_path.patch \
|
||||
file://uclibc-__progname-conflict.patch \
|
||||
file://remove_sigsetmark.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "3eab06f05163dfa65479c44e5231932c"
|
||||
|
||||
Reference in New Issue
Block a user