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 <christophe.guillon@st.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Christophe Guillon 2015-05-06 14:32:22 +01:00 committed by Richard Purdie
parent 9f8391602b
commit 52e465f3fe
1 changed files with 1 additions and 1 deletions

View File

@ -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"