From: Christophe Guillon Date: Wed, 6 May 2015 13:32:22 +0000 (+0100) Subject: ncurses: inherit pkgconfig X-Git-Tag: 2015-10~1878 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f049a53078b3876be9fefc1e5f64404a3f378724;p=openembedded-core.git ncurses: inherit pkgconfig Without pkgconfig being present at build time it's possible for the .pc files to not be installed correctly. Signed-off-by: Christophe Guillon Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 225e369267..087fc93bd0 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 = "ftp://invisible-island.net/${BPN}/current/${BP}-${REVISION}.tgz"