[oe-commits] Andreas Oberritter : util-linux-ng: Don' t depend on udev unless selected as IMAGE_DEV_MANAGER

git version control git at git.openembedded.org
Wed Oct 6 22:35:18 UTC 2010


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Wed Sep 29 10:36:28 2010 +0000

util-linux-ng: Don't depend on udev unless selected as IMAGE_DEV_MANAGER

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Khem Raj <raj.khem at gmail.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 8f5df0e..bba5dad 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





More information about the Openembedded-commits mailing list