mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
liburing: upgrade 2.9 -> 2.12
Dropped patch which is now merged upstream. Changelog: https://github.com/axboe/liburing/releases/tag/liburing-2.10 https://github.com/axboe/liburing/releases/tag/liburing-2.11 https://github.com/axboe/liburing/releases/tag/liburing-2.12 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c050aeebcc
commit
fe8d5e0cc0
@ -1,39 +0,0 @@
|
|||||||
From c55874bc28f66d606527b940d4bd0f266bbaaa2c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
|
||||||
Date: Mon, 17 Feb 2025 11:51:19 -0800
|
|
||||||
Subject: [PATCH] test: Including missing string.h for memcpy
|
|
||||||
|
|
||||||
Fixes
|
|
||||||
accept-test.c:39:2: error: call to undeclared library function 'memcpy' with type 'void *(void *, const void *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
|
||||||
|
|
||||||
Upstream-Status: Submitted [https://github.com/axboe/liburing/pull/1351]
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
---
|
|
||||||
test/232c93d07b74.c | 1 +
|
|
||||||
test/accept-test.c | 1 +
|
|
||||||
2 files changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/test/232c93d07b74.c b/test/232c93d07b74.c
|
|
||||||
index d3053b9..d5677d3 100644
|
|
||||||
--- a/test/232c93d07b74.c
|
|
||||||
+++ b/test/232c93d07b74.c
|
|
||||||
@@ -10,6 +10,7 @@
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <assert.h>
|
|
||||||
+#include <string.h>
|
|
||||||
|
|
||||||
#include <pthread.h>
|
|
||||||
#include <errno.h>
|
|
||||||
diff --git a/test/accept-test.c b/test/accept-test.c
|
|
||||||
index 99f6080..142b2de 100644
|
|
||||||
--- a/test/accept-test.c
|
|
||||||
+++ b/test/accept-test.c
|
|
||||||
@@ -7,6 +7,7 @@
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <sys/un.h>
|
|
||||||
#include <assert.h>
|
|
||||||
+#include <string.h>
|
|
||||||
#include "liburing.h"
|
|
||||||
#include "helpers.h"
|
|
||||||
|
|
||||||
@ -9,9 +9,8 @@ SECTION = "libs"
|
|||||||
LICENSE = "LGPL-2.1-only | MIT"
|
LICENSE = "LGPL-2.1-only | MIT"
|
||||||
LIC_FILES_CHKSUM = "file://README;beginline=41;endline=44;md5=2b0e9926530c269f5ae95560370195af"
|
LIC_FILES_CHKSUM = "file://README;beginline=41;endline=44;md5=2b0e9926530c269f5ae95560370195af"
|
||||||
|
|
||||||
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-Including-missing-string.h-for-memcpy.patch"
|
SRCREV = "e907d6a342e80b70874f93abd440b92b8a40b7bc"
|
||||||
SRCREV = "08468cc3830185c75f9e7edefd88aa01e5c2f8ab"
|
|
||||||
|
|
||||||
|
|
||||||
DEPENDS:append:libc-musl = " libucontext"
|
DEPENDS:append:libc-musl = " libucontext"
|
||||||
Loading…
x
Reference in New Issue
Block a user