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:43:57 +0100 |
commit | 52e465f3fe543521d1be51b0d2816a72edaba818 (patch) | |
tree | 495a281c1cb1d63d05f9f4405bce7771f0864321 /meta/recipes-core | |
parent | 9f8391602ba56d67b586a92ea5a1cd85f2f56259 (diff) | |
download | poky-52e465f3fe543521d1be51b0d2816a72edaba818.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)
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')
-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 225e369267..087fc93bd0 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -10,7 +10,7 @@ INC_PR = "r15" | |||
10 | 10 | ||
11 | BINCONFIG = "${bindir}/ncurses-config" | 11 | BINCONFIG = "${bindir}/ncurses-config" |
12 | 12 | ||
13 | inherit autotools binconfig-disabled multilib_header | 13 | inherit 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/ |
16 | SRC_URI = "ftp://invisible-island.net/${BPN}/current/${BP}-${REVISION}.tgz" | 16 | SRC_URI = "ftp://invisible-island.net/${BPN}/current/${BP}-${REVISION}.tgz" |