summaryrefslogtreecommitdiff
path: root/meta/recipes-core/util-linux/util-linux_2.19.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-07-20 23:10:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-22 11:49:54 +0100
commit5b43339e2cc7c3f556665260ad7f2a5ee200e0af (patch)
tree6b3d50c396277efc00b53b06f5a6c55d08250cf3 /meta/recipes-core/util-linux/util-linux_2.19.1.bb
parent60d91ffc6367fe11ced5890240c6b65ada66621e (diff)
downloadopenembedded-core-5b43339e2cc7c3f556665260ad7f2a5ee200e0af.tar.gz
openembedded-core-5b43339e2cc7c3f556665260ad7f2a5ee200e0af.tar.bz2
openembedded-core-5b43339e2cc7c3f556665260ad7f2a5ee200e0af.tar.xz
openembedded-core-5b43339e2cc7c3f556665260ad7f2a5ee200e0af.zip
util-linux: Replace sigsetmask with posix compliant functions
This patch is not needed upstream since the code using sigsetmask has been deleted. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux_2.19.1.bb')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.19.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.19.1.bb b/meta/recipes-core/util-linux/util-linux_2.19.1.bb
index 0fd67d11d..2ef95e625 100644
--- a/meta/recipes-core/util-linux/util-linux_2.19.1.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.19.1.bb
@@ -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"