From patchwork Wed Nov 30 22:17:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 16216 X-Patchwork-Delegate: reatmon@ti.com 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 BA73DC4321E for ; Wed, 30 Nov 2022 22:17:26 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by mx.groups.io with SMTP id smtpd.web10.26683.1669846644716349525 for ; Wed, 30 Nov 2022 14:17:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=FAfn6Dex; spf=pass (domain: ti.com, ip: 198.47.23.248, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2AUMHN0o081398; Wed, 30 Nov 2022 16:17:23 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1669846643; bh=y3Tc1m/Mn4DmlOA+MlHIz46oDD2KFyDNSwb8ArFrHuM=; h=From:To:Subject:Date; b=FAfn6DexNp6VpoUPSKKAC27lP7yT7RrGz4ET1iO5xRcFR9rJtOd1WqzrWpEWSjBGO iEm28FtE5ijWw7kbUFxMcM85J3B1dj4jg/Yrd62RpiwMP/Ms2eNhyTodmDdmvqO8qy FsobuDGhC4yRwADOfHhVestYKrU2YL3k8GVUy44A= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2AUMHN6i036862 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 30 Nov 2022 16:17:23 -0600 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Wed, 30 Nov 2022 16:17:23 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Wed, 30 Nov 2022 16:17:23 -0600 Received: from uda0214219 (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2AUMHN5O074541; Wed, 30 Nov 2022 16:17:23 -0600 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1p0VON-0002MC-Fq; Wed, 30 Nov 2022 16:17:23 -0600 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH] qtwayland: Bump version to v5.15.7-lts-lgpl Date: Wed, 30 Nov 2022 16:17:23 -0600 Message-ID: <20221130221723.9018-1-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Wed, 30 Nov 2022 22:17:26 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14124 There is a build error with the v5.15.4-lts-lgpl version and xkbcommon. The bug was fixed in the next LTS, so go ahead and move to the latest version available. This haas been sent to meta-qt5 as a pull request. When they move to a version that does not have this build issue we will revert this change. Upstream-Status: Pending Signed-off-by: Ryan Eatmon --- meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend b/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend index 23a2f907..f6d6ceec 100644 --- a/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend +++ b/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend @@ -5,3 +5,6 @@ SRC_URI += " \ file://0001-plugins-decorations-bradient-display-window-icon-onl.patch \ file://0001-examples-fix-wayland-texture-sharing-custom-composit.patch \ " + +SRCREV = "533fff12f7c4beb177b56b766c71b1c7384e6229" +