diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-20 14:31:21 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-22 12:26:46 +0000 |
| commit | e3f65282c9e6a42198eabd7bc3132367aaeb3bab (patch) | |
| tree | 148e36351d42b37ff7271a304a8354da4574cd54 /meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb | |
| parent | af0d4a2c432ebba4d1c110b6dff30ca477ded088 (diff) | |
| download | poky-e3f65282c9e6a42198eabd7bc3132367aaeb3bab.tar.gz | |
popt: update 1.18 -> 1.19
Patch is merged upstream.
License-update: clarification
https://github.com/rpm-software-management/popt/commit/dcec86df3cfc96d3dd3a3e9f7f1086b768d2d88f
Backport a regression fix for gptfdisk.
(From OE-Core rev: 262aa17e0eeac5274298ec9a938e5353094b8fa5)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@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 2c093c20ae..4a25945363 100644 --- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb +++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.9.bb | |||
| @@ -10,6 +10,7 @@ DEPENDS = "util-linux" | |||
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz \ | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz \ |
| 11 | file://0001-gptcurses-correctly-include-curses.h.patch \ | 11 | file://0001-gptcurses-correctly-include-curses.h.patch \ |
| 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 | " | 14 | " |
| 14 | SRC_URI[sha256sum] = "dafead2693faeb8e8b97832b23407f6ed5b3219bc1784f482dd855774e2d50c2" | 15 | SRC_URI[sha256sum] = "dafead2693faeb8e8b97832b23407f6ed5b3219bc1784f482dd855774e2d50c2" |
| 15 | 16 | ||
