From patchwork Tue Apr 5 14:41:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 6296 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 B5356C47088 for ; Tue, 5 Apr 2022 17:24:47 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web10.7190.1649169707422558639 for ; Tue, 05 Apr 2022 07:42:08 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=EwWeKOEA; spf=pass (domain: intel.com, ip: 192.55.52.93, 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=1649169728; x=1680705728; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=5XlSbaYD7UsXDWKSsjuMzxYKxtn1K2srWt+OklNvDww=; b=EwWeKOEASEm8wP9e+mvWITrWcA6vAvB/hVr0x02amVNkFaNbT+Ys836Q aSVwEca+0xw1IEpZWk3aazkEiWtapZzY58iub+/kOSjkAZtzr0pkFnhBO CvCecLwN6ctVkQtWGA2QapjuPSsGq87SChAyPfts5NpcKDYqyI40kyrfx GZt/ohAK1oPKomOv3nljVfj263IhjAo3jOyPl2f3C6lD1vy/j+FlveHf8 zoBOfeZv2V68pefD5M+/7NpvsJT9dR381dFdDe2TvyrthRDx2GPLUgFSr mbb7yBAuMhkotc/r3kbTOVmYvFr+TsKB4VWJtrcu0H3NgfVLXfCkixa/i Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10307"; a="258348820" X-IronPort-AV: E=Sophos;i="5.90,236,1643702400"; d="scan'208";a="258348820" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Apr 2022 07:42:08 -0700 X-IronPort-AV: E=Sophos;i="5.90,236,1643702400"; d="scan'208";a="696953626" Received: from ntabdull-mobl.gar.corp.intel.com (HELO anmitta2-mobl3.intel.com) ([10.215.226.238]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Apr 2022 07:42:06 -0700 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [honister][PATCH 14/22] virglrenderer: update SRC_URI Date: Tue, 5 Apr 2022 22:41:33 +0800 Message-Id: <14ed0472414f162c70e813371956284d494b9803.1649169646.git.anuj.mittal@intel.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: References: 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 ; Tue, 05 Apr 2022 17:24:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164032 From: Minjae Kim The git repo for virglrenderer was changed, so update the SRC_URI accordingly with the new link. Signed-off-by:Minjae Kim Signed-off-by: Alexandre Belloni (cherry picked from commit 284ffefcb7731dfd317d535d3b1e363751aead01) Signed-off-by: Anuj Mittal --- meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb b/meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb index c18018759b..14e39fdb20 100644 --- a/meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb +++ b/meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c81c08eeefd9418fca8f88309a76db10" DEPENDS = "libdrm virtual/libgl virtual/libgbm libepoxy" SRCREV = "363915595e05fb252e70d6514be2f0c0b5ca312b" -SRC_URI = "git://anongit.freedesktop.org/virglrenderer;branch=branch-0.9.1 \ +SRC_URI = "git://anongit.freedesktop.org/git/virglrenderer;branch=branch-0.9.1 \ file://0001-meson.build-use-python3-directly-for-python.patch \ file://cve-2022-0135.patch \ file://cve-2022-0175.patch \