diff options
Diffstat (limited to 'meta/recipes-devtools/fdisk')
-rw-r--r-- | meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch | 7 | ||||
-rw-r--r-- | meta/recipes-devtools/fdisk/gptfdisk_1.0.6.bb (renamed from meta/recipes-devtools/fdisk/gptfdisk_1.0.5.bb) | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch b/meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch index 67689e838a..266afbfa11 100644 --- a/meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch +++ b/meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch | |||
@@ -1,23 +1,24 @@ | |||
1 | From 607b0bed5e8a5f5c3754cd6ffcf499d8134c37f9 Mon Sep 17 00:00:00 2001 | 1 | From 6bc6e867c5b3a774c0d7819ee5a3d2885e97caa9 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Mon, 30 Mar 2020 17:11:19 +0200 | 3 | Date: Mon, 30 Mar 2020 17:11:19 +0200 |
4 | Subject: [PATCH] gptcurses: correctly include curses.h | 4 | Subject: [PATCH] gptcurses: correctly include curses.h |
5 | 5 | ||
6 | Upstream-Status: Inappropriate [oe-core specific] | 6 | Upstream-Status: Inappropriate [oe-core specific] |
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
8 | |||
8 | --- | 9 | --- |
9 | gptcurses.cc | 4 ---- | 10 | gptcurses.cc | 4 ---- |
10 | 1 file changed, 4 deletions(-) | 11 | 1 file changed, 4 deletions(-) |
11 | 12 | ||
12 | diff --git a/gptcurses.cc b/gptcurses.cc | 13 | diff --git a/gptcurses.cc b/gptcurses.cc |
13 | index 1b18cf2..4ebfde1 100644 | 14 | index 71aa734..4ebfde1 100644 |
14 | --- a/gptcurses.cc | 15 | --- a/gptcurses.cc |
15 | +++ b/gptcurses.cc | 16 | +++ b/gptcurses.cc |
16 | @@ -23,11 +23,7 @@ | 17 | @@ -23,11 +23,7 @@ |
17 | #include <iostream> | 18 | #include <iostream> |
18 | #include <string> | 19 | #include <string> |
19 | #include <sstream> | 20 | #include <sstream> |
20 | -#ifdef __APPLE__ | 21 | -#if defined (__APPLE__) || (__FreeBSD__) |
21 | #include <ncurses.h> | 22 | #include <ncurses.h> |
22 | -#else | 23 | -#else |
23 | -#include <ncursesw/ncurses.h> | 24 | -#include <ncursesw/ncurses.h> |
diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.5.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.6.bb index c7850f03ca..3f331e2dc5 100644 --- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.5.bb +++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.6.bb | |||
@@ -9,8 +9,7 @@ DEPENDS = "util-linux" | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz \ |
10 | file://0001-gptcurses-correctly-include-curses.h.patch \ | 10 | file://0001-gptcurses-correctly-include-curses.h.patch \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "58dac67c85e46ca87b587231549aefe6" | 12 | SRC_URI[sha256sum] = "ddc551d643a53f0bd4440345d3ae32c49b04a797e9c01036ea460b6bb4168ca8" |
13 | SRC_URI[sha256sum] = "0e7d3987cd0488ecaf4b48761bc97f40b1dc089e5ff53c4b37abe30bc67dcb2f" | ||
14 | 13 | ||
15 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/gptfdisk/files/gptfdisk/" | 14 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/gptfdisk/files/gptfdisk/" |
16 | UPSTREAM_CHECK_REGEX = "/gptfdisk/(?P<pver>(\d+[\.\-_]*)+)/" | 15 | UPSTREAM_CHECK_REGEX = "/gptfdisk/(?P<pver>(\d+[\.\-_]*)+)/" |