diff options
Diffstat (limited to 'meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb')
| -rw-r--r-- | meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb new file mode 100644 index 0000000000..c432e85468 --- /dev/null +++ b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "A command line Linux program which mounts and unmounts removable devices" | ||
| 2 | HOMEPAGE = "http://ignorantguru.github.io/udevil/" | ||
| 3 | |||
| 4 | DEPENDS = "glib-2.0 \ | ||
| 5 | glib-2.0-native \ | ||
| 6 | intltool-native \ | ||
| 7 | udev \ | ||
| 8 | " | ||
| 9 | RDEPENDS_${PN} = "udev" | ||
| 10 | |||
| 11 | LICENSE = "GPL-3.0" | ||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 13 | |||
| 14 | inherit autotools systemd | ||
| 15 | |||
| 16 | SRC_URI = "https://github.com/IgnorantGuru/udevil/raw/pkg/${PV}/udevil-${PV}.tar.xz \ | ||
| 17 | file://0001-udevil-0.4.3-fix-compile-with-gcc6.patch \ | ||
| 18 | file://0002-etc-Makefile.am-Use-systemd_unitdir-instead-of-libdi.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SRC_URI[md5sum] = "dc1c489b603a0500a04dc7e1805ac1d9" | ||
| 22 | SRC_URI[sha256sum] = "ce8c51fd4d589cda7be56e75b42188deeb258c66fc911a9b3a70a3945c157739" | ||
| 23 | |||
| 24 | PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | ||
| 25 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | ||
| 26 | |||
| 27 | SYSTEMD_SERVICE_${PN} = "devmon@.service" | ||
| 28 | SYSTEMD_AUTO_ENABLE = "disable" | ||
