From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web09.5151.1643361269848749514 for ; Fri, 28 Jan 2022 01:14:31 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from localhost.localdomain ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 28 Jan 2022 17:14:25 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: devel@edk2.groups.io Subject: [PATCH 0/2] Fix package build break in ShellPkg and NetworkPkg Date: Fri, 28 Jan 2022 17:14:08 +0800 Message-Id: <20220128091410.1412-1-gaoliming@byosoft.com.cn> X-Mailer: git-send-email 2.27.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Commit f4b7b473b4afd0093768905529bfae09a2061d41 adds new library class dependency in UefiBootManagerLib. The package DSC should add this library class instance if it consumes UefiBootManagerLib. Because this change fixes CI break, it will be merged soon. Liming Gao (2): ShellPkg: Add the missing VariablePolicyHelperLib in ShellPkg.dsc NetworkPkg: Add the missing VariablePolicyHelperLib in NetworkPkg.dsc NetworkPkg/NetworkPkg.dsc | 1 + ShellPkg/ShellPkg.dsc | 1 + 2 files changed, 2 insertions(+) -- 2.27.0.windows.1