[oe-commits] Koen Kooi : util-linux-ng: fix dep loop

GIT User account git at amethyst.openembedded.net
Mon May 18 15:11:36 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon May 18 17:04:59 2009 +0200

util-linux-ng: fix dep loop

---

 recipes/util-linux-ng/util-linux-ng.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
index ea58081..45fd1a6 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 util-linux-ng virtual/libintl"
+DEPENDS = "udev zlib ncurses virtual/libintl"
 
 inherit autotools_stage
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
@@ -14,6 +14,7 @@ RC ?= ""
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2"
 
 PACKAGES =+ "util-linux-ng-fdisk util-linux-ng-cfdisk util-linux-ng-sfdisk util-linux-ng-swaponoff util-linux-ng-losetup util-linux-ng-umount util-linux-ng-mount util-linux-ng-readprofile "
+PACKAGES_DYNAMIC = "libblkid*"
 
 FILES_${PN}-doc += "/usr/share/misc/getopt/getopt-*.*"
 FILES_${PN} = "${bindir} ${sbindir} ${base_bindir} ${base_sbindir}"





More information about the Openembedded-commits mailing list