From patchwork Mon Jul 3 03:30:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 26797 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 6AE83EB64DD for ; Mon, 3 Jul 2023 03:30:39 +0000 (UTC) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web11.19946.1688355033507838924 for ; Sun, 02 Jul 2023 20:30:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=SSXKREtI; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688355033; x=1719891033; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=8RtjDaGM+KuIf13a/UVE/BJ3yjF78qFfg4EAs/z4fyI=; b=SSXKREtIuKmJEuvbnG+ykLLZWWG12gABbOhl/vTYLZncNe7vbLgKQlcS EFKaVlUKTAFp4TOYwvMlBxrJ9YeDq+1Zlnmi3tdGSlkIvJJqFPcyTVVCB t/7m+bwpgwnvSkN20RBFZQBVXlKkh5R5tGkErqxlImCjttKb5sCyz5w65 63VVH4W29F9z2BtcWO3EHjEHbP2JriWx4hFuYmRt8Wwh9l2zbQqmyNl+w anI86+seMFodMhE0dQ1RvLD4xLJb1MANO/q6tjszd0CyR9y4f46GuiiEB xvsFe5jd4jXz8FOjxnvc67+AwXjjf+uT3nacfv7JC2szrwY+5zEUtG4ro A==; X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="426461608" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="426461608" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2023 20:30:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="1048908144" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="1048908144" Received: from anmitta2-mobl3.gar.corp.intel.com (HELO anmitta2-mobl3.intel.com) ([10.215.151.68]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2023 20:30:31 -0700 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 1/4] vte: upgrade 0.72.1 -> 0.72.2 Date: Mon, 3 Jul 2023 11:30:22 +0800 Message-ID: <20230703033025.30865-1-anuj.mittal@intel.com> X-Mailer: git-send-email 2.41.0 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 ; Mon, 03 Jul 2023 03:30:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183788 Signed-off-by: Anuj Mittal --- meta/recipes-support/vte/{vte_0.72.1.bb => vte_0.72.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/vte/{vte_0.72.1.bb => vte_0.72.2.bb} (94%) diff --git a/meta/recipes-support/vte/vte_0.72.1.bb b/meta/recipes-support/vte/vte_0.72.2.bb similarity index 94% rename from meta/recipes-support/vte/vte_0.72.1.bb rename to meta/recipes-support/vte/vte_0.72.2.bb index b9ff3183c8..4249b75ac0 100644 --- a/meta/recipes-support/vte/vte_0.72.1.bb +++ b/meta/recipes-support/vte/vte_0.72.2.bb @@ -21,7 +21,7 @@ inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-intr # vapigen.m4 is required when vala is not present (but the one from vala should be used normally) SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" -SRC_URI[archive.sha256sum] = "0554f9f88d56ce2d78398fcc7f69bc00e53bbbc5f694e0ae1dcaf5286f89d7e4" +SRC_URI[archive.sha256sum] = "f7966fd185a6981f53964162b71cfef7e606495155d6f5827b72aa0dd6741c9e" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" From patchwork Mon Jul 3 03:30:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 26798 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 6BB1AC0015E for ; Mon, 3 Jul 2023 03:30:39 +0000 (UTC) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web11.19946.1688355033507838924 for ; Sun, 02 Jul 2023 20:30:35 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=I0MgpPLQ; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688355035; x=1719891035; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=J0ALEdVN1pEordZK4zCtUKX2q/9ZWo+KCLNOyWuuoa0=; b=I0MgpPLQKvPweML6vnluLi2x7U9d0INZ95z//aKPKxkIqo6BGuY5Vu5g JQ9hqM5TH0OsX4k9t8W82P1vkueNo/9mKTSY1pvBAea+U+Do9T5fu6WjD ChKUZAwlEVvikLqzQyJ5LdrHoa3IrTPFDcGWNhA0chCqJKPtaYyY7WrAk azhutl7uFVug9KJpcqwaLZylMOCkSmYON8nHPirrmysZdit7CwdE3Fv2J yBhisLNQtbjMO9HqfN2o/v1OWgPsAzMioJlT/H8iV6h+IyxyQqs3hw5Wi ZMPp3G2S0hBLBUl+THKcdHrcprsz1Xphq8pVT7ud+wa6r/HOk261q/uR7 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="426461613" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="426461613" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2023 20:30:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="1048908151" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="1048908151" Received: from anmitta2-mobl3.gar.corp.intel.com (HELO anmitta2-mobl3.intel.com) ([10.215.151.68]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2023 20:30:34 -0700 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 2/4] libpng: upgrade 1.6.39 -> 1.6.40 Date: Mon, 3 Jul 2023 11:30:23 +0800 Message-ID: <20230703033025.30865-2-anuj.mittal@intel.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230703033025.30865-1-anuj.mittal@intel.com> References: <20230703033025.30865-1-anuj.mittal@intel.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 ; Mon, 03 Jul 2023 03:30:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183789 License-Update: Change in copyright dates Signed-off-by: Anuj Mittal --- .../libpng/{libpng_1.6.39.bb => libpng_1.6.40.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/libpng/{libpng_1.6.39.bb => libpng_1.6.40.bb} (87%) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.39.bb b/meta/recipes-multimedia/libpng/libpng_1.6.40.bb similarity index 87% rename from meta/recipes-multimedia/libpng/libpng_1.6.39.bb rename to meta/recipes-multimedia/libpng/libpng_1.6.40.bb index a6c229f5cf..0ef4b82d1c 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.39.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.40.bb @@ -5,13 +5,13 @@ library for use in applications that read, create, and manipulate PNG \ HOMEPAGE = "http://www.libpng.org/" SECTION = "libs" LICENSE = "Libpng" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5c900cc124ba35a274073b5de7639b13" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8f533bc367bfd43f556b6f782234c076" DEPENDS = "zlib" LIBV = "16" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" -SRC_URI[sha256sum] = "1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937" +SRC_URI[sha256sum] = "535b479b2467ff231a3ec6d92a525906fb8ef27978be4f66dbe05d3f3a01b3a1" MIRRORS += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/older-releases/" From patchwork Mon Jul 3 03:30:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 26799 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 6A16AEB64D9 for ; Mon, 3 Jul 2023 03:30:39 +0000 (UTC) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web11.19946.1688355033507838924 for ; Sun, 02 Jul 2023 20:30:38 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=HRpNtzLp; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688355038; x=1719891038; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=3NzaWnlj5tvgo7f493PLSjog8/HkgzdDtx51RpgzBSs=; b=HRpNtzLpYFF3iDDu1G/um00K67mJL9XCb3QbnkWB94wMVQZLw5s805Ih r9jN1/o9KBRLZPrJPlAztw1/V873fp2zjV2mIM8pLuOoJ78B0SH24eSTy XtmCI137T+igGJEAZDvTL/jcn6O5QgXZlzGaaaemaSZZDbqKmJy7sCzXx sWiFwVgDxVtVujKHFND5NHFreAb7lT/T1lJo7RH0+9UA8ALzjlKTGfFo1 e2drYwiBwkpYAxqj4Dw/gMOEz/fZqTuSed9LrPFH8ZwvDn5dfaRmo/GaM lbsy9BgT/zF2EvEcQmp+LumJ5N1rdO5+06nNsJF5v3AAC5yauSZ8yNV2G Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="426461621" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="426461621" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2023 20:30:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="1048908174" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="1048908174" Received: from anmitta2-mobl3.gar.corp.intel.com (HELO anmitta2-mobl3.intel.com) ([10.215.151.68]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2023 20:30:37 -0700 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 3/4] glib-networking: upgrade 2.76.0 -> 2.76.1 Date: Mon, 3 Jul 2023 11:30:24 +0800 Message-ID: <20230703033025.30865-3-anuj.mittal@intel.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230703033025.30865-1-anuj.mittal@intel.com> References: <20230703033025.30865-1-anuj.mittal@intel.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 ; Mon, 03 Jul 2023 03:30:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183790 Signed-off-by: Anuj Mittal --- .../{glib-networking_2.76.0.bb => glib-networking_2.76.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-networking/{glib-networking_2.76.0.bb => glib-networking_2.76.1.bb} (95%) diff --git a/meta/recipes-core/glib-networking/glib-networking_2.76.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb similarity index 95% rename from meta/recipes-core/glib-networking/glib-networking_2.76.0.bb rename to meta/recipes-core/glib-networking/glib-networking_2.76.1.bb index 75c031e8cd..8e7290cdbb 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.76.0.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ SECTION = "libs" DEPENDS = "glib-2.0-native glib-2.0" -SRC_URI[archive.sha256sum] = "149a05a179e629a538be25662aa324b499d7c4549c5151db5373e780a1bf1b9a" +SRC_URI[archive.sha256sum] = "5c698a9994dde51efdfb1026a56698a221d6250e89dc50ebcddda7b81480a42b" PACKAGECONFIG ??= "openssl environment ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" From patchwork Mon Jul 3 03:30:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 26800 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 47E56EB64D9 for ; Mon, 3 Jul 2023 03:30:49 +0000 (UTC) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web11.19946.1688355033507838924 for ; Sun, 02 Jul 2023 20:30:40 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=E7HtB/3D; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688355040; x=1719891040; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=SSGvVfYWkCctDSzWZpgdkUmqYiukFn30HHjPsAeY03Y=; b=E7HtB/3Dt4gq7fGDvtKfUlLCfvRLLHS2leG+Pd+68uZUlBs02GZ7CsWf 6MKmtHFNfOlGdPe/JmUiv6K5loRs73UP7M4Tl3N6H6RC4vaWJIzHY3Ogp BDTYCqOQBtzQRUAvtRV0Y87fkYMIQxolmmGRqs40EQi+q3H9TMz0u1ak5 f9c6BkFBRaRtnckw82OCg2Ru6kn6REO3r3EG6FyrEimu8psNYIkCidrkW AzDnhob4Y0G82IxQOtk7H86W5pEwQhLCTxJVIf+2Walj4s8n+hyavKS1u G0QTVQ+YZ655dgihX7OAdj7GaZzgHN6OMj1eMDM0F5uUgiaH9uzQ2oyAq A==; X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="426461624" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="426461624" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2023 20:30:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="1048908188" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="1048908188" Received: from anmitta2-mobl3.gar.corp.intel.com (HELO anmitta2-mobl3.intel.com) ([10.215.151.68]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2023 20:30:39 -0700 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [PATCH 4/4] bluez5: upgrade 5.66 -> 5.68 Date: Mon, 3 Jul 2023 11:30:25 +0800 Message-ID: <20230703033025.30865-4-anuj.mittal@intel.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230703033025.30865-1-anuj.mittal@intel.com> References: <20230703033025.30865-1-anuj.mittal@intel.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 ; Mon, 03 Jul 2023 03:30:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183791 Include a patch submitted upstream to fix cross-compilation issues. Signed-off-by: Anuj Mittal --- meta/recipes-connectivity/bluez5/bluez5.inc | 1 + .../bluez5/bluez5/fix-check-ell-path.patch | 39 +++++++++++++++++++ .../bluez5/{bluez5_5.66.bb => bluez5_5.68.bb} | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-connectivity/bluez5/bluez5/fix-check-ell-path.patch rename meta/recipes-connectivity/bluez5/{bluez5_5.66.bb => bluez5_5.68.bb} (95%) diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index e10158a6e5..d2ee2b4f12 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc @@ -55,6 +55,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ file://0001-test-gatt-Fix-hung-issue.patch \ file://0004-src-shared-util.c-include-linux-limits.h.patch \ + file://fix-check-ell-path.patch \ " S = "${WORKDIR}/bluez-${PV}" diff --git a/meta/recipes-connectivity/bluez5/bluez5/fix-check-ell-path.patch b/meta/recipes-connectivity/bluez5/bluez5/fix-check-ell-path.patch new file mode 100644 index 0000000000..7afa63962d --- /dev/null +++ b/meta/recipes-connectivity/bluez5/bluez5/fix-check-ell-path.patch @@ -0,0 +1,39 @@ +Upstream-Status: Submitted [https://marc.info/?l=linux-bluetooth&m=168818474411163&w=2] +Signed-off-by: Anuj Mittal + +From linux-bluetooth Sat Jul 01 04:12:52 2023 +From: Rudi Heitbaum +Date: Sat, 01 Jul 2023 04:12:52 +0000 +To: linux-bluetooth +Subject: [PATCH] configure: Fix check ell path for cross compiling +Message-Id: <20230701041252.139338-1-rudi () heitbaum ! com> +X-MARC-Message: https://marc.info/?l=linux-bluetooth&m=168818474411163 + +Use of AC_CHECK_FILE prevents cross compilation. +Instead use test to support cross compiling. + +Signed-off-by: Rudi Heitbaum +--- + configure.ac | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +diff --git a/configure.ac b/configure.ac +index eff297960..bc7edfcd3 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -298,9 +298,10 @@ if (test "${enable_external_ell}" = "yes"); then + AC_SUBST(ELL_LIBS) + fi + if (test "${enable_external_ell}" != "yes"); then +- AC_CHECK_FILE(${srcdir}/ell/ell.h, dummy=yes, +- AC_CHECK_FILE(${srcdir}/../ell/ell/ell.h, dummy=yes, +- AC_MSG_ERROR(ELL source is required or use --enable-external-ell))) ++ if (test ! -f ${srcdir}/ell/ell.h) && ++ (test ! -f ${srcdir}/../ell/ell/ell.h); then ++ AC_MSG_ERROR(ELL source is required or use --enable-external-ell) ++ fi + fi + AM_CONDITIONAL(EXTERNAL_ELL, test "${enable_external_ell}" = "yes" || + (test "${enable_btpclient}" != "yes" && +-- +2.34.1 diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.66.bb b/meta/recipes-connectivity/bluez5/bluez5_5.68.bb similarity index 95% rename from meta/recipes-connectivity/bluez5/bluez5_5.66.bb rename to meta/recipes-connectivity/bluez5/bluez5_5.68.bb index 2208b730b0..921f739fb8 100644 --- a/meta/recipes-connectivity/bluez5/bluez5_5.66.bb +++ b/meta/recipes-connectivity/bluez5/bluez5_5.68.bb @@ -1,6 +1,6 @@ require bluez5.inc -SRC_URI[sha256sum] = "39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574" +SRC_URI[sha256sum] = "fc505e6445cb579a55cacee6821fe70d633921522043d322b696de0a175ff933" # These issues have kernel fixes rather than bluez fixes so exclude here CVE_CHECK_IGNORE += "CVE-2020-12352 CVE-2020-24490"