From bcaa91c87f170c6de629f57cee06ce1368249a3e Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Tue, 13 Feb 2018 19:20:20 +0000 Subject: common-functions: fix typo in openssl tar extraction OPENSSL_VER => $OPENSSL_VER Signed-off-by: Leif Lindholm --- common-functions | 2 +- platforms.config | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/common-functions b/common-functions index 810532e..efed7e2 100644 --- a/common-functions +++ b/common-functions @@ -172,7 +172,7 @@ function clone_process_openssl rm -rf openssl fi tar xzf "$OPENSSL_TAR" - if [ $? -ne 0 -o ! -d "OPENSSL_VER" ]; then + if [ $? -ne 0 -o ! -d "$OPENSSL_VER" ]; then echo "OpenSSL import failed!" return 1 fi diff --git a/platforms.config b/platforms.config index deb02f4..58f16c8 100644 --- a/platforms.config +++ b/platforms.config @@ -304,3 +304,9 @@ INF=MdeModulePkg/Application/HelloWorld/HelloWorld.inf LONGNAME=Altus Metrum ChaosKey Driver DSC=OptionRomPkg/OptionRomPkg.dsc INF=OpenPlatformPkg/Drivers/Usb/Misc/ChaosKeyDxe/ChaosKeyDxe.inf + +[fuck] +LONGNAME=FUCK +DSC=MdeModulePkg/MdeModulePkg.dsc +INF=MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf +ARCH=ARM -- cgit v1.2.3