X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2Fbuild.sh;h=4fcbdd2bc993a59ad4c0561365ffa5e85a3ec796;hb=99243102b4671e4997910b950a8e7c9c15ef9d04;hp=6821742e7acdb426bd9e5bb769f883e6aa48b481;hpb=8d7cdfae8cb8952505f80e5f7fa42838406e34f2;p=mirror_edk2.git diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh index 6821742e7a..4fcbdd2bc9 100755 --- a/OvmfPkg/build.sh +++ b/OvmfPkg/build.sh @@ -1,15 +1,9 @@ #!/usr/bin/env bash # # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
-# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # set -e @@ -215,7 +209,7 @@ if [[ "$RUN_QEMU" == "yes" ]]; then grep -o -E 'version [0-9]+\.[0-9]+\.[0-9]+' | \ awk '{print $2}') case $qemu_version in - 1.[6-9].*|1.[1-9][0-9].*|2.*.*) + 1.[6-9].*|[2-9].*.*|[1-9][0-9]*.*.*) ENABLE_FLASH=yes ;; esac