From: Martin Jansa Date: Wed, 11 Aug 2010 08:54:20 +0000 (+0200) Subject: xfsdump: add xfsprogs to DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c85b533319f7616ba70cfd0ce0a8c6a669b9b4;p=openembedded.git xfsdump: add xfsprogs to DEPENDS --- diff --git a/recipes/xfsprogs/xfsdump_3.0.4.bb b/recipes/xfsprogs/xfsdump_3.0.4.bb index da6381646b..46a3d74116 100644 --- a/recipes/xfsprogs/xfsdump_3.0.4.bb +++ b/recipes/xfsprogs/xfsdump_3.0.4.bb @@ -2,7 +2,7 @@ DESCRIPTION = "XFS Filesystem Dump Utility" HOMEPAGE = "http://oss.sgi.com/projects/xfs" LICENSE = "GPL" SECTION = "base" -DEPENDS = "util-linux-ng" +DEPENDS = "xfsprogs" SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz" SRC_URI[md5sum] = "af6932cfcd95ce64dc583128a190ffd7"