From patchwork Sun May 15 01:32:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [13/15] util-linux: inherit pkgconfig Date: Sun, 15 May 2011 01:32:30 -0000 From: Saul Wold X-Patchwork-Id: 4043 Message-Id: To: openembedded-core@lists.openembedded.org Cc: Paul Eggleton , Kang Kai From: Khem Raj 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 --- 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 447e5b7..489ec1a 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 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"