diff options
author | Leah Rowe <leah@libreboot.org> | 2022-11-29 00:11:00 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2022-11-29 00:11:00 +0000 |
commit | 0c5dfddd64f5051f1eea7b256a37fb748cc5498f (patch) | |
tree | ce66e769ef56f39dabca87637fa3914157633d98 /resources/coreboot/fhd/patches/0004-specifically-use-python3-in-scripts.patch | |
parent | e8eee6dd8a9393567330905bcddad2eb4a232e8e (diff) | |
parent | a33e8429086f4fcc3e84a6ba2e9037f4f2b47bac (diff) |
Merge branch 'x230edp' of XRevan86/lbmk into master
Diffstat (limited to 'resources/coreboot/fhd/patches/0004-specifically-use-python3-in-scripts.patch')
-rw-r--r-- | resources/coreboot/fhd/patches/0004-specifically-use-python3-in-scripts.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/resources/coreboot/fhd/patches/0004-specifically-use-python3-in-scripts.patch b/resources/coreboot/fhd/patches/0004-specifically-use-python3-in-scripts.patch deleted file mode 100644 index e82fedff..00000000 --- a/resources/coreboot/fhd/patches/0004-specifically-use-python3-in-scripts.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 92451357450641eb793904ad2654f0a4aa9ec08d Mon Sep 17 00:00:00 2001 -From: Leah Rowe <leah@libreboot.org> -Date: Sun, 24 Jul 2022 14:52:26 +0100 -Subject: [PATCH 4/7] specifically use python3, in scripts - ---- - src/drivers/intel/fsp2_0/Makefile.inc | 2 +- - util/spdtool/spdtool.py | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/drivers/intel/fsp2_0/Makefile.inc b/src/drivers/intel/fsp2_0/Makefile.inc -index f5641ac182..d807320f29 100644 ---- a/src/drivers/intel/fsp2_0/Makefile.inc -+++ b/src/drivers/intel/fsp2_0/Makefile.inc -@@ -87,7 +87,7 @@ endif - - ifeq ($(CONFIG_FSP_FULL_FD),y) - $(obj)/Fsp_M.fd: $(call strip_quotes,$(CONFIG_FSP_FD_PATH)) $(DOTCONFIG) -- python 3rdparty/fsp/Tools/SplitFspBin.py split -f $(CONFIG_FSP_FD_PATH) -o "$(obj)" -n "Fsp.fd" -+ python3 3rdparty/fsp/Tools/SplitFspBin.py split -f $(CONFIG_FSP_FD_PATH) -o "$(obj)" -n "Fsp.fd" - - $(obj)/Fsp_S.fd: $(call strip_quotes,$(CONFIG_FSP_FD_PATH)) $(obj)/Fsp_M.fd - true -diff --git a/util/spdtool/spdtool.py b/util/spdtool/spdtool.py -index 89976eac59..2cd7027377 100644 ---- a/util/spdtool/spdtool.py -+++ b/util/spdtool/spdtool.py -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/env python3 - # spdtool - Tool for partial deblobbing of UEFI firmware images - # SPDX-License-Identifier: GPL-3.0-or-later - # --- -2.25.1 - |