summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/fdisk/gptfdisk
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-02-08 11:59:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-09 08:56:10 +0000
commitcdd670b3cfe3160a57ce3c8d6d5b7e9b195b128d (patch)
treec9fa8776ac92215bf6215da978b3ad34013e05dd /meta/recipes-devtools/fdisk/gptfdisk
parent35c4fbe5503d74ef120f6e044a2baa6faf8ee4a9 (diff)
downloadpoky-cdd670b3cfe3160a57ce3c8d6d5b7e9b195b128d.tar.gz
gptfdisk: update 1.0.5 -> 1.0.6
(From OE-Core rev: 124416ee6ff3228101f7b4423b6a5581a096cae1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/fdisk/gptfdisk')
-rw-r--r--meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch7
1 files changed, 4 insertions, 3 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 @@
1From 607b0bed5e8a5f5c3754cd6ffcf499d8134c37f9 Mon Sep 17 00:00:00 2001 1From 6bc6e867c5b3a774c0d7819ee5a3d2885e97caa9 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 30 Mar 2020 17:11:19 +0200 3Date: Mon, 30 Mar 2020 17:11:19 +0200
4Subject: [PATCH] gptcurses: correctly include curses.h 4Subject: [PATCH] gptcurses: correctly include curses.h
5 5
6Upstream-Status: Inappropriate [oe-core specific] 6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 7Signed-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
12diff --git a/gptcurses.cc b/gptcurses.cc 13diff --git a/gptcurses.cc b/gptcurses.cc
13index 1b18cf2..4ebfde1 100644 14index 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>