aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20140422.bb
diff options
context:
space:
mode:
authorGary S. Robertson <gary.robertson@linaro.org>2014-10-03 10:17:48 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-06 15:07:59 +0100
commitc0189ef8b58b1e63e227c5040cb1c9e915f225c2 (patch)
treea59ee8b4daeb308568f38b489bff43c1660dcd5d /meta/recipes-extended/ltp/ltp_20140422.bb
parent812114ad23def92306fbf9f7afb03cee4cbd10d4 (diff)
downloadopenembedded-core-contrib-c0189ef8b58b1e63e227c5040cb1c9e915f225c2.tar.gz
LTP - realtime tests - fix bad robust mutex conditionals
The tests for robust mutexes contained conditional clauses which failed in autoconf and/or used nonexistent variable names. Modified these conditional clauses to use only the variables actually created by LTP autoconf for this purpose. Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20140422.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20140422.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb
index 499b26311c..5deaabf663 100644
--- a/meta/recipes-extended/ltp/ltp_20140422.bb
+++ b/meta/recipes-extended/ltp/ltp_20140422.bb
@@ -29,6 +29,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://make-setregid02-work.patch \
file://add-knob-for-numa.patch \
file://0001-Realtime-tests-Fix-bad-priority-inheritance-conditio.patch \
+ file://0001-Realtime-tests-Fix-robust-mutex-conditionals.patch \
"
S = "${WORKDIR}/git"