From patchwork Tue Apr 5 14:41:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 6283 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 9527AC352A8 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:41:56 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=GQUoDLQN; 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=1649169715; x=1680705715; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=+hU/5hM+EzbuPSxZVxfUdiV6CgvgMPAwbNl079+79Hg=; b=GQUoDLQNpZeFGybrXZKfPx7bDY1tXjX1BmzxRddoHmNcdj4R6rbErtUX oI+xLhTL4VkTW/qgjUjtpSK91XhqlKRX41SKQY4/V6s8ITtegor1B8fkS 6HPfrUam4ob7ohZDKwdpy7oJUs7yEie12uOgopwEOE5NWvxgJBXlGKPGz SG2mY5GRH0GfmTDWbOmjG7ZHJpylt6XSzDCQPXt8LJ9ywJTvNMmRSuitP hYLHD2Rh7sshQm/QE8dJKfTsYVPIsJSEljrkaxZF9LmLHxnx9E9bZJSu0 cPB8M0b780MgyV0019YKu14eiapHQrFq51I112OSOovDYT1Ubkdr9NoU1 A==; X-IronPort-AV: E=McAfee;i="6200,9189,10307"; a="258348690" X-IronPort-AV: E=Sophos;i="5.90,236,1643702400"; d="scan'208";a="258348690" 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:41:55 -0700 X-IronPort-AV: E=Sophos;i="5.90,236,1643702400"; d="scan'208";a="696953549" 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:41:54 -0700 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [honister][PATCH 06/22] pseudo: Add patch to workaround paths with crazy lengths Date: Tue, 5 Apr 2022 22:41:25 +0800 Message-Id: <6b0b4405410b0c071a3fe11abe84dfc06c4f96de.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/164024 From: Richard Purdie Update to a version of pseudo which includes a workaround for crazy long paths, as shown by the libfm failures from the libtool upgrade. Signed-off-by: Richard Purdie (cherry picked from commit 67dfa32d82b8862e6e543c37315f211aba3ec28b) Signed-off-by: Anuj Mittal --- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index f9e3b46910..d20136aef9 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -13,7 +13,7 @@ SRC_URI:append:class-nativesdk = " \ file://older-glibc-symbols.patch" SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" -SRCREV = "d34f2f6cedccf8488730001bcbde6bb7499f8814" +SRCREV = "df1d1321fb093283485c387e3c933d2d264e509c" S = "${WORKDIR}/git" PV = "1.9.0+git${SRCPV}"