mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5b8a8f9490
commit
10ee6be5b8
@@ -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 = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user