[oe-commits] Tom Rini : util-linux-ng.inc: Add pkgconfig-native to native DEPENDS

git version control git at git.openembedded.org
Thu Mar 17 18:09:18 UTC 2011


Module: openembedded.git
Branch: master
Commit: a159104809a74af2fc3c697e55f85f5ea760f5c2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a159104809a74af2fc3c697e55f85f5ea760f5c2

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Mar 17 10:16:16 2011 -0700

util-linux-ng.inc: Add pkgconfig-native to native DEPENDS

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/util-linux-ng/util-linux-ng.inc |    2 +-
 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 2b5ab92..9c2a5da 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
 





More information about the Openembedded-commits mailing list