Skip to content

Commit

Permalink
libblockdev: Add missing dependency on e2fsprogs to fs 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 33d4d55 commit e9844b2
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 @@ -26,7 +26,7 @@ PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2"
PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2"
PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2"
PACKAGECONFIG[parted] = "--with-part, --without-part, parted"
PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux"
PACKAGECONFIG[fs] = "--with-fs, --without-fs, e2fsprogs util-linux"
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"
Expand Down

0 comments on commit e9844b2

Please sign in to comment.