aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mysql/mariadb.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-27 09:46:34 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-05 19:27:26 +0200
commitb545c0643d2b2a1f1a816e789ff67116c613de5b (patch)
tree39be3e9abc30f8b92101745d7beefb6b5ca282b9 /meta-oe/recipes-support/mysql/mariadb.inc
parent211beca606a26e680fba54851c9188a018bd01ab (diff)
downloadmeta-openembedded-contrib-b545c0643d2b2a1f1a816e789ff67116c613de5b.tar.gz
mariadb: Do not use ucontext_* APIs with musl
musl has ucontext.h header but does not implement the APIs Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mysql/mariadb.inc')
-rw-r--r--meta-oe/recipes-support/mysql/mariadb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc
index 0a0caa3f02..4019072516 100644
--- a/meta-oe/recipes-support/mysql/mariadb.inc
+++ b/meta-oe/recipes-support/mysql/mariadb.inc
@@ -16,6 +16,7 @@ SRC_URI = "http://downloads.mariadb.com/MariaDB/mariadb-${PV}/source/mariadb-${P
file://configure.cmake-fix-valgrind.patch \
file://fix-a-building-failure.patch \
file://change-cc-to-cc-version.patch \
+ file://0001-disable-ucontext-on-musl.patch \
"
SRC_URI[md5sum] = "fca86f1eaed2163b4bdce4f98f472324"
SRC_URI[sha256sum] = "e142f9459507b97c5848042863b313ce70750118446bb4e35e5c07fe66007293"