diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2014-03-04 09:17:08 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-05 15:50:22 +0000 |
commit | 8053b2199100e82053a87bc8cf05a6216f3b3e7e (patch) | |
tree | 31a5688ef03ab9fc6b277af886951dd172398d18 /meta/recipes-extended/mc/mc_4.8.10.bb | |
parent | f683023b05840ab1fe19aa59b313a2be9ffb13fa (diff) | |
download | poky-8053b2199100e82053a87bc8cf05a6216f3b3e7e.tar.gz |
mc: Add 'inherit pkgconfig'
mc's configure script uses pkg-config so we should 'inherit pgkconfig'
to ensure the sysroot is properly populated. Currently we are lucky as
mc DEPENDS on glib-2.0 which inherits pkgconfig but we should not rely
on this dependency chain.
(From OE-Core rev: 37c367df895497d3147d6b0956ff16db4fdc92ed)
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mc/mc_4.8.10.bb')
-rw-r--r-- | meta/recipes-extended/mc/mc_4.8.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/mc/mc_4.8.10.bb b/meta/recipes-extended/mc/mc_4.8.10.bb index 09cfa3c53d..511771a1d3 100644 --- a/meta/recipes-extended/mc/mc_4.8.10.bb +++ b/meta/recipes-extended/mc/mc_4.8.10.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" | |||
11 | SRC_URI[md5sum] = "eb4bdc23abd4fdfa14911d53d65c8186" | 11 | SRC_URI[md5sum] = "eb4bdc23abd4fdfa14911d53d65c8186" |
12 | SRC_URI[sha256sum] = "5f4166fe78fbf4b42f51ed526ca7f79fea8c77d04355c2b97d4df2a6bd2a1b1a" | 12 | SRC_URI[sha256sum] = "5f4166fe78fbf4b42f51ed526ca7f79fea8c77d04355c2b97d4df2a6bd2a1b1a" |
13 | 13 | ||
14 | inherit autotools gettext | 14 | inherit autotools gettext pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | 16 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" |
17 | 17 | ||