diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-12-20 16:37:54 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-01-04 10:46:25 -0500 |
| commit | d623fc232b433138c860a2d5b7b78d60070cc50f (patch) | |
| tree | dbd92e999205bd2b7fb4b01bb6c33088136bd2f7 | |
| parent | 1550c126ce8bad2dfd91cdc1eea7c295ac7891bb (diff) | |
| download | meta-security-d623fc232b433138c860a2d5b7b78d60070cc50f.tar.gz | |
bubblewrap: remove recipe
It was moved to meta-oe.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/bubblewrap/bubblewrap_0.7.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-security/bubblewrap/bubblewrap_0.7.0.bb b/recipes-security/bubblewrap/bubblewrap_0.7.0.bb deleted file mode 100644 index a48b012..0000000 --- a/recipes-security/bubblewrap/bubblewrap_0.7.0.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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 = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz" | ||
| 9 | SRC_URI[sha256sum] = "764ab7100bd037ea53d440d362e099d7a425966bc62d1f00ab26b8fbb882a9dc" | ||
| 10 | |||
| 11 | inherit autotools bash-completion github-releases manpages pkgconfig | ||
| 12 | |||
| 13 | GITHUB_BASE_URI = "https://github.com/containers/${BPN}/releases/" | ||
| 14 | |||
| 15 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" | ||
| 16 | PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native docbook-xsl-stylesheets-native xmlto-native" | ||
| 17 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" | ||
| 18 | PACKAGECONFIG[setuid] = "--with-priv-mode=setuid,--with-priv-mode=none" | ||
| 19 | |||
| 20 | PACKAGES += "${PN}-zsh-completion" | ||
| 21 | |||
| 22 | FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" | ||
