diff options
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.bb | 25 |
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 @@ | |||
| 1 | DESCRIPTION = "Unprivileged sandboxing tool" | ||
| 2 | HOMEPAGE = "https://github.com/containers/bubblewrap" | ||
| 3 | LICENSE = "LGPL-2.0-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
| 5 | |||
| 6 | DEPENDS = "libcap" | ||
| 7 | |||
| 8 | SRC_URI = " \ | ||
| 9 | https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ | ||
| 10 | " | ||
| 11 | SRC_URI[sha256sum] = "c1b7455a1283b1295879a46d5f001dfd088c0bb0f238abb5e128b3583a246f71" | ||
| 12 | |||
| 13 | inherit meson bash-completion github-releases manpages pkgconfig | ||
| 14 | |||
| 15 | GITHUB_BASE_URI = "https://github.com/containers/${BPN}/releases/" | ||
| 16 | |||
| 17 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" | ||
| 18 | PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native docbook-xsl-stylesheets-native xmlto-native" | ||
| 19 | PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux" | ||
| 20 | |||
| 21 | PACKAGES += "${PN}-zsh-completion" | ||
| 22 | |||
| 23 | FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native" | ||
