diff options
author | Christophe Guillon <christophe.guillon@st.com> | 2015-05-06 14:32:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:41:11 +0100 |
commit | f049a53078b3876be9fefc1e5f64404a3f378724 (patch) | |
tree | 502b42d1bfa9df7b6cb913608b25f7889ecec3d6 /meta/recipes-core | |
parent | aef3ffd3b3a1fa72dfccf1fd4b9f8cf9d3812fa8 (diff) | |
download | openembedded-core-contrib-f049a53078b3876be9fefc1e5f64404a3f378724.tar.gz |
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@st.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 225e3692670..087fc93bd07 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" |