From patchwork Thu Jan 9 23:29:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 55301 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B006BE7719A for ; Thu, 9 Jan 2025 23:29:55 +0000 (UTC) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mx.groups.io with SMTP id smtpd.web11.7131.1736465390028770452 for ; Thu, 09 Jan 2025 15:29:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=nIVIqMXB; spf=pass (domain: gmail.com, ip: 209.85.214.177, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f177.google.com with SMTP id d9443c01a7336-2164b662090so22721615ad.1 for ; Thu, 09 Jan 2025 15:29:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1736465389; x=1737070189; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=X4ocuRyUzgfMhotnEmUH2oBpHbbAbpMujxF3k5wzNF8=; b=nIVIqMXBza7fL5/7G34We+TCnpLTDWdDsMi6nrS0m1GRnU4uLe1JltRvq8BVtGCL/R 8mw49RaQTFidK0ZvfuoGvbPZ+KaeY5SkgAUCXH2xSxHmeSXWCYN/Tgo3uafRHwmzOlqb sN/VpY3o955RyoVTZFvQHHn6d4Gjntownq/G0XFR+l99HTa9VOAh17JPuzWNZeYD6ewh JyQ0pKBrldJiw6mllGEN1Bx995tzGwTrG5ERX5GpUzThenk6l5qSFT5ARf0k4/lyRebi kTEcNFZNkSPtbrEmn4mLrOuUxwoZNOTLo1UwCcgy7KtCr8BABP8uiKy5/ANQrYaleS2C IeOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736465389; x=1737070189; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=X4ocuRyUzgfMhotnEmUH2oBpHbbAbpMujxF3k5wzNF8=; b=J10r0nRr05BkZajqpVTEDSThClZVbl4t+X3ujhjAjXp1hGhPBmUvA2iN/voDXjjCSo 2/81oaWbUU8+WARx+kntL7Q9gSjWPcOgpmDq7Gqosmcca1siMmB7e0miuVl75/5UfLl4 kpi+npL3LAFvihf8fwv6SuozFgcNkmOV+1maydHl0CLr4ocohc0DrK6qkJE/406gpGit kUFCIqkq4Y3QVa/4+l4Q81WZP0CS/YUIQ5bpAEFGPNBim1+iUP+BdKWDGcdQZTR7LgiG Sq/2AWvUJS6ha45vTfWKI7Z0G3y8QOEbuudyczkb9o1pZ5okP2oaLACqZentXdxL7N1K id+A== X-Gm-Message-State: AOJu0YwYb/njsuGMz44RZEtQFaclj/CEMDh7OgpUN7OfmraMN6WhBg2g QvqOOIvNWKMBeqsO8Si9+A9vDKDuLmi90zHh6DDBruPT5C3QTRUeCAZxmOQi X-Gm-Gg: ASbGncvwguE2hAw90iNb5jpwSaP20wbSpbEOvNooUGwnn/r74lJ+2dzMeTilB+StDvb QzlBcWeX7ssR0MjvC4QoIdze1j1DCk8WN33KAELRD8HcDM86tmkeMpQgLy9GQIAGJCrK1qEj47s ca6nw6/Fvb+BsX9VQB0eIBYL8PxyDUYpvSpz1vR/B0mXByVeeoUTDvJZe5dyV0kISWlLGLhlToe mujrkzxp8HNFcvdH48XElcLCWpyfYevhD8tShM+oludXZGY X-Google-Smtp-Source: AGHT+IFDQuuHI8qhQFKxHPS9A2tolrF7SUbiJQvVXtV5os3XHEb0/AxdgKw+fg8uN+cD4eXsIMPv6g== X-Received: by 2002:a17:902:d552:b0:216:60a3:b3fd with SMTP id d9443c01a7336-21a83f4bbd3mr123620605ad.3.1736465389211; Thu, 09 Jan 2025 15:29:49 -0800 (PST) Received: from apollo.localdomain ([2601:646:8201:fd20::1344]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-a31d6a0b140sm1804500a12.60.2025.01.09.15.29.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jan 2025 15:29:48 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-multimedia][PATCH 1/6] gerbera: Upgrade to 2.4.1 Date: Thu, 9 Jan 2025 15:29:41 -0800 Message-ID: <20250109232946.1556083-1-raj.khem@gmail.com> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 09 Jan 2025 23:29:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114757 https://github.com/gerbera/gerbera/releases/tag/v2.4.1 https://github.com/gerbera/gerbera/releases/tag/v2.4.0 https://github.com/gerbera/gerbera/releases/tag/v2.3.0 Signed-off-by: Khem Raj --- .../gerbera/{gerbera_2.2.0.bb => gerbera_2.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/gerbera/{gerbera_2.2.0.bb => gerbera_2.4.1.bb} (96%) diff --git a/meta-multimedia/recipes-multimedia/gerbera/gerbera_2.2.0.bb b/meta-multimedia/recipes-multimedia/gerbera/gerbera_2.4.1.bb similarity index 96% rename from meta-multimedia/recipes-multimedia/gerbera/gerbera_2.2.0.bb rename to meta-multimedia/recipes-multimedia/gerbera/gerbera_2.4.1.bb index da2953ef21..c12be91664 100644 --- a/meta-multimedia/recipes-multimedia/gerbera/gerbera_2.2.0.bb +++ b/meta-multimedia/recipes-multimedia/gerbera/gerbera_2.4.1.bb @@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8" SRC_URI = "git://github.com/gerbera/gerbera.git;protocol=https;branch=master" -SRCREV = "821d364d611dc30b3ef8a5e9beb0bf3e71b25199" +SRCREV = "870dd32d42f626dc2246d34b2224ffb6fd73e205" S = "${WORKDIR}/git" From patchwork Thu Jan 9 23:29:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 55305 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3C97E7719F for ; Thu, 9 Jan 2025 23:29:55 +0000 (UTC) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mx.groups.io with SMTP id smtpd.web10.7155.1736465391091606834 for ; Thu, 09 Jan 2025 15:29:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=mu/qbnFc; spf=pass (domain: gmail.com, ip: 209.85.214.174, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f174.google.com with SMTP id d9443c01a7336-21654fdd5daso23413505ad.1 for ; Thu, 09 Jan 2025 15:29:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1736465390; x=1737070190; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=q7zhARP9rNgr/SkKZmdaj6pBNTx3l2ZuZm64Q3sn7zU=; b=mu/qbnFcsB4Pye0rc7XX3dLBBahKD4KZVShly82nWpe25BaYKTwp064WU6IIlKgxw8 MKoigE+v+aiQPB5GhZxeK6un8+rntCmUGE1W99zOOPD1a+zZW66bokfEyan/rzCxRcGr 5or9fmAdbe6fJYTXvRQvH8MIrQHeDDltjJCkU+8oKTpaaTH3WSctg+Od95TH0S2XAtGw Y+4og+P6A74WsBJf63P1iOignzxdQF06EamoB+qxm67GmkLmh20z/JYLmgJA8WlqLBAI ScWAdKFHpc82o3j8O4pTVCIKoCVwqp6LrzaRAZpENotOcUN9FWfAP7ASmLcFvN5sPrDo 52mA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736465390; x=1737070190; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=q7zhARP9rNgr/SkKZmdaj6pBNTx3l2ZuZm64Q3sn7zU=; b=iySIy0MW/NF5MTAaOSEEFOuchf2vpWmG13V9qjRCUTyJDMa74mARvwvvvONvxK0NKx gKYOs7L50X9Fr6opTRijSJB61YNYBck1NfCEwVkjIrPCqMzf5ryIABP0cLzot6qezgqC Imi5sc+TlKCRNwLJ2Pk/yV5oEaVgzHGmZ1wHPQKd5b6XeXYJLiLQlC6yfGO5mmbsYgs0 vpdg1Ode+59x5CzBDRlhVkS7byjTml5aLD4THaYl4xJ7yOAM6Um4+wLs5ExEa6Qzcgya m5l7u+yznVJB/Jt3pED+uoqvlQIJ3PGuGO2NAxllC6vbO1QaHL1ponaTbfzOrNPCaJcV QyHg== X-Gm-Message-State: AOJu0Yy/OsQKzCj6kWuQC1MILl28XMxV6LNa0O3My1HtJjuxVNzdLke8 G22hwGfp/ZsB4AaePCnfh5Yt6YdAAy6x1OCkLIPYArsFg+O1wbj2sOeNtf9G X-Gm-Gg: ASbGncuHLPOpchfGO21fYEgmBh4hliJK5bzwL0nlYCRszpKlZeC4tWBYPsrwDe1MzXe cLMD66KGbdcM44X0s10bGOBqgRarA51DuBrVmFkUzq6JFBzPylay1XcD9g5DkFwScEG+7Yq1iUH 2fdGvwZg4Jgans1olRixb4Trkp9DgDOuO+k95PI7iKn53hpOHOD/3LdHNz3RW3vsalpQ6rEIR37 ZvmGGFr2/CvtziXgRnbOLe0ImyINIH5XVLSFyFcFUUHnAnL X-Google-Smtp-Source: AGHT+IGaNh9NTN4sFitOPkBWv7apXLh2L26LpgA2BdjYHox833vcXdmAmpC96e0zt00cTg8kdTFJcA== X-Received: by 2002:a17:903:2806:b0:218:a43c:571e with SMTP id d9443c01a7336-21a83f69672mr104313595ad.28.1736465390014; Thu, 09 Jan 2025 15:29:50 -0800 (PST) Received: from apollo.localdomain ([2601:646:8201:fd20::1344]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-a31d6a0b140sm1804500a12.60.2025.01.09.15.29.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jan 2025 15:29:49 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-multimedia][PATCH 2/6] mpd: Upgrade mpd to 0.23.16 Date: Thu, 9 Jan 2025 15:29:42 -0800 Message-ID: <20250109232946.1556083-2-raj.khem@gmail.com> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20250109232946.1556083-1-raj.khem@gmail.com> References: <20250109232946.1556083-1-raj.khem@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 09 Jan 2025 23:29:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114758 - Release Notes * database - fix integer overflows with 64-bit inode numbers * filter - ffmpeg: fix for filters producing no output * support libfmt 11 * support ICU 76 - Drop ICU-76 support patch its already in this release Signed-off-by: Khem Raj --- ...n.build-support-building-with-ICU-76.patch | 52 ------------------- .../{mpd_0.23.15.bb => mpd_0.23.16.bb} | 3 +- 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/musicpd/mpd/0001-meson.build-support-building-with-ICU-76.patch rename meta-multimedia/recipes-multimedia/musicpd/{mpd_0.23.15.bb => mpd_0.23.16.bb} (97%) diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-meson.build-support-building-with-ICU-76.patch b/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-meson.build-support-building-with-ICU-76.patch deleted file mode 100644 index 8b85f396ca..0000000000 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd/0001-meson.build-support-building-with-ICU-76.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 1a063fee7ec1077e248ff97ebf1f92c5c5941a67 Mon Sep 17 00:00:00 2001 -From: Michael Cho -Date: Sat, 26 Oct 2024 10:29:53 -0400 -Subject: [PATCH] meson.build: support building with ICU 76 - -ICU 76 decided to reduce overlinking[^1] thus `icu-i18n` will no longer -add `icu-uc` when linking to shared libraries. This results in failure: -``` -src/lib/icu/libicu.a.p/Converter.cxx.o: undefined reference to symbol 'ucnv_fromUnicode_76' -``` - -[^1]: https://github.com/unicode-org/icu/commit/199bc827021ffdb43b6579d68e5eecf54c7f6f56 - -Upstream-Status: Backport [https://github.com/MusicPlayerDaemon/MPD/commit/1a063fee7ec1077e248ff97ebf1f92c5c5941a67] -Signed-off-by: Khem Raj ---- - src/lib/icu/meson.build | 11 +++++++---- - 1 file changed, 7 insertions(+), 4 deletions(-) - -diff --git a/src/lib/icu/meson.build b/src/lib/icu/meson.build -index 3ecc0a517..e6cf8cdce 100644 ---- a/src/lib/icu/meson.build -+++ b/src/lib/icu/meson.build -@@ -1,5 +1,7 @@ --icu_dep = dependency('icu-i18n', version: '>= 50', required: get_option('icu')) --conf.set('HAVE_ICU', icu_dep.found()) -+icu_i18n_dep = dependency('icu-i18n', version: '>= 50', required: get_option('icu')) -+icu_uc_dep = dependency('icu-uc', version: '>= 50', required: get_option('icu')) -+have_icu = icu_i18n_dep.found() and icu_uc_dep.found() -+conf.set('HAVE_ICU', have_icu) - - icu_sources = [ - 'Canonicalize.cxx', -@@ -13,7 +15,7 @@ if is_windows - endif - - iconv_dep = [] --if icu_dep.found() -+if have_icu - icu_sources += [ - 'Init.cxx', - 'Util.cxx', -@@ -31,7 +33,8 @@ icu = static_library( - icu_sources, - include_directories: inc, - dependencies: [ -- icu_dep, -+ icu_i18n_dep, -+ icu_uc_dep, - iconv_dep, - fmt_dep, - ], diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.15.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb similarity index 97% rename from meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.15.bb rename to meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb index 3fa4485a04..4d854d6fc5 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.15.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb @@ -21,9 +21,8 @@ DEPENDS += " \ PV .= "+git" SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \ file://mpd.conf.in \ - file://0001-meson.build-support-building-with-ICU-76.patch \ " -SRCREV = "965c466e9bda262790e76edd5272e9e74b407ff3" +SRCREV = "b5bd294e5c88c062b1a9c0c4c60397fbf7f3f1c5" S = "${WORKDIR}/git" EXTRA_OEMESON += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-Dsystemd=enabled -Dsystemd_system_unit_dir=${systemd_system_unitdir} -Dsystemd_user_unit_dir=${systemd_system_unitdir}', '-Dsystemd=disabled', d)} \ From patchwork Thu Jan 9 23:29:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 55300 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B21C0E7719C for ; Thu, 9 Jan 2025 23:29:55 +0000 (UTC) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by mx.groups.io with SMTP id smtpd.web10.7156.1736465392027500010 for ; Thu, 09 Jan 2025 15:29:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=l0+vGAHX; spf=pass (domain: gmail.com, ip: 209.85.214.178, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f178.google.com with SMTP id d9443c01a7336-21619108a6bso24495055ad.3 for ; Thu, 09 Jan 2025 15:29:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1736465391; x=1737070191; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=OPODMQoOd8afuJn6Efv8ZEdW79+XW3zLMzfA8t2U+so=; b=l0+vGAHXDrZstJ5GMckRxCLGXAXSNiaANsTnl0lILt2zPz/edCoMwRXf3t8ob7zi1C 5GJNTNPnWsYtDzkbDskX5qitGzvUQtRPuxDWrWuEZjyJuLv9KXzbVaIms3L944a1m5kG h5TaoUlIbB0PlgwB9C+CppzsAN0qin/tP+bbgHCFE5nmaydTW1zU5+FovIsWBFYhPJR7 2DlOi2H8YCF/lJsy5ySoVessfcOSEiBYgIqOOY2YMa2nf/uTRiqC8BRxaY249NyAvMo8 UMKUhnAHmm1rOzJ6n9Vynh58zqkFg3xlchv6Zw4aam3xfTM88t/1klSFy2rfWXjxQ1JI vBdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736465391; x=1737070191; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=OPODMQoOd8afuJn6Efv8ZEdW79+XW3zLMzfA8t2U+so=; b=B/sVc4QwDybHbO+ldlZ9v8Q1QRdB2rAttfJutd80CE7/8+Y+PC7UYqgAjgTMcQjnkP xxUUra4U2CNod8xL7eUoow7pEoDCTngSe/QkDa35g5nPLcDi0QeeClgrzyh7B2yI8kJp Y8N/qXG0O4n+pDhdlHCCN9BP2ymFnC5gKv8c4UvOrJzyrockdBMImTvIN2AHiWJnE4r1 Yu8Pi4Jcr0ErzT4QTBOsuvYfFz0ETIkNS6mhmPyoegbK1tLOmPsLy3KWoGNWxpTxZFMy 4LUMPrABJJOogjMPbxrA5AlUj1syDIM4S9tPejRIuW/c7NK/R7Ev5FaSKPT1oHGZVtDa QZSA== X-Gm-Message-State: AOJu0Yw9Bj/oY7FWnVKSoFe0KJUmGn+Kj7kL/Dfoq95vQOJ+AHHRoFVr 5+BQz6i/grjYq5Lpxv40kiBx9bRppBqR2Kw6B6SUS8gRQHJXio/1hOt86uwV X-Gm-Gg: ASbGncug+nSZuK87+o80gI0bPtPUbV/mCI1zGZuI9aZWZxcr4qDyLzCwuc+iLLPfI1w lArkqOq38gcA1totPPdQjGWNcoy6T6umBB9Cdt2PzDVoiFDpbb6jQXrmvn64ZJoJzwDvi0Knvkg O38D1vA4kLb3XpXA4YlpVLox/sEQwtkMG39sALScN3vQyodDJS5RvS/3IMdLJ8RfInteCbtH0Dg y0KgEr9POXV5Pql7B8Fgx6Y6p1+yk0qmKhg60/EZ8BvZnfs X-Google-Smtp-Source: AGHT+IE1MiZoWqP5Qsb5HUl2SOBYFOhr0CEgep1aSu50dRdcplUm6pfMAF1WwPSGsIYBI85GeAnZ9Q== X-Received: by 2002:a05:6a21:7905:b0:1e8:a14a:7b67 with SMTP id adf61e73a8af0-1e8a14a7e5dmr5785613637.26.1736465391097; Thu, 09 Jan 2025 15:29:51 -0800 (PST) Received: from apollo.localdomain ([2601:646:8201:fd20::1344]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-a31d6a0b140sm1804500a12.60.2025.01.09.15.29.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jan 2025 15:29:50 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-multimedia][PATCH 3/6] mpd: Use meson wrap for fmt Date: Thu, 9 Jan 2025 15:29:43 -0800 Message-ID: <20250109232946.1556083-3-raj.khem@gmail.com> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20250109232946.1556083-1-raj.khem@gmail.com> References: <20250109232946.1556083-1-raj.khem@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 09 Jan 2025 23:29:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114759 mpd still depends on fmt 11.0.x and oe-core has moved to 11.1.x until mpd is ported to use it, lets fall back to what mpd works with instead of using system provided fmt Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb index 4d854d6fc5..51c459cffd 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb @@ -15,14 +15,18 @@ DEPENDS += " \ icu \ dbus \ expat \ - fmt \ " PV .= "+git" SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \ + https://github.com/mesonbuild/wrapdb/releases/download/fmt_11.0.2-1/fmt-11.0.2.tar.gz;name=fmt;subdir=git/subprojects \ + https://wrapdb.mesonbuild.com/v2/fmt_11.0.2-1/get_patch;downloadfilename=fmt_11.0.2-1_patch.zip;name=fmt-meson;subdir=git/subprojects \ file://mpd.conf.in \ " SRCREV = "b5bd294e5c88c062b1a9c0c4c60397fbf7f3f1c5" +SRC_URI[fmt.sha256sum] = "6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f" +SRC_URI[fmt-meson.sha256sum] = "90c9e3b8e8f29713d40ca949f6f93ad115d78d7fb921064112bc6179e6427c5e" + S = "${WORKDIR}/git" EXTRA_OEMESON += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-Dsystemd=enabled -Dsystemd_system_unit_dir=${systemd_system_unitdir} -Dsystemd_user_unit_dir=${systemd_system_unitdir}', '-Dsystemd=disabled', d)} \ From patchwork Thu Jan 9 23:29:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 55302 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B34FAE7719E for ; Thu, 9 Jan 2025 23:29:55 +0000 (UTC) Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com [209.85.214.181]) by mx.groups.io with SMTP id smtpd.web10.7157.1736465393053673715 for ; Thu, 09 Jan 2025 15:29:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=AkCE15Hc; spf=pass (domain: gmail.com, ip: 209.85.214.181, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f181.google.com with SMTP id d9443c01a7336-216634dd574so16509625ad.2 for ; Thu, 09 Jan 2025 15:29:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1736465392; x=1737070192; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=oLRE8tY4HTr0DHt2Lo/c6NXW54VL6vfFGAKJVTRFnLg=; b=AkCE15HcpFOkaiD0INqbE8A8ojW2qDAcuKXp52TaENHElkHqKnGRfHFExf65121sFF qsp7jy+JU0degwTCD7VgcmNLjW1Fxheb7LHApMKeJ0f3GEG4IkGm5nkM6GcJim89FXWm Uzbgcvm1kwfacgBvm7qNcclp4s4KoHTogcKjwXNDJ2cIjPOg6L7stteegZv8gnc/Mpqg 917uqfi5XMgmQIFeaOXjjkvvnDLAlNKMd7NO/eK+mjI5RRufgMWTcG84uHxxDUPIw/Cj G7b2PmhIgX6rs6wS0UDrFl/5ldbSTVDgWpftnQuJrFK39jjrJNmzZQOjtRxaZOS1OBnd FC6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736465392; x=1737070192; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oLRE8tY4HTr0DHt2Lo/c6NXW54VL6vfFGAKJVTRFnLg=; b=dlslNr079lGTCSs7tONtVP/jXS8xgo4MGNjA+JomPm3CqtG2LkJy2TXnNbgTLbCPsV HneHUG/h0IPlvzWN5UxkdKOXos0loPshCqbke5sFSrT8Wc634bdupq7gcYxs8taV7DtO c+MDFRO1CGVN7e8wmEUSiJDJ2P5OCO+18ZUoSmDUXUDqNS4VhcDDMYVehqxcfhKlyMiY KwmlGgXYLygKBYzLbNT/lSqeVsF+1dt/IUW6F5DSvBY5DUVIBSjege2jR4rLgoYsUCNa boipUg9/wjOjYCbbodmp4hWT9fgvd7dI1dWeYEb2NkJ0v0/mAsSwit123rIpOb3hHPMa YpDg== X-Gm-Message-State: AOJu0YzoktZcmEhOmVFzLkbY3j54ogeSL3RvuIN7xXnPJIdd/s+C+hfV OSS419b9H/JQYcRZn2JcmEZuGWSyQ5E3VXs5EMVUoVxxpY/yIovxocoahNY4 X-Gm-Gg: ASbGncv188oRwPCApbilLtGIOzDTn7z/XZhM2guUQ7xiG5MopbGCCPxoEdc6uvSS7Tx dHePufv6uHXbFsRWtoe8RUGdD0D2Mg/EKZNCiLErOiIAxZ/dgh10QDs+MXIwnWMlQTLUgVy/2wI nXFFGV4CAPFY2R8fcDYbN7AB/+/JCatEIGLCe+GctERKflojwjwuJX1QJXTopNr3puY8/4ULPeN J+o7FuqqjaGNNGBEH9vt7xwXjm66wmVlrUUW90Hkdwe0gYR X-Google-Smtp-Source: AGHT+IFHS17hPCzJUUmot32Odp9lsjkk8Ls+W6XB2pOVVJDRch2F+1hCAU2P1HUMOT/cg0ynHDWlFg== X-Received: by 2002:a05:6a21:78a0:b0:1e1:e2d9:44d9 with SMTP id adf61e73a8af0-1e88cfd3cccmr11665849637.27.1736465392082; Thu, 09 Jan 2025 15:29:52 -0800 (PST) Received: from apollo.localdomain ([2601:646:8201:fd20::1344]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-a31d6a0b140sm1804500a12.60.2025.01.09.15.29.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jan 2025 15:29:51 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-multimedia][PATCH 4/6] mpd: Drop adding +git to PR Date: Thu, 9 Jan 2025 15:29:44 -0800 Message-ID: <20250109232946.1556083-4-raj.khem@gmail.com> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20250109232946.1556083-1-raj.khem@gmail.com> References: <20250109232946.1556083-1-raj.khem@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 09 Jan 2025 23:29:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114760 We are using latest release SHA1 Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb index 51c459cffd..bf95f41b26 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.16.bb @@ -17,7 +17,6 @@ DEPENDS += " \ expat \ " -PV .= "+git" SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \ https://github.com/mesonbuild/wrapdb/releases/download/fmt_11.0.2-1/fmt-11.0.2.tar.gz;name=fmt;subdir=git/subprojects \ https://wrapdb.mesonbuild.com/v2/fmt_11.0.2-1/get_patch;downloadfilename=fmt_11.0.2-1_patch.zip;name=fmt-meson;subdir=git/subprojects \ From patchwork Thu Jan 9 23:29:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 55303 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0F26E7719D for ; Thu, 9 Jan 2025 23:29:55 +0000 (UTC) Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mx.groups.io with SMTP id smtpd.web11.7133.1736465394027345869 for ; Thu, 09 Jan 2025 15:29:54 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=HnQkUeoH; spf=pass (domain: gmail.com, ip: 209.85.214.176, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f176.google.com with SMTP id d9443c01a7336-2165cb60719so26236335ad.0 for ; Thu, 09 Jan 2025 15:29:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1736465393; x=1737070193; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=btGC2Cfg8FSW/BFAcPYXYz6xq0XloY3vNvZOUUk0XGM=; b=HnQkUeoHVYc1KEPul9It60+Sj8fbKN+oZFbOnqKArabfWplsS/YmbHYgLtkDgQ2USm h5Ffgdx5Qq5o7XOvU9jmVF5grCNYe0Cc9vyAnWX/rfiPA1Fq0gCMcxhg8tOzxbVuzwTC a62tlLu6ZLSeoUhIhbqNDV+2vNb8izUXqoBzH3BkSwTzlH1VgU7hXF0lHUHxjMspz89A Ns4wPmypXHOlxoNSZzkqUrV7Yf+Ph4DfUDT4bMNBr953YZRpJCXNyXbbYMfPFEuugJ0B i77cSj46g6PbTYrUaXZNAYYLW6AlQWQZQ2pQWfoW/Xavc7diw2la3Wsl/zEhsX5NliG1 xIzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736465393; x=1737070193; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=btGC2Cfg8FSW/BFAcPYXYz6xq0XloY3vNvZOUUk0XGM=; b=SKTAPAQSGKjuSlMD5O8AFUxP46RfMP8q6LVNxqnpcWeOeeVBq/exU8Jny+92CIhjW3 3DKqIQ3Nxoj6HZcCg/mvTn8LVnGzqAIXzYLFKRMcXLHyK+fn6Iy+rHy56nj0iukd6pIq hIfTX6HHelLGzVTBzpud1Epor2rix3T3p2VauCoQq9gtun/7IUPDPxXWeYDRT8TTmF36 PNWPSZKhbRRMyVBfx/q/txoGnlt9aW9FFAT5BRo94mgx2pAtOvEJu+5nQW5JW/uwbwN1 t1PfXv9/PoBoA9FKEw7JWLPaPex+DJFR/UfODWH2kINJAX6ez6Y9d2VzggsUZtuztZxZ NCNw== X-Gm-Message-State: AOJu0YyFBPZGvVGJWi9klqhuwYEamiqYr8hL15AI1CVx0WdQXHfdWqRy diitJ5SQYUwI0wbtPkgM7/w8jrn1Dm6Qej9BgnoVcrNL873BOgWh4G9XyZeI X-Gm-Gg: ASbGnctBQTmBw9rmA7/5YBVQ13YNhBZy4kD0pG8KT6ubSEkTk9SNFIyctnHVJODF6Uo vziBsBqQBILV+2slHPFyyvdIzGByKKOYzKn3G5Ix9R1xqGkqTIKEHozz5Dz/BGQ99Beqx353yqy gRgfoQepenKDXEhcX2CpYKbYAO/LRgBufYnkUmgEZaoWeIBFciLC90mKbUMjrq1npR0PW4Y8/EF Cc8Uc9XgdR1ctBxozW3+inl3tyK+q5ddRSuJu4xgudNhVnk X-Google-Smtp-Source: AGHT+IGOIUHNSEv/nWy/8ehPoib/q489TCAoGvbchIBuiyk+zjxjPQas1W7r4dgtYBCXo1QOd4cOcw== X-Received: by 2002:a05:6a20:a10e:b0:1e4:745c:4967 with SMTP id adf61e73a8af0-1e88d0dfa1dmr13816286637.3.1736465393078; Thu, 09 Jan 2025 15:29:53 -0800 (PST) Received: from apollo.localdomain ([2601:646:8201:fd20::1344]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-a31d6a0b140sm1804500a12.60.2025.01.09.15.29.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jan 2025 15:29:52 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 5/6] spdlog: Switch to latest on 1.x branch Date: Thu, 9 Jan 2025 15:29:45 -0800 Message-ID: <20250109232946.1556083-5-raj.khem@gmail.com> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20250109232946.1556083-1-raj.khem@gmail.com> References: <20250109232946.1556083-1-raj.khem@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 09 Jan 2025 23:29:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114761 This gets up fmt 11.1 support Signed-off-by: Khem Raj --- meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb index c6adf5a4b7..060995df80 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb @@ -3,14 +3,17 @@ HOMEPAGE = "https://github.com/gabime/spdlog/wiki" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=9573510928429ad0cbe5ba4de77546e9" -SRCREV = "8e5613379f5140fefb0b60412fbf1f5406e7c7f8" +PV .= "+git" +SRCREV = "7f8060d5b280eac9786f92ac74d263cc8359c5ed" SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x" +DEPENDS += "fmt" + S = "${WORKDIR}/git" inherit cmake # no need to build example & tests & benchmarks on pure yocto -EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=off" +EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_FMT_EXTERNAL=on" BBCLASSEXTEND = "native" From patchwork Thu Jan 9 23:29:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 55304 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0FF5C02181 for ; Thu, 9 Jan 2025 23:29:55 +0000 (UTC) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mx.groups.io with SMTP id smtpd.web11.7135.1736465395025788127 for ; Thu, 09 Jan 2025 15:29:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=Ax5K2Aaf; spf=pass (domain: gmail.com, ip: 209.85.214.177, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f177.google.com with SMTP id d9443c01a7336-216426b0865so24427715ad.0 for ; Thu, 09 Jan 2025 15:29:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1736465394; x=1737070194; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=AwDp3T08fuqxOnPNbMBkBBhLkSTXwIRs3SL0cwnUzug=; b=Ax5K2AafMlEBWoCEaRqHz1OFZtJW2pjeH68waqbV4kXp/ObyR1pMPgmMS+QPujjNpI u7RHPCdTiCjjtaHgAOjFs8OqJvfy83ZvZdW7KljtA56G/wPBtdOdxl7XDwcTDM1fkRV+ upxuQx2oJ3JiNCY+EJ60umSfR4ghPehuSyYFRE9Wd2au7+VjPhtRs/8ZmWxfd0Az8b6f d1vRxUyEwpEaSFsB4TuDhqMnsdHU7UH5XzRy5GskUXHgYa9umNfZ8Y7tQijhKPbQEQJq ijjKS+/LBKHENBiEDAORYIllLRIhOegSLfuvqUnPNlUpi9D+Jl5vcnb5B3VBFfxoIMvw B+yQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736465394; x=1737070194; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=AwDp3T08fuqxOnPNbMBkBBhLkSTXwIRs3SL0cwnUzug=; b=cP0Uf6a1Vekwyo6UayxzznWJNl3WJdxxyyb8iC1xvro9ddF6b5vKjvb+C8/t7eFdwk 4np9wksftfasOSEBvAqCrbFW5d8JWKPDzs0IDW0/91PkyCDeiFY/oBOMvOsh3xEDnUGm 0nvpFiNXYQdgqb31MazWZPvXX2JfjMiihiBliobQ4q1bAV+JZKReY18YXLROOiLL5/0+ StXa00FT903weQv/CRzWjOvkJZvt40rx11vNXhuVBWB0+akaEEWm8R3JyPSXPrlDBqMI svTegkMDVdH3SKOruABI5YyQBlIB2nLk+10KnSsDny6RK8SmljFphwbEwwampYamW3eF OqtQ== X-Gm-Message-State: AOJu0YxnCh8zPfTeLCytggPBb7UpEMg7v2zmdEjDCw/I1oo9JW6F4q2b qzEVnsUdQYJQJvA82TYIIIFn3JmpW5T34v9wfgroCcKuGBoKSn6ZfVA6IDM8 X-Gm-Gg: ASbGncsB1/GKhWSURLxc0PPFjFwBP/Gs9OcvcLyUmzxTXPW9zG0FjpVdWGacaBktD4H CRodf/uZfyoJcDhhkUZhHQhZ4gxFxYXS0x7Bco/0CSzQcA3skX7mwmMssWcpVd41DTUp6ph0fwl dRJVdxqT3QfKqvGum+scB1ySpjXlAejKlM5ahGVTZ6irO6RgdhRSqxgddWD93RmrQBVfD1r3zCr +Q0AXus5NnDJbmgT9cFv6yHlS20aOg6yh0NsLBedcUeBNRT X-Google-Smtp-Source: AGHT+IGoKPml/WGA1QHAX91tyXiRZBfhDm2RnJRG+3r4/OnItsN3jxjlViaeg+OtpLX1VqvUVY5eLw== X-Received: by 2002:a05:6a20:9193:b0:1e1:b883:3c56 with SMTP id adf61e73a8af0-1e88cfd2184mr15554488637.23.1736465394061; Thu, 09 Jan 2025 15:29:54 -0800 (PST) Received: from apollo.localdomain ([2601:646:8201:fd20::1344]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-a31d6a0b140sm1804500a12.60.2025.01.09.15.29.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jan 2025 15:29:53 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-python][PATCH 6/6] python3-pyrad: Fix build with poetry 2.x Date: Thu, 9 Jan 2025 15:29:46 -0800 Message-ID: <20250109232946.1556083-6-raj.khem@gmail.com> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20250109232946.1556083-1-raj.khem@gmail.com> References: <20250109232946.1556083-1-raj.khem@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 09 Jan 2025 23:29:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/114762 Backport a patch that reformats pyproject file to the taste of poetry 2 Signed-off-by: Khem Raj --- .../python/python3-pyrad/208.patch | 51 +++++++++++++++++++ .../python/python3-pyrad_2.4.bb | 4 +- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 meta-python/recipes-devtools/python/python3-pyrad/208.patch diff --git a/meta-python/recipes-devtools/python/python3-pyrad/208.patch b/meta-python/recipes-devtools/python/python3-pyrad/208.patch new file mode 100644 index 0000000000..b08f183583 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyrad/208.patch @@ -0,0 +1,51 @@ +From d17438da2008f48aa13cc95a626c990bf645799a Mon Sep 17 00:00:00 2001 +From: Luca Barbieri +Date: Wed, 8 Jan 2025 10:35:22 +0100 +Subject: [PATCH 1/2] Fix pyproject.toml format + +Fix pyproject format to correctly build with poetry-core 2.0.0 +Upstream-Status: Submitted [https://github.com/pyradius/pyrad/pull/208] +Signed-off-by: Khem Raj +--- + pyproject.toml | 28 ++++++++++++++-------------- + 1 file changed, 14 insertions(+), 14 deletions(-) + +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -2,16 +2,16 @@ + requires = ["poetry-core>=1.0.0"] + build-backend = "poetry.core.masonry.api" + +-[tool.poetry] ++[project] + name = "pyrad" + version= "2.4" + readme = "README.rst" + license = "BSD-3-Clause" + description="RADIUS tools" + authors = [ +- "Istvan Ruzman ", +- "Christian Giese ", +-] ++ { name = "Istvan Ruzman", email = "istvan@ruzman.eu" }, ++ { name = "Christian Giese", email = "developer@gicnet.de" }, ++ ] + keywords = ["AAA", "accounting", "authentication", "authorization", "RADIUS"] + classifiers = [ + "Development Status :: 6 - Mature", +@@ -28,7 +28,7 @@ include = [ + "example/*" + ] + +-[tool.poetry.urls] ++[project.urls] + repository = "https://github.com/pyradius/pyrad" + + [tool.poetry.dependencies] +@@ -36,5 +36,5 @@ python = "^2.7 || ^3.6" + six = "^1.15.0" + netaddr = "^0.8" + +-[tool.poetry.dev-dependencies] ++[tool.poetry.group.dev.dependencies] + nose = "^0.10.0b1" diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb index 801233a026..fbe7a0924a 100644 --- a/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb +++ b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb @@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665 PYPI_PACKAGE = "pyrad" SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9" -SRC_URI += "file://use-poetry-core.patch" +SRC_URI += "file://use-poetry-core.patch \ + file://208.patch \ + " inherit pypi python_poetry_core