]> code.ossystems Code Review - openembedded-core.git/commitdiff
ncurses: inherit pkgconfig
authorChristophe Guillon <christophe.guillon@st.com>
Wed, 6 May 2015 13:32:22 +0000 (14:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Jun 2015 08:41:54 +0000 (09:41 +0100)
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>
meta/recipes-core/ncurses/ncurses.inc

index 10f7dd175da9ec2a50ee0220fc955121c7de559d..1b0f10c881992d86bb793a714aa93061b9536a79 100644 (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 = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz"