From 0b41b62ca5b69112c1afd4736a96b41fc4c4bea9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 1 Aug 2017 19:55:22 -0700 Subject: qtbase: Use sched_yield instead of pthread_yield Makes it portable across glibc and musl Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-qt/qt5/qtbase_git.bb') diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 7b82c00f..3523dc1c 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb @@ -25,6 +25,7 @@ SRC_URI += "\ file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch \ file://0001-Delete-qlonglong-and-qulonglong.patch \ file://0010-tst_qstring-Disable-Wformat-security-with-clang-as-w.patch \ + file://0011-Replace-pthread_yield-with-sched_yield.patch \ file://run-ptest \ " -- cgit v1.2.3-54-g00ecf