From: Peter Marko Date: Tue, 10 Feb 2026 08:20:12 +0000 (+0100) Subject: mtd-utils: fix ubifs packaging X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84eff5afcfac183874adf25b4981a74febf7ddde;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mtd-utils: fix ubifs packaging This change moves fsck.ubifs and mount.ubifs to correct package. Noticed when lzo was installed to ubi-less image additionally when upgrading from scarthgap to master as being dependency of fsck.ubifs. Signed-off-by: Peter Marko Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb b/meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb index 08ab6776768..545f0d68d52 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb @@ -83,7 +83,7 @@ PACKAGES =+ "${@bb.utils.contains("PACKAGECONFIG", "ubifs", "mtd-utils-ubifs", " FILES:mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump ${sbindir}/jffs2reader ${sbindir}/sumtool" FILES:mtd-utils-ubifs = "\ - ${sbindir}/mkfs.ubifs \ + ${sbindir}/*.ubifs \ ${sbindir}/ubi* \ ${@bb.utils.contains('PACKAGECONFIG', 'ubihealthd-service', '${systemd_system_unitdir}/ubihealthd.service', '', d)} \ "