projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9854f5b
)
package/systemd: import does not need bzip2 and lz4
author
Norbert Lange
<nolange79@gmail.com>
Fri, 31 Jul 2020 21:53:41 +0000
(23:53 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Wed, 5 Aug 2020 13:42:10 +0000
(15:42 +0200)
Those are optional dependencies.
Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/systemd/Config.in
patch
|
blob
|
history
diff --git
a/package/systemd/Config.in
b/package/systemd/Config.in
index 30a5c960f5107d3d00dc6d8eaf7e1fb34d17cf28..78a486c0ef28ecc1652372c1b65177a0c4e87790 100644
(file)
--- 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