Browse Source

package/docker-engine: remove unused sqlite

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@163.com>
Reviewed-by: Christian Stewart <christian@paral.in>
Tested-by: Marcus Hoffmann <marcus.hoffmann@othermo.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 6105ad3f72fcb98a7d9aba543c6bb7311827c1d4)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
TIAN Yuanhao 3 years ago
parent
commit
56c9ec58d0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/docker-engine/Config.in

+ 0 - 1
package/docker-engine/Config.in

@@ -9,7 +9,6 @@ config BR2_PACKAGE_DOCKER_ENGINE
 	select BR2_PACKAGE_DOCKER_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.