aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/util-linux-ng/util-linux-ng_2.16.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-08-05 13:26:58 -0700
committerKhem Raj <raj.khem@gmail.com>2009-08-05 13:26:58 -0700
commit4b3eefe53ff29779d6f1080f1f686d3eceba9fad (patch)
treefa10136bde78ab450493c7c05997af4bc9da1150 /recipes/util-linux-ng/util-linux-ng_2.16.bb
parent3ea400c9bf63cf19228a25a307e92262c55ecb64 (diff)
downloadopenembedded-4b3eefe53ff29779d6f1080f1f686d3eceba9fad.tar.gz
util-linux-ng-2.16: Replace siginterrupt with sigaction.
siginterrupt is obsoleted and newer versions of uclibc has moved these functions to a different category which is not enabled by default. Best is to replace it with sigaction. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/util-linux-ng/util-linux-ng_2.16.bb')
-rw-r--r--recipes/util-linux-ng/util-linux-ng_2.16.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/util-linux-ng/util-linux-ng_2.16.bb b/recipes/util-linux-ng/util-linux-ng_2.16.bb
index c22219a816..e81ccca235 100644
--- a/recipes/util-linux-ng/util-linux-ng_2.16.bb
+++ b/recipes/util-linux-ng/util-linux-ng_2.16.bb
@@ -1,9 +1,10 @@
require util-linux-ng.inc
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
SRC_URI += "file://uclibc-compile.patch;patch=1 \
file://tls.patch;patch=1 \
+ file://util-linux-ng-replace-siginterrupt.patch;patch=1 \
"
EXTRA_OECONF += " --enable-libuuid --enable-libblkid \