summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses
diff options
context:
space:
mode:
authorChristophe Guillon <christophe.guillon@st.com>2015-05-06 14:32:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-28 09:44:07 +0100
commit10ee6be5b863b1d7d808680f52874843e5b43ea0 (patch)
tree48e2a5907bdd66609dae71c617496d7018f737c2 /meta/recipes-core/ncurses
parent5b8a8f94908e4383494f343e9f331f9bb5ace16d (diff)
downloadpoky-10ee6be5b863b1d7d808680f52874843e5b43ea0.tar.gz
ncurses: inherit pkgconfig
Without pkgconfig being present at build time it's possible for the .pc files to not be installed correctly. (From OE-Core rev: f049a53078b3876be9fefc1e5f64404a3f378724) (From OE-Core rev: c6e39f271a737aa867a15f70c2975987e9d7b209) 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>
Diffstat (limited to 'meta/recipes-core/ncurses')
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 10f7dd175d..1b0f10c881 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -10,7 +10,7 @@ INC_PR = "r15"
10 10
11BINCONFIG = "${bindir}/ncurses-config" 11BINCONFIG = "${bindir}/ncurses-config"
12 12
13inherit autotools binconfig-disabled multilib_header 13inherit autotools binconfig-disabled multilib_header pkgconfig
14 14
15# Upstream has useful patches at times at ftp://invisible-island.net/ncurses/ 15# Upstream has useful patches at times at ftp://invisible-island.net/ncurses/
16SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz" 16SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz"