]> code.ossystems Code Review - openembedded-core.git/commitdiff
util-linux: inherit pkgconfig
authorKhem Raj <raj.khem@gmail.com>
Fri, 13 May 2011 18:41:56 +0000 (11:41 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 May 2011 14:21:21 +0000 (15:21 +0100)
Configure of util-linux used pkg-config to poke for gtk-doc versions
so we need this dependency on pkgconfig

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/util-linux/util-linux.inc

index 447e5b7d436f2beeac040674021b7d39e14b4ac8..489ec1abc8beb65cd17d6cbce65e310642440579 100644 (file)
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=1530e36fe1304d4535513de90a290df9
                     file://licenses/COPYING.UCB;md5=263860f8968d8bafa5392cab74285262 \
                     file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig
 DEPENDS = "zlib ncurses"
 DEPENDS_virtclass-native_append = " lzo-native"