task-fso2-compliance: add fsoaudiod as dependency
[openembedded.git] / recipes / pmount / pmount_0.9.19.bb
blobf6088da6b040d16f6ad326190cf3889989e15031
1 DESCRIPTION = "Policy based mounter that gives the ability to mount removable devices as a user"
2 HOMEPAGE = "http://pmount.alioth.debian.org/"
3 LICENSE = "GPLv2"
4 PR = "r0"
6 DEPENDS = "hal util-linux-ng"
7 RDEPENDS_${PN}-hal = "${PN}"
8 RRECOMMENDS_${PN}-hal = "hal"
10 SRC_URI = "https://alioth.debian.org/frs/download.php/2867/pmount-0.9.19.tar.gz \
11 file://gettext.patch \
12 file://install.patch \
15 inherit autotools gettext
17 do_configure_prepend() {
18 autopoint --force || true
21 EXTRA_OECONF = "--enable-hal"
23 PACKAGES =+ "${PN}-hal"
25 FILES_${PN}-hal = "${bindir}/pmount-hal"
28 SRC_URI[md5sum] = "2fd9fe103375dbd0c91af2f302250a8c"
29 SRC_URI[sha256sum] = "e2174f1249ea79121648bb0e9353729767654e6d430fb2d28da342ec25a179be"