diff options
author | 2016-04-26 12:21:50 +0100 | |
---|---|---|
committer | 2016-04-26 12:21:50 +0100 | |
commit | 0fcbdc45f4d4daee04dd9a89621a9d5f25c43c98 (patch) | |
tree | 21a2120249e847e8c31e6f320e3bedaa36174330 | |
parent | 9ce287a5fffa152ca1fdcea4854d6ce5607dc075 (diff) | |
download | meta-swupd-0fcbdc45f4d4daee04dd9a89621a9d5f25c43c98.tar.gz meta-swupd-0fcbdc45f4d4daee04dd9a89621a9d5f25c43c98.tar.bz2 meta-swupd-0fcbdc45f4d4daee04dd9a89621a9d5f25c43c98.zip |
swupd-image: remove unrequired utilities from IMAGE_INSTALLkrogoth
Now that we are using libarchive and bsdtar it is not necessary to
ensure the full versions of gzip, bzip2, tar and xz are included
in all swupd using images.
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
-rw-r--r-- | classes/swupd-image.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/swupd-image.bbclass b/classes/swupd-image.bbclass index 9978af3..06bcb87 100644 --- a/classes/swupd-image.bbclass +++ b/classes/swupd-image.bbclass @@ -33,8 +33,6 @@ SWUPD_LOG_FN ??= "bbdebug 1" OS_VERSION ??= "${DISTRO_VERSION}" IMAGE_INSTALL_append = " swupd-client os-release" -# We need full-fat versions of these for swupd (at least as of 2.87) -IMAGE_INSTALL_append = " gzip bzip2 tar xz" # We need to preserve xattrs which is only supported by GNU tar >= 1.27 # to be sure this functionality works as expected use the tar-replacement-native |