diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-03 02:45:01 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-03 13:44:13 -0400 |
commit | 7a1bb990a57534759265f37fc1c688057201ed9c (patch) | |
tree | 8f80936d53db0bb2088332ec29a7cb94a72223b5 /pcr/xen/patch-ovmf-use-python2.patch | |
parent | ab90d04754c3edeae87de94c29cb993b6b312b43 (diff) | |
download | abslibre-7a1bb990a57534759265f37fc1c688057201ed9c.tar.gz abslibre-7a1bb990a57534759265f37fc1c688057201ed9c.tar.bz2 abslibre-7a1bb990a57534759265f37fc1c688057201ed9c.zip |
[xen]: upgrade to v4.16.0
Diffstat (limited to 'pcr/xen/patch-ovmf-use-python2.patch')
-rw-r--r-- | pcr/xen/patch-ovmf-use-python2.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/xen/patch-ovmf-use-python2.patch b/pcr/xen/patch-ovmf-use-python2.patch deleted file mode 100644 index b52b9230c..000000000 --- a/pcr/xen/patch-ovmf-use-python2.patch +++ /dev/null @@ -1,22 +0,0 @@ -Subject: [PATCH] Fix ovmf, use python2 - ---- - tools/firmware/Makefile | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile -index b840c6a..a5a6802 100644 ---- a/tools/firmware/Makefile -+++ b/tools/firmware/Makefile -@@ -17,6 +17,8 @@ LD32BIT-$(CONFIG_FreeBSD) := LD32BIT_FLAG=-melf_i386_fbsd - - ovmf-dir: - GIT=$(GIT) $(XEN_ROOT)/scripts/git-checkout.sh $(OVMF_UPSTREAM_URL) $(OVMF_UPSTREAM_REVISION) ovmf-dir -+ sed 's|python |python2 |g' -i "ovmf-dir/BaseTools/BinWrappers/PosixLike"/* || true -+ sed 's|python |python2 |g' -i "ovmf-dir/BaseTools/Tests/GNUmakefile" - cp ovmf-makefile ovmf-dir/Makefile; - - seabios-dir: --- -2.13.0 - |