aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/util-linux-ng
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-09-29 10:36:28 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-06 15:32:03 -0700
commit79459407397fc6a592e6e2fece252f793f9ca8db (patch)
tree5bb391b6334ca92a793b0da6badf6d3c6ac9b76e /recipes/util-linux-ng
parent0d5594975557c6eea0ccdef427a200e9cf71e4e8 (diff)
downloadopenembedded-79459407397fc6a592e6e2fece252f793f9ca8db.tar.gz
util-linux-ng: Don't depend on udev unless selected as IMAGE_DEV_MANAGER
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/util-linux-ng')
-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 8f5df0e684..bba5dad442 100644
--- a/recipes/util-linux-ng/util-linux-ng.inc
+++ b/recipes/util-linux-ng/util-linux-ng.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux system."
SECTION = "base"
LICENSE = "GPL"
-DEPENDS = "udev zlib ncurses virtual/libintl"
+DEPENDS = "${@base_conditional('IMAGE_DEV_MANAGER', 'udev', 'udev', '', d)} zlib ncurses virtual/libintl"
DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native gettext-native"
inherit autotools gettext