From 5e69eace2103241ee11133aeadf1feace3c55b41 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Wed, 28 Jun 2023 13:07:34 +0000 Subject: [PATCH] kodi: fix services patch for libfmt-10 use explicit cast to ADDON::LE_ADDON_CONTEXT when formatting this patch is required in addition to kodi PR23453 to build with libfmt-10 --- .../kodi-100.09-use-a-wrapper-to-setup-service-addons.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mediacenter/kodi/patches/kodi-100.09-use-a-wrapper-to-setup-service-addons.patch b/packages/mediacenter/kodi/patches/kodi-100.09-use-a-wrapper-to-setup-service-addons.patch index 639ed811bd..1c1183d757 100644 --- a/packages/mediacenter/kodi/patches/kodi-100.09-use-a-wrapper-to-setup-service-addons.patch +++ b/packages/mediacenter/kodi/patches/kodi-100.09-use-a-wrapper-to-setup-service-addons.patch @@ -37,7 +37,7 @@ index f6aabfc615..496e1fcfa0 100644 + contextStr = "pre-uninstall"; + break; + default: -+ contextStr = StringUtils::Format("unknown(%d)", context); ++ contextStr = StringUtils::Format("unknown({})", static_cast(context)); + break; + } +