diff options
-rw-r--r-- | meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb | 2 |
1 files changed, 1 insertions, 1 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 index 1e88ced90e..3591a4f6d6 100644 --- a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb +++ b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb | |||
@@ -11,7 +11,7 @@ RDEPENDS:${PN} = "udev bash" | |||
11 | LICENSE = "GPL-3.0" | 11 | LICENSE = "GPL-3.0" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
14 | inherit autotools systemd | 14 | inherit autotools pkgconfig systemd |
15 | 15 | ||
16 | SRC_URI = "https://github.com/IgnorantGuru/udevil/raw/pkg/${PV}/udevil-${PV}.tar.xz \ | 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 \ | 17 | file://0001-udevil-0.4.3-fix-compile-with-gcc6.patch \ |