diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-06 10:19:36 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-06 09:22:14 +0000 |
commit | 3d32b328ebece6019b118c83f56150b5c6947cd5 (patch) | |
tree | a296a73eee4645ff2a4588b0a9c75dcd3cb14b74 | |
parent | e2c34fb3be01057b82386052d777f29ddaa36165 (diff) |
Forward port local-arm-futex patch to poky morty HEAD
The latest yocto update added new patches and our patchset needs
a small adaptation.
Bug-AGL: SPEC-853
Change-Id: I79b928543f9dfe151788a365b8f1f0921399e08d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10791
Reviewed-by: José Bollo <jobol@nonadev.net>
-rw-r--r-- | meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff | 1 |
1 files changed, 0 insertions, 1 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 c6b9d53a1..27d1144d0 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,6 +18,5 @@ 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 |