aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-17 10:16:16 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-17 11:06:20 -0700
commita159104809a74af2fc3c697e55f85f5ea760f5c2 (patch)
tree735a9ed14706a2d738db680ecfc01cd42b4cf9cd
parentde2721fde6420178dc6b81f05bf58f872b46a6bc (diff)
downloadopenembedded-a159104809a74af2fc3c697e55f85f5ea760f5c2.tar.gz
util-linux-ng.inc: Add pkgconfig-native to native DEPENDS
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/util-linux-ng/util-linux-ng.inc2
1 files changed, 1 insertions, 1 deletions
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