diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-05-13 11:41:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-16 15:32:20 +0100 |
commit | d2de82e45fe73d4d93862fb9801756e3c13deeef (patch) | |
tree | 173b79f5f22be21158855eeb068ea8b12970b8ac /meta/recipes-core | |
parent | 9248bf03d4262bf7b04263b8116a340f1b9545e6 (diff) | |
download | poky-d2de82e45fe73d4d93862fb9801756e3c13deeef.tar.gz |
util-linux: inherit pkgconfig
Configure of util-linux used pkg-config to poke for gtk-doc versions
so we need this dependency on pkgconfig
(From OE-Core rev: cd2d9a0a7420b525b518bdf35c256508db1591ed)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 447e5b7d43..489ec1abc8 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=1530e36fe1304d4535513de90a290df9 | |||
13 | file://licenses/COPYING.UCB;md5=263860f8968d8bafa5392cab74285262 \ | 13 | file://licenses/COPYING.UCB;md5=263860f8968d8bafa5392cab74285262 \ |
14 | file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 14 | file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
15 | 15 | ||
16 | inherit autotools gettext | 16 | inherit autotools gettext pkgconfig |
17 | DEPENDS = "zlib ncurses" | 17 | DEPENDS = "zlib ncurses" |
18 | DEPENDS_virtclass-native_append = " lzo-native" | 18 | DEPENDS_virtclass-native_append = " lzo-native" |
19 | 19 | ||