aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/liburing/liburing_2.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-10-31 12:07:55 -0700
committerKhem Raj <raj.khem@gmail.com>2021-11-01 05:45:17 -0700
commitd27bf0b122aa71636faae9819fd78acf74cdba7b (patch)
treeffa11398f7c4e4f4c4816137aac13f672f312840 /meta-oe/recipes-support/liburing/liburing_2.1.bb
parent2dd1a2f2a9730326a4b1b32f6246ae93178906eb (diff)
downloadmeta-openembedded-contrib-d27bf0b122aa71636faae9819fd78acf74cdba7b.tar.gz
liburing: Use libc mmap() wrapper instead of calling __NR_mmap syscall directly
Fixes build on arm and rv32 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Diffstat (limited to 'meta-oe/recipes-support/liburing/liburing_2.1.bb')
-rw-r--r--meta-oe/recipes-support/liburing/liburing_2.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/liburing/liburing_2.1.bb b/meta-oe/recipes-support/liburing/liburing_2.1.bb
index b4f0b11f4e..f519bf2363 100644
--- a/meta-oe/recipes-support/liburing/liburing_2.1.bb
+++ b/meta-oe/recipes-support/liburing/liburing_2.1.bb
@@ -9,7 +9,9 @@ SECTION = "libs"
LICENSE = "LGPLv2.1 | MIT"
LIC_FILES_CHKSUM = "file://README;beginline=41;endline=44;md5=d51b5805e2a675685e6a66ca50904cf9"
-SRC_URI = "git://github.com/axboe/liburing.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/axboe/liburing.git;branch=master;protocol=https \
+ file://0001-test-Use-syscall-wrappers-instead-of-using-syscall-2.patch \
+ "
SRC_URI:append:libc-musl:riscv64 = " file://0001-do-not-build-examples.patch "
SRC_URI:append:libc-musl:riscv32 = " file://0001-do-not-build-examples.patch "
SRCREV = "41a61c97c2e3df4475c93fdf5026d575ce3f1377"