diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2022-11-21 22:04:57 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-23 08:25:30 -0800 |
| commit | df4149181a1ae2098958a757d46b32c5fabcad56 (patch) | |
| tree | cb4879573f0f3710be3c2820c0697432a3f6fda0 | |
| parent | ac988457c8dc30e1cc1600c27af308b9d802b5f5 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 82 | PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" | 82 | PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" |
| 83 | PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls" | 83 | PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl, , , glib gnutls" |
| 84 | PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse" | 84 | PACKAGECONFIG[rofiles-fuse] = "--enable-rofiles-fuse, --disable-rofiles-fuse, fuse" |
| 85 | PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux" | 85 | PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux, bubblewrap" |
| 86 | PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" | 86 | PACKAGECONFIG[smack] = "--with-smack, --without-smack, smack" |
| 87 | PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4" | 87 | PACKAGECONFIG[soup] = "--with-soup, --without-soup --disable-glibtest, libsoup-2.4" |
| 88 | PACKAGECONFIG[static] = "" | 88 | PACKAGECONFIG[static] = "" |
