]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
quilt: remove bzip2 RDEPENDS
authorRoss Burton <ross.burton@arm.com>
Tue, 21 Apr 2026 15:12:47 +0000 (16:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Apr 2026 09:48:55 +0000 (10:48 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/quilt/quilt.inc

index 387e132b60289f2a704e9fbdc05a3203d666e49c..202c2103fbc9cf269289ec773c15310305695a8f 100644 (file)
@@ -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 \