From: Ross Burton Date: Tue, 21 Apr 2026 15:12:47 +0000 (+0100) Subject: quilt: remove bzip2 RDEPENDS X-Git-Tag: yocto-6.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95081d4619ec65f768be9af905a7cef7110f4e7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git quilt: remove bzip2 RDEPENDS 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc index 387e132b60..202c2103fb 100644 --- a/meta/recipes-devtools/quilt/quilt.inc +++ b/meta/recipes-devtools/quilt/quilt.inc @@ -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 \