@@ -86,8 +86,8 @@ FILES:guards = "${bindir}/guards"
FILES:${PN}-doc = "${mandir}/man1/quilt.1 ${docdir}/${BPN}"
FILES:guards-doc = "${mandir}/man1/guards.1"
-RDEPENDS:${PN} = "bash patch diffstat bzip2 util-linux less"
-RDEPENDS:${PN}:class-native = "diffstat-native patch-native bzip2-native"
+RDEPENDS:${PN} = "bash patch diffstat util-linux less"
+RDEPENDS:${PN}:class-native = "diffstat-native patch-native"
RDEPENDS:${PN}-ptest += "file sed gawk diffutils findutils ed perl \
perl-module-filehandle perl-module-getopt-std \
quilt has support for compressed patches but for some reason we only listed bzip2 explicitly, despite it also supporting gzip/xz/lzma/lz/zst. We don't have any recipes that use compressed patches and there's nothing special about bzip2, so if a recipe does want to use compressed patches then it can add the required dependency itself. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/quilt/quilt.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)