diff options
Diffstat (limited to 'meta-oe/recipes-security/usbguard')
-rw-r--r-- | meta-oe/recipes-security/usbguard/usbguard_1.1.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-security/usbguard/usbguard_1.1.1.bb b/meta-oe/recipes-security/usbguard/usbguard_1.1.1.bb index 8df78ec81..2e0934931 100644 --- a/meta-oe/recipes-security/usbguard/usbguard_1.1.1.bb +++ b/meta-oe/recipes-security/usbguard/usbguard_1.1.1.bb | |||
@@ -16,11 +16,11 @@ SRC_URI = "https://github.com/USBGuard/usbguard/releases/download/${BPN}-${PV}/$ | |||
16 | 16 | ||
17 | SRC_URI[sha256sum] = "460ebfb4ffc5609739a202a3a1d9fda1c30de033b634845b8baa136352bfb432" | 17 | SRC_URI[sha256sum] = "460ebfb4ffc5609739a202a3a1d9fda1c30de033b634845b8baa136352bfb432" |
18 | 18 | ||
19 | inherit autotools-brokensep bash-completion pkgconfig systemd | 19 | inherit autotools-brokensep bash-completion pkgconfig systemd github-releases |
20 | 20 | ||
21 | DEPENDS = "glib-2.0-native libcap-ng libqb libxml2-native libxslt-native pegtl protobuf protobuf-native xmlto-native" | 21 | DEPENDS = "glib-2.0-native libcap-ng libqb libxml2-native libxslt-native protobuf protobuf-native xmlto-native" |
22 | 22 | ||
23 | S = "${WORKDIR}/${BPN}-${PV}" | 23 | UPSTREAM_CHECK_REGEX = "releases/tag/usbguard-(?P<pver>\d+(\.\d+)+)" |
24 | 24 | ||
25 | EXTRA_OECONF += "\ | 25 | EXTRA_OECONF += "\ |
26 | --with-bundled-catch \ | 26 | --with-bundled-catch \ |