From: Tom Rini Date: Thu, 17 Mar 2011 17:16:16 +0000 (-0700) Subject: util-linux-ng.inc: Add pkgconfig-native to native DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a159104809a74af2fc3c697e55f85f5ea760f5c2;p=openembedded.git util-linux-ng.inc: Add pkgconfig-native to native DEPENDS Signed-off-by: Tom Rini --- diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc index 2b5ab92c68..9c2a5da10b 100644 --- a/recipes/util-linux-ng/util-linux-ng.inc +++ b/recipes/util-linux-ng/util-linux-ng.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux sys SECTION = "base" LICENSE = "GPL" DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} zlib ncurses" -DEPENDS_virtclass-native = "zlib-native" +DEPENDS_virtclass-native = "zlib-native pkgconfig-native" inherit autotools gettext