summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/bolt/bolt_0.9.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-bsp/bolt/bolt_0.9.11.bb')
-rw-r--r--meta-oe/recipes-bsp/bolt/bolt_0.9.11.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/bolt/bolt_0.9.11.bb b/meta-oe/recipes-bsp/bolt/bolt_0.9.11.bb
new file mode 100644
index 0000000000..924964f6b6
--- /dev/null
+++ b/meta-oe/recipes-bsp/bolt/bolt_0.9.11.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Thunderbolt user-space management tool"
2DESCRIPTION = "Userspace system daemon to enable security levels for Thunderbolt on GNU/Linux"
3HOMEPAGE = "https://gitlab.freedesktop.org/bolt/bolt"
4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
6
7DEPENDS = "udev polkit dbus"
8REQUIRED_DISTRO_FEATURES = "polkit"
9
10SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master;tag=${PV}"
11SRCREV = "9d1d66380353dab94c28466f34adb2ba6c7e4393"
12
13
14CVE_PRODUCT = "freedesktop:bolt"
15
16inherit cmake pkgconfig meson features_check
17
18FILES:${PN} += "${datadir}/dbus-1/* \
19 ${datadir}/polkit-1/* \
20 ${systemd_system_unitdir} \
21"