summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb')
-rw-r--r--meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb
new file mode 100644
index 0000000000..0db94b40fa
--- /dev/null
+++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb
@@ -0,0 +1,25 @@
1DESCRIPTION = "Unprivileged sandboxing tool"
2HOMEPAGE = "https://github.com/containers/bubblewrap"
3LICENSE = "LGPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
5
6DEPENDS = "libcap"
7
8SRC_URI = " \
9 https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz \
10"
11SRC_URI[sha256sum] = "c1b7455a1283b1295879a46d5f001dfd088c0bb0f238abb5e128b3583a246f71"
12
13inherit meson bash-completion github-releases manpages pkgconfig
14
15GITHUB_BASE_URI = "https://github.com/containers/${BPN}/releases/"
16
17PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
18PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native docbook-xsl-stylesheets-native xmlto-native"
19PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux"
20
21PACKAGES += "${PN}-zsh-completion"
22
23FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions"
24
25BBCLASSEXTEND = "native"