sdk: fix host menu config targets using ncurses
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 17 Apr 2020 16:24:10 +0000 (13:24 -0300)
committerPetr Štetiar <ynezz@true.cz>
Wed, 20 May 2020 15:03:45 +0000 (17:03 +0200)
commit1f2539a1f48b37b3aa99efba6bcef7cc2030793a
treef38a9a5100c1a86d78d627dd46b1a2fc86471c8a
parent3481f6ffc79f46fc7ba86a4cc15ad958e99b5a82
sdk: fix host menu config targets using ncurses

This applies 965f341aa9 ("build: fix host menu config targets using
ncurses") to the SDK top Makefile.

If there is a pkg-config in the staging dir, it will try to use it
instead of the host system's pkg-config; then it will fail to find the
ncurses package.  Linux's default will be used, which fails in some
cases, such as recent Gentoo systems.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
[fixed From: to match SoB]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/sdk/files/Makefile