[oe-commits] Koen Kooi : nfs-utils: add e2fsprogs to DEPENDS to satisfy libblkid dep

GIT User account git at amethyst.openembedded.net
Mon Oct 20 10:31:10 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Oct 20 12:29:19 2008 +0200

nfs-utils: add e2fsprogs to DEPENDS to satisfy libblkid dep
* why do we have conflicting e2fsprogs and e2fsprogs-libs recipes?

---

 packages/nfs-utils/nfs-utils_1.1.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/nfs-utils/nfs-utils_1.1.2.bb b/packages/nfs-utils/nfs-utils_1.1.2.bb
index 727daed..b777f20 100644
--- a/packages/nfs-utils/nfs-utils_1.1.2.bb
+++ b/packages/nfs-utils/nfs-utils_1.1.2.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
 
 FILE_PR = "2"
 
-DEPENDS = "tcp-wrappers libevent"
+DEPENDS = "e2fsprogs tcp-wrappers libevent"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \
 	file://nfsserver \





More information about the Openembedded-commits mailing list