[oe-commits] [openembedded-core] 09/09: packagegroup-core-base-utils: remove lzip

git at git.openembedded.org git at git.openembedded.org
Fri Mar 29 08:36:41 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 80b0ac3bdbaee50d0023b7c869dd204485903dfe
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Mar 28 13:43:48 2019 +0000

    packagegroup-core-base-utils: remove lzip
    
    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb b/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb
index 431dbb0..611e0ca 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb
@@ -38,7 +38,6 @@ RDEPENDS_${PN} = "\
     ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "kbd", "", d)} \
     kmod \
     less \
-    lzip \
     ncurses-tools \
     net-tools \
     parted \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list