package/docker-containerd: fix typo in uclibc dependency
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 14 Feb 2019 08:53:10 +0000 (09:53 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 14 Feb 2019 10:06:02 +0000 (11:06 +0100)
commit17c7b9337989092ee3659aaa01fb508efd144c16
tree89f5f56dd49d997b594c6fbc8f31224cccf8b8e6
parent9d2166c97dcee98454338e3bd9cae59a5422644d
package/docker-containerd: fix typo in uclibc dependency

Commit 6e3f7fbc072c88ab344f2ffa39e402464b566f19 ("package/runc: add
upstream security fix for CVE-2019-5736") added a dependency of
docker-containerd to uclibc (inherited from runc), but the depends on
has a typo that makes it ineffective. Due to this, docker-containerd
can still be selected in uClibc configurations, causing runc to be
build, and failing to build due fexecve() being missing in uClibc.

Fixes:

  http://autobuild.buildroot.net/results/64ecdb1e007106fdb05979b10b42b90591255504/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/docker-containerd/Config.in