[Buildroot] [git commit branch/2021.11.x] package/docker-engine: remove unused sqlite

Peter Korsgaard peter at korsgaard.com
Thu Mar 17 12:12:22 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=812e7952b4e117bd7b160d1969bda19d30059d99
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.11.x

Dependency on sqlite has been removed since v17.04.0-ce.

See: https://github.com/moby/moby/pull/30208

Signed-off-by: TIAN Yuanhao <tianyuanhao3 at 163.com>
Reviewed-by: Christian Stewart <christian at paral.in>
Tested-by: Marcus Hoffmann <marcus.hoffmann at othermo.de>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 6105ad3f72fcb98a7d9aba543c6bb7311827c1d4)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/docker-engine/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/docker-engine/Config.in b/package/docker-engine/Config.in
index 911cbfe428..1f0efb8fcc 100644
--- a/package/docker-engine/Config.in
+++ b/package/docker-engine/Config.in
@@ -9,7 +9,6 @@ config BR2_PACKAGE_DOCKER_ENGINE
 	select BR2_PACKAGE_CONTAINERD # runtime dependency
 	select BR2_PACKAGE_DOCKER_PROXY # runtime dependency
 	select BR2_PACKAGE_IPTABLES # runtime dependency
-	select BR2_PACKAGE_SQLITE # runtime dependency
 	help
 	  Docker is a platform to build, ship,
 	  and run applications as lightweight containers.



More information about the buildroot mailing list