summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb')
-rw-r--r--meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb
new file mode 100644
index 0000000000..7e63435e90
--- /dev/null
+++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.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] = "69abc30005d2186baf7737feacd8da35633b93cf5af38838ecff17c5f8e924f6"
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"