Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SRC_URI = "\
file://0001-tinyxml2-fix-null-format-string.patch \
"

SRCREV = "9bde8b62aa95754fe3ed57a8d2ac3f72467b2d12"
SRCREV = "988c41e6a5381e88f3af292ee309af0438ebb204"

inherit cmake ptest pkgconfig

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 77774f111dd98c7f5cc450a8ec5f57f362d50aca Mon Sep 17 00:00:00 2001
From 7b20636b75f3c32a9cab79e4ffc5a2f23b14f3a8 Mon Sep 17 00:00:00 2001
From: Thomas Roos <[email protected]>
Date: Wed, 14 Jan 2026 11:22:24 +0000
Subject: [PATCH] Fix null format string warning in tinyxml2
Expand Down
Loading