From c6e39f271a737aa867a15f70c2975987e9d7b209 Mon Sep 17 00:00:00 2001 From: Christophe Guillon Date: Wed, 6 May 2015 14:32:22 +0100 Subject: [PATCH] ncurses: inherit pkgconfig Without pkgconfig being present at build time it's possible for the .pc files to not be installed correctly. (From OE-Core rev: f049a53078b3876be9fefc1e5f64404a3f378724) Signed-off-by: Christophe Guillon Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/ncurses/ncurses.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 10f7dd175d..1b0f10c881 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -10,7 +10,7 @@ INC_PR = "r15" BINCONFIG = "${bindir}/ncurses-config" -inherit autotools binconfig-disabled multilib_header +inherit autotools binconfig-disabled multilib_header pkgconfig # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/ SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz" -- 2.40.1