[Buildroot] [git commit] package/systemd: import does not need bzip2 and lz4
Thomas Petazzoni
thomas.petazzoni at bootlin.com
Wed Aug 5 13:42:10 UTC 2020
commit: https://git.buildroot.net/buildroot/commit/?id=aa7a165a3d72beb64f66dac46efd7c3c1adb76ae
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Those are optional dependencies.
Signed-off-by: Norbert Lange <nolange79 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
package/systemd/Config.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index 30a5c960f5..78a486c0ef 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -265,8 +265,6 @@ config BR2_PACKAGE_SYSTEMD_IMPORTD
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_LIBGCRYPT
- select BR2_PACKAGE_BZIP2
- select BR2_PACKAGE_LZ4
select BR2_PACKAGE_XZ
select BR2_PACKAGE_ZLIB
help
More information about the buildroot
mailing list