diff options
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" |