diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-11 10:54:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-11 10:54:20 +0200 |
commit | d1c85b533319f7616ba70cfd0ce0a8c6a669b9b4 (patch) | |
tree | 8f6b4904a6e002799887dc132eeeb8a6ca9f2a3e /recipes | |
parent | e6b733c03eaf199797d3baebd48a55b8e3ea08cb (diff) |
xfsdump: add xfsprogs to DEPENDS
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xfsprogs/xfsdump_3.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |