summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-23 11:40:27 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-23 11:40:27 +0200
commite20a0fe53f1bc45de5e6211b4ea43b4484f340d7 (patch)
tree5dfe82090738c3ef0ab923b47188b4c44b3ea324 /sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch
parentsci-libs/Fiona: Remove last-rited pkg (diff)
downloadgentoo-e20a0fe53f1bc45de5e6211b4ea43b4484f340d7.tar.gz
gentoo-e20a0fe53f1bc45de5e6211b4ea43b4484f340d7.tar.bz2
gentoo-e20a0fe53f1bc45de5e6211b4ea43b4484f340d7.zip
sys-boot/raspberrypi-mkimage: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718530 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch')
-rw-r--r--sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch b/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch
deleted file mode 100644
index 28b8a6f3170f..000000000000
--- a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/imagetool-uncompressed.py
-+++ b/imagetool-uncompressed.py
-@@ -46,7 +47,7 @@
- f = open(args.bootimage, "wb")
-
- for m in mem:
-- f.write(chr(m))
-+ f.write(chr(m).encode('latin1'))
-
- f.write(kernel_image)
- f.close()