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/pmount | |
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/pmount')
-rw-r--r-- | recipes/pmount/pmount_0.9.17.bb | 2 | ||||
-rw-r--r-- | recipes/pmount/pmount_0.9.18.bb | 2 | ||||
-rw-r--r-- | recipes/pmount/pmount_0.9.19.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/pmount/pmount_0.9.17.bb b/recipes/pmount/pmount_0.9.17.bb index f72534b468..60cdced0fb 100644 --- a/recipes/pmount/pmount_0.9.17.bb +++ b/recipes/pmount/pmount_0.9.17.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://pmount.alioth.debian.org/" LICENSE = "GPLv2" PR = "r0" -DEPENDS = "hal e2fsprogs-libs sysfsutils" +DEPENDS = "hal util-linux-ng sysfsutils" RDEPENDS_${PN}-hal = "${PN}" RRECOMMENDS_${PN}-hal = "hal" diff --git a/recipes/pmount/pmount_0.9.18.bb b/recipes/pmount/pmount_0.9.18.bb index 71a823e698..6b043bce3a 100644 --- a/recipes/pmount/pmount_0.9.18.bb +++ b/recipes/pmount/pmount_0.9.18.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://pmount.alioth.debian.org/" LICENSE = "GPLv2" PR = "r1" -DEPENDS = "hal e2fsprogs-libs sysfsutils" +DEPENDS = "hal util-linux-ng sysfsutils" RDEPENDS_${PN}-hal = "${PN}" RRECOMMENDS_${PN}-hal = "hal" diff --git a/recipes/pmount/pmount_0.9.19.bb b/recipes/pmount/pmount_0.9.19.bb index 2bab217a29..35454b895d 100644 --- a/recipes/pmount/pmount_0.9.19.bb +++ b/recipes/pmount/pmount_0.9.19.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://pmount.alioth.debian.org/" LICENSE = "GPLv2" PR = "r0" -DEPENDS = "hal e2fsprogs-libs" +DEPENDS = "hal util-linux-ng" RDEPENDS_${PN}-hal = "${PN}" RRECOMMENDS_${PN}-hal = "hal" |