]> 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>
Thu, 14 May 2015 10:41:11 +0000 (11:41 +0100)
Without pkgconfig being present at build time it's possible for the .pc files to
not be installed correctly.

Signed-off-by: Christophe Guillon <christophe.guillon@st.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/ncurses/ncurses.inc

index 225e3692670c0952d5689ee31c777673d6d8e0ed..087fc93bd0759043c3dcce90a4de9c41c8a246a2 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 = "ftp://invisible-island.net/${BPN}/current/${BP}-${REVISION}.tgz"