diff options
author | Weisser, Pascal <pascal.weisser.ext@karlstorz.com> | 2024-06-13 14:12:59 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-13 08:51:47 -0700 |
commit | e9844b286a810e980f8bdfa3862d119ed1dd3a09 (patch) | |
tree | e6381f2ca68dceab75aebefe34607a67ca70c677 /meta-oe/recipes-extended | |
parent | 33d4d55b60dae42841639522727fac3dfaf2ad29 (diff) | |
download | meta-openembedded-e9844b286a810e980f8bdfa3862d119ed1dd3a09.tar.gz |
libblockdev: Add missing dependency on e2fsprogs to fs PACKAGECONFIG.
Related:
https://github.com/openembedded/meta-openembedded/issues/832
Signed-off-by: Weisser, Pascal <pascal.weisser.ext@karlstorz.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 1ad8036d7..5815daeed 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb | |||
@@ -26,7 +26,7 @@ PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" | |||
26 | PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2" | 26 | PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2" |
27 | PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2" | 27 | PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2" |
28 | PACKAGECONFIG[parted] = "--with-part, --without-part, parted" | 28 | PACKAGECONFIG[parted] = "--with-part, --without-part, parted" |
29 | PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux" | 29 | PACKAGECONFIG[fs] = "--with-fs, --without-fs, e2fsprogs util-linux" |
30 | PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native" | 30 | PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native" |
31 | PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux" | 31 | PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux" |
32 | PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key" | 32 | PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key" |