Skip to content

Commit

Permalink
libblockdev: Add missing dependency on keyutils to crypto PACKAGECONFIG.
Browse files Browse the repository at this point in the history
Related:

openembedded#832

Signed-off-by: Weisser, Pascal <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
pasweistorz authored and kraj committed Jun 13, 2024
1 parent e9844b2 commit b528b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b528b5a

Please sign in to comment.