diff mbox series

[meta-oe,2/2] ostree: add runtime dependency bubblewrap for PACKAGECONFIG[selinux]

Message ID 20221121140457.1377924-2-yi.zhao@windriver.com
State Under Review
Headers show
Series [meta-oe,1/2] libpwquality: set correct pam plugin directory | expand

Commit Message

Yi Zhao Nov. 21, 2022, 2:04 p.m. UTC
Since 2022.3, ostree has a runtime dependency on bubblewrap when enable
selinux feature[1].

[1] https://github.com/ostreedev/ostree/commit/edb4f3893474736156c654aa43bdbf3784991811

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta-oe/recipes-extended/ostree/ostree_2022.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/ostree/ostree_2022.5.bb b/meta-oe/recipes-extended/ostree/ostree_2022.5.bb
index a21c473f0..699b693d2 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2022.5.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2022.5.bb
@@ -82,7 +82,7 @@  PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio"
 PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2"
 PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls"
 PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse"
-PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux"
+PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux, bubblewrap"
 PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack"
 PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4"
 PACKAGECONFIG[static] = ""