diff options
author | Ross Burton <ross.burton@intel.com> | 2019-03-28 13:43:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-01 14:48:44 +0100 |
commit | 24fa03eae68bef9e2146e8ec5b9aed2324cabeb2 (patch) | |
tree | 9824a4da01efceade995037a52c3651d0ab99f67 /meta | |
parent | 259e9a11e1a62b0dc192d9c114f05cd45b02cae1 (diff) | |
download | poky-24fa03eae68bef9e2146e8ec5b9aed2324cabeb2.tar.gz |
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.
(From OE-Core rev: 80b0ac3bdbaee50d0023b7c869dd204485903dfe)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb b/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb index 431dbb0926..611e0cafcc 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} = "\ | |||
38 | ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "kbd", "", d)} \ | 38 | ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "kbd", "", d)} \ |
39 | kmod \ | 39 | kmod \ |
40 | less \ | 40 | less \ |
41 | lzip \ | ||
42 | ncurses-tools \ | 41 | ncurses-tools \ |
43 | net-tools \ | 42 | net-tools \ |
44 | parted \ | 43 | parted \ |