diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2010-03-24 15:51:23 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-24 16:00:25 +0100 |
commit | b784f0a49ed4f00c9807f587f659ae19769d73c0 (patch) | |
tree | 7f00d0c06667c2f020a980d1800c71aedf4fad96 /recipes/devlabel | |
parent | b9822ec414c11484942c968c78b39bb26c4e8a16 (diff) |
misc recipes: migrate from e2fsprogs-libs to util-linux-ng/e2fsprogs
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
Diffstat (limited to 'recipes/devlabel')
-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" |