diff options
-rw-r--r-- | coreboot.git.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreboot.git.spec b/coreboot.git.spec index 954bedf..6cd8b36 100644 --- a/coreboot.git.spec +++ b/coreboot.git.spec @@ -17,7 +17,7 @@ BuildRequires: iasl BuildRequires: python BuildRequires: pciutils-devel BuildRequires: seabios.git-coreboot -BuildRequires: edk2.git-coreboot +#BuildRequires: edk2.git-coreboot Requires: coreboot.git-tools %description @@ -54,10 +54,10 @@ mkdir rpm.doc mkdir rpm.bin do_build %{SOURCE10} coreboot-i440fx-seabios -do_build %{SOURCE11} coreboot-i440fx-efi32 +#do_build %{SOURCE11} coreboot-i440fx-efi32 do_build %{SOURCE20} coreboot-q35-seabios -do_build %{SOURCE21} coreboot-q35-efi32 +#do_build %{SOURCE21} coreboot-q35-efi32 (cd util/msrtool; ./configure) for util in cbmem inteltool lbtdump msrtool nvramtool; do |