diff options
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.bb | 21 |
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 @@ | |||
| 1 | SUMMARY = "Thunderbolt user-space management tool" | ||
| 2 | DESCRIPTION = "Userspace system daemon to enable security levels for Thunderbolt on GNU/Linux" | ||
| 3 | HOMEPAGE = "https://gitlab.freedesktop.org/bolt/bolt" | ||
| 4 | LICENSE = "LGPL-2.1-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 6 | |||
| 7 | DEPENDS = "udev polkit dbus" | ||
| 8 | REQUIRED_DISTRO_FEATURES = "polkit" | ||
| 9 | |||
| 10 | SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master;tag=${PV}" | ||
| 11 | SRCREV = "9d1d66380353dab94c28466f34adb2ba6c7e4393" | ||
| 12 | |||
| 13 | |||
| 14 | CVE_PRODUCT = "freedesktop:bolt" | ||
| 15 | |||
| 16 | inherit cmake pkgconfig meson features_check | ||
| 17 | |||
| 18 | FILES:${PN} += "${datadir}/dbus-1/* \ | ||
| 19 | ${datadir}/polkit-1/* \ | ||
| 20 | ${systemd_system_unitdir} \ | ||
| 21 | " | ||
