[oe-commits] Christophe Guillon : ncurses: inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Thu May 14 10:44:20 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: f049a53078b3876be9fefc1e5f64404a3f378724
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f049a53078b3876be9fefc1e5f64404a3f378724

Author: Christophe Guillon <christophe.guillon at st.com>
Date:   Wed May  6 14:32:22 2015 +0100

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 <christophe.guillon at st.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 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 225e369..087fc93 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"



More information about the Openembedded-commits mailing list