[OE-core] [PATCH 1/1] ncurses: inherit ncurses from pkgconfig

Christophe Guillon christophe.guillon at st.com
Mon May 4 11:00:45 UTC 2015


Inherit ncurses from pkgconfig bbclass such that the ncurses
build installs pkgconfig .pc files correctly.
Otherwise packages depending on ncurses may not get the
right ncurses configuration.

Signed-off-by: Christophe Guillon <christophe.guillon at st.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 f0a4044..33f937e 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -8,7 +8,7 @@ DEPENDS = "ncurses-native"
 DEPENDS_class-native = ""
 INC_PR = "r15"
 
-inherit autotools binconfig multilib_header
+inherit autotools pkgconfig binconfig multilib_header
 
 # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/
 SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz"
-- 
1.7.9.5




More information about the Openembedded-core mailing list