]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-core-base-utils: remove lzip
authorRoss Burton <ross.burton@intel.com>
Thu, 28 Mar 2019 13:43:48 +0000 (13:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Mar 2019 08:31:28 +0000 (08:31 +0000)
lzip is pretty niche: people are typically either sticking with that they know
(gzip, bzip) or using xz.  Data point: only one recipe in oe-core is shipped as
a .lz file.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb

index 431dbb09261551e4e72a5fd0313c57e783fb3a69..611e0cafcc19d427ca0c2596c6546a41b7d08914 100644 (file)
@@ -38,7 +38,6 @@ RDEPENDS_${PN} = "\
     ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "kbd", "", d)} \
     kmod \
     less \
-    lzip \
     ncurses-tools \
     net-tools \
     parted \