diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-12-20 16:33:43 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-23 08:52:22 -0800 |
| commit | a71c6b16b6c3dd6222501c760ddead782e6761e2 (patch) | |
| tree | cda958c76c999b57436d776217fedfe3f573d890 | |
| parent | 5c736049691a607750a2fb1f60fe1d88b5e22724 (diff) | |
| download | meta-openembedded-a71c6b16b6c3dd6222501c760ddead782e6761e2.tar.gz | |
bubblewrap: import recipe from meta-security
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-security/bubblewrap/bubblewrap_0.7.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.7.0.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.7.0.bb new file mode 100644 index 0000000000..4d053b54cb --- /dev/null +++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.7.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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" | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native" | ||
