diff mbox series

[meta-oe,2/2] libblockdev: Add missing dependency on keyutils to crypto PACKAGECONFIG.

Message ID 20240613121300.156560-3-pascal.weisser.ext@karlstorz.com
State Accepted
Headers show
Series libblockdev: Fix dependency issues. | expand

Commit Message

Weisser, Pascal June 13, 2024, 12:13 p.m. UTC
Related:

https://github.com/openembedded/meta-openembedded/issues/832

Signed-off-by: "Weisser, Pascal" <pascal.weisser.ext@karlstorz.com>
---
 meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
index 5815daeed..fb778005f 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
@@ -31,7 +31,7 @@  PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native"
 PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux"
 PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key"
 PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools"
-PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key"
+PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup keyutils nss volume-key"
 PACKAGECONFIG[mdraid] = "--with-mdraid,--without-mdraid,libbytesize"
 PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2"
 PACKAGECONFIG[tools] = "--with-tools,--without-tools,libbytesize libdevmapper"