diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-01-19 20:24:13 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-24 22:06:51 +0000 |
| commit | a78842a19a50230ce329686d3d9b66331d8c2591 (patch) | |
| tree | 932aca740374f78cd64f4e93ef3c02251eb91a52 /meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb | |
| parent | 7d968ddf801879d00215d9436777a047fb4e4107 (diff) | |
| download | poky-a78842a19a50230ce329686d3d9b66331d8c2591.tar.gz | |
gptfdisk: add follow-up patch to fix with current popt
sgdisk still segfaults for some tasks (e.g 'sgdisk -v', 'sgdisk -V')
Add a follow-up patch that fixes the issue. It was taken from Archlinux
(From OE-Core rev: b2f3f8ced22da68eecd7689cc09e28f70100bd56)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb')
| -rw-r--r-- | meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb index 66935b7fbb..cf0a60a1a9 100644 --- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb +++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb | |||
| @@ -12,6 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz \ | |||
| 12 | file://0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch \ | 12 | file://0001-Updated-guid.cc-to-deal-with-minor-change-in-libuuid.patch \ |
| 13 | file://0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch \ | 13 | file://0001-Fix-failure-crash-of-sgdisk-when-compiled-with-lates.patch \ |
| 14 | file://0001-Use-64bit-time_t-on-linux-as-well.patch \ | 14 | file://0001-Use-64bit-time_t-on-linux-as-well.patch \ |
| 15 | file://popt-1.19-follow-up.patch \ | ||
| 15 | " | 16 | " |
| 16 | SRC_URI[sha256sum] = "dafead2693faeb8e8b97832b23407f6ed5b3219bc1784f482dd855774e2d50c2" | 17 | SRC_URI[sha256sum] = "dafead2693faeb8e8b97832b23407f6ed5b3219bc1784f482dd855774e2d50c2" |
| 17 | 18 | ||
