Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: ankur.tyagi85@gmail.com
To: openembedded-devel@lists.openembedded.org
Cc: Ankur Tyagi <ankur.tyagi85@gmail.com>
Subject: [oe][meta-oe][PATCH v2 5/5] liburing: upgrade 2.9 -> 2.12
Date: Fri, 14 Nov 2025 22:47:03 +1300	[thread overview]
Message-ID: <20251114094703.4091777-5-ankur.tyagi85@gmail.com> (raw)
In-Reply-To: <20251114094703.4091777-1-ankur.tyagi85@gmail.com>

From: Ankur Tyagi <ankur.tyagi85@gmail.com>

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>
---

changes in v2:
- no change

---
 ...ncluding-missing-string.h-for-memcpy.patch | 39 -------------------
 .../{liburing_2.9.bb => liburing_2.12.bb}     |  5 +--
 2 files changed, 2 insertions(+), 42 deletions(-)
 delete mode 100644 meta-oe/recipes-support/liburing/liburing/0001-test-Including-missing-string.h-for-memcpy.patch
 rename meta-oe/recipes-support/liburing/{liburing_2.9.bb => liburing_2.12.bb} (91%)

diff --git a/meta-oe/recipes-support/liburing/liburing/0001-test-Including-missing-string.h-for-memcpy.patch b/meta-oe/recipes-support/liburing/liburing/0001-test-Including-missing-string.h-for-memcpy.patch
deleted file mode 100644
index f744812a3f..0000000000
--- a/meta-oe/recipes-support/liburing/liburing/0001-test-Including-missing-string.h-for-memcpy.patch
+++ /dev/null
@@ -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"
- 
diff --git a/meta-oe/recipes-support/liburing/liburing_2.9.bb b/meta-oe/recipes-support/liburing/liburing_2.12.bb
similarity index 91%
rename from meta-oe/recipes-support/liburing/liburing_2.9.bb
rename to meta-oe/recipes-support/liburing/liburing_2.12.bb
index a645a8e4c4..2519d650a6 100644
--- a/meta-oe/recipes-support/liburing/liburing_2.9.bb
+++ b/meta-oe/recipes-support/liburing/liburing_2.12.bb
@@ -9,9 +9,8 @@ SECTION = "libs"
 LICENSE = "LGPL-2.1-only | MIT"
 LIC_FILES_CHKSUM = "file://README;beginline=41;endline=44;md5=2b0e9926530c269f5ae95560370195af"
 
-SRC_URI = "git://github.com/axboe/liburing.git;branch=master;protocol=https \
-           file://0001-test-Including-missing-string.h-for-memcpy.patch"
-SRCREV = "08468cc3830185c75f9e7edefd88aa01e5c2f8ab"
+SRC_URI = "git://github.com/axboe/liburing.git;branch=master;protocol=https"
+SRCREV = "e907d6a342e80b70874f93abd440b92b8a40b7bc"
 
 
 DEPENDS:append:libc-musl = " libucontext"


      parent reply	other threads:[~2025-11-14  9:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-14  9:46 [oe][meta-oe][PATCH v2 1/5] libbpf: upgrade 1.5.0 -> 1.6.2 ankur.tyagi85
2025-11-14  9:47 ` [oe][meta-oe][PATCH v2 2/5] libtracefs: upgrade 1.8.1 -> 1.8.2 ankur.tyagi85
2025-11-14  9:47 ` [oe][meta-oe][PATCH v2 3/5] tbb: upgrade 2022.1.0 -> 2022.3.0 ankur.tyagi85
2025-11-14  9:47 ` [oe][meta-oe][PATCH v2 4/5] libnvme: upgrade 1.12 -> 1.16.1 ankur.tyagi85
2025-11-14  9:47 ` ankur.tyagi85 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251114094703.4091777-5-ankur.tyagi85@gmail.com \
    --to=ankur.tyagi85@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox