From 216c095de9d546c141a90017a91a3ccb226de754 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Mon, 15 Apr 2024 09:31:26 +0000 Subject: [PATCH] amazon-s3-gst-plugin: remove vaLog.patch, it is merged upstream --- .../amazon-s3-gst-plugin_git.bb | 3 +-- .../amazon-s3-gst-plugin/files/vaLog.patch | 23 ------------------- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 recipes-multimedia/amazon-s3-gst-plugin/files/vaLog.patch diff --git a/recipes-multimedia/amazon-s3-gst-plugin/amazon-s3-gst-plugin_git.bb b/recipes-multimedia/amazon-s3-gst-plugin/amazon-s3-gst-plugin_git.bb index e92e640c3..0e15e68b5 100644 --- a/recipes-multimedia/amazon-s3-gst-plugin/amazon-s3-gst-plugin_git.bb +++ b/recipes-multimedia/amazon-s3-gst-plugin/amazon-s3-gst-plugin_git.bb @@ -12,10 +12,9 @@ DEPENDS = "\ # nooelint: oelint.file.patchsignedoff:Patch SRC_URI = "git://github.com/amzn/amazon-s3-gst-plugin.git;protocol=https;branch=master \ - file://vaLog.patch \ file://run-ptest \ " -SRCREV = "9515e85871047eeaed6a1612b88b72955373b310" +SRCREV = "b0887cf881b915a07e78b5e9ff87835b51c8e26c" # this project do not use version tags, use latest commit UPSTREAM_CHECK_COMMITS = "1" diff --git a/recipes-multimedia/amazon-s3-gst-plugin/files/vaLog.patch b/recipes-multimedia/amazon-s3-gst-plugin/files/vaLog.patch deleted file mode 100644 index f401b12a9..000000000 --- a/recipes-multimedia/amazon-s3-gst-plugin/files/vaLog.patch +++ /dev/null @@ -1,23 +0,0 @@ -amazon-s3-gst-plugin: Fix logging interface - -[Issue] -- https://github.com/amzn/amazon-s3-gst-plugin/issues/44 - -The aws-sdk-cpp log interface did change - -Upstream-Status: Submitted [github] - -Index: git/src/gsts3multipartuploader.cpp -=================================================================== ---- git.orig/src/gsts3multipartuploader.cpp -+++ git/src/gsts3multipartuploader.cpp -@@ -67,6 +67,10 @@ public: - } - va_end (varargs); - } -+ -+ void vaLog(Aws::Utils::Logging::LogLevel logLevel, const char* tag, const char* formatStr, va_list args) override -+ { -+ } - - void LogStream(Aws::Utils::Logging::LogLevel log_level, const char* tag, const Aws::OStringStream &message_stream) override - {