From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web11.13148.1658035254085947181 for ; Sat, 16 Jul 2022 22:20:54 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=ZVG5Zj/l; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: bob.c.feng@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658035254; x=1689571254; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=tRT22J/rRm/88gudr7rRIGB/VvGQG8xmbqiOGP0Quns=; b=ZVG5Zj/ldnVshhHl+bk2rpW/avvpB9golVKrsaWVfLLYjLkU8sv6jC9u 9dorKkr7xWiC413lKS8sZBHYJZp20Z8FoyMtxq5X5b9bSJU8eHi2Iq6sk TmjwZBapWfehLKEZniiRATCtYBShxQv92jIHGXlonCeWlEHnhgsF88Hdf Ah2Yex9w2B4PjTqoLB7RRBmvCkfUAkPwGxd5l/ezSr+VNg5ZMqqhF5+fE mgEbmXlgNBYko12jFjWKMvPjbKIp5AmjYvLsTTqpssXmoDknAlbp7aDHW Ha2eQTk54b/i/a/5HVsYhThK0nvxRy0T1oq1QXEdRcec3WYu3Xb/ogvum w==; X-IronPort-AV: E=McAfee;i="6400,9594,10410"; a="265815055" X-IronPort-AV: E=Sophos;i="5.92,278,1650956400"; d="scan'208";a="265815055" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2022 22:20:53 -0700 X-IronPort-AV: E=Sophos;i="5.92,278,1650956400"; d="scan'208";a="624321940" Received: from bfeng1-mobl.ccr.corp.intel.com ([10.255.30.135]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2022 22:20:52 -0700 From: "Bob Feng" To: devel@edk2.groups.io Cc: Bob Feng Subject: [PATCH] pip-requirements.txt: Update basetools version to 0.1.26 Date: Sun, 17 Jul 2022 13:20:39 +0800 Message-Id: <20220717052039.1951-1-bob.c.feng@intel.com> X-Mailer: git-send-email 2.37.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Upgrade the edk2-basetools version from 0.1.14 to 0.1.26 features and bug fixes: 1. Fix the incremental build issue on Linux @176016387f 2. Fix DSC LibraryClass precedence rule @039bdb4d3e Signed-off-by: Bob Feng --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 29424b08bd..b805348baf 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,5 +14,5 @@ edk2-pytool-library==0.11.2 edk2-pytool-extensions~=0.16.0 -edk2-basetools==0.1.24 +edk2-basetools==0.1.26 antlr4-python3-runtime==4.7.1 -- 2.37.0.windows.1