summaryrefslogtreecommitdiffstats
path: root/meta-agl
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-09-08 17:02:49 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-09-08 17:21:33 +0000
commit3bf1a3f521a16fecc5a9e926c8c123fbf091f0d9 (patch)
tree66b75d1ba5b9d7cf845b64d3930b04901772d021 /meta-agl
parentcb0b5d9dc435fe4d4eb89629a9a93311bed841bd (diff)
Revert "Forward port local-arm-futex patch to poky morty HEAD"
Pyro does not contain the extra patch to remove # undef __ASSUME_REQUEUE_PI Thus we add it back by reverting this morty-specific change. This reverts commit 3d32b328ebece6019b118c83f56150b5c6947cd5. Bug-AGL: SPEC-853 Change-Id: I66e7a3ef524a6923444915b0135ec6a79942ec5c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10843
Diffstat (limited to 'meta-agl')
-rw-r--r--meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff b/meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff
index 27d1144d0..c6b9d53a1 100644
--- a/meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff
+++ b/meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff
@@ -18,5 +18,6 @@ Last-Update: 2015-03-25
configuration. */
-#if __LINUX_KERNEL_VERSION < 0x030E03
+#if __LINUX_KERNEL_VERSION < 0x020620
+ # undef __ASSUME_REQUEUE_PI
# undef __ASSUME_SET_ROBUST_LIST
#endif