diff options
Diffstat (limited to 'recipes/devlabel/devlabel_0.48.01.bb')
-rw-r--r-- | recipes/devlabel/devlabel_0.48.01.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/devlabel/devlabel_0.48.01.bb b/recipes/devlabel/devlabel_0.48.01.bb index d26cc56d05..903be776b4 100644 --- a/recipes/devlabel/devlabel_0.48.01.bb +++ b/recipes/devlabel/devlabel_0.48.01.bb @@ -1,8 +1,8 @@ SECTION = "base" HOMEPAGE = "http://linux.dell.com/devlabel/devlabel.html" DESCRIPTION = "tool for user-define static device labels" -DEPENDS = "e2fsprogs-libs" -RDEPENDS = "bash util-linux" +DEPENDS = "util-linux-ng" +RDEPENDS = "bash util-linux-ng" LICENSE = "GPL" PR = "r0" |