git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2721f
)
util-linux-ng.inc: Add pkgconfig-native to native DEPENDS
author
Tom Rini
<tom_rini@mentor.com>
Thu, 17 Mar 2011 17:16:16 +0000
(10:16 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Thu, 17 Mar 2011 18:06:20 +0000
(11:06 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/util-linux-ng/util-linux-ng.inc
patch
|
blob
|
history
diff --git
a/recipes/util-linux-ng/util-linux-ng.inc
b/recipes/util-linux-ng/util-linux-ng.inc
index
2b5ab92
..
9c2a5da
100644
(file)
--- 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