summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-security/usbguard
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2023-01-05 17:09:28 +0000
committerKhem Raj <raj.khem@gmail.com>2023-01-06 11:38:16 -0800
commitf91cf84bda0bd75b98f14c7f9a4cc49e76ea233a (patch)
tree7f19f291b09dd1e8dfd76641e0abb14f1b7b921d /meta-oe/recipes-security/usbguard
parent40eed9a0026edc97772cb2acafae048a41e1af44 (diff)
downloadmeta-openembedded-f91cf84bda0bd75b98f14c7f9a4cc49e76ea233a.tar.gz
usbguard: Remove pegtl from DEPENDS
Using `DEPENDS = "pegtl"` with `--with-bundled-pegtl` doesn't make sense, so drop the DEPENDS. Also add github-releases checking for newer versions. Drop redundant setting of `S` to the default. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-security/usbguard')
-rw-r--r--meta-oe/recipes-security/usbguard/usbguard_1.1.1.bb6
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
17SRC_URI[sha256sum] = "460ebfb4ffc5609739a202a3a1d9fda1c30de033b634845b8baa136352bfb432" 17SRC_URI[sha256sum] = "460ebfb4ffc5609739a202a3a1d9fda1c30de033b634845b8baa136352bfb432"
18 18
19inherit autotools-brokensep bash-completion pkgconfig systemd 19inherit autotools-brokensep bash-completion pkgconfig systemd github-releases
20 20
21DEPENDS = "glib-2.0-native libcap-ng libqb libxml2-native libxslt-native pegtl protobuf protobuf-native xmlto-native" 21DEPENDS = "glib-2.0-native libcap-ng libqb libxml2-native libxslt-native protobuf protobuf-native xmlto-native"
22 22
23S = "${WORKDIR}/${BPN}-${PV}" 23UPSTREAM_CHECK_REGEX = "releases/tag/usbguard-(?P<pver>\d+(\.\d+)+)"
24 24
25EXTRA_OECONF += "\ 25EXTRA_OECONF += "\
26 --with-bundled-catch \ 26 --with-bundled-catch \