summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-11-21 22:04:57 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-23 08:25:30 -0800
commitdf4149181a1ae2098958a757d46b32c5fabcad56 (patch)
treecb4879573f0f3710be3c2820c0697432a3f6fda0
parentac988457c8dc30e1cc1600c27af308b9d802b5f5 (diff)
downloadmeta-openembedded-df4149181a1ae2098958a757d46b32c5fabcad56.tar.gz
ostree: add runtime dependency bubblewrap for PACKAGECONFIG[selinux]
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2022.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2022.5.bb b/meta-oe/recipes-extended/ostree/ostree_2022.5.bb
index a21c473f0a..699b693d20 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"
82PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" 82PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2"
83PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls" 83PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls"
84PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse" 84PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse"
85PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux" 85PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux, bubblewrap"
86PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" 86PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack"
87PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4" 87PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4"
88PACKAGECONFIG[static] = "" 88PACKAGECONFIG[static] = ""