From 66ee1a565031c39a772754879702ae98322fe8a2 Mon Sep 17 00:00:00 2001 From: Dengke Du Date: Tue, 14 Aug 2018 12:52:47 +0800 Subject: lxc: add runtime depends for util-linux-getopt When runing: lxc-create -t download -n test The system reports that the getopt command can't find. This is because the lxc-download template depends on getopt command. So add the runtime depends on util-linux-getopt for lxc. Signed-off-by: Dengke Du Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_3.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-containers/lxc/lxc_3.0.1.bb b/recipes-containers/lxc/lxc_3.0.1.bb index a77dd093..d4bfd924 100644 --- a/recipes-containers/lxc/lxc_3.0.1.bb +++ b/recipes-containers/lxc/lxc_3.0.1.bb @@ -25,6 +25,7 @@ RDEPENDS_${PN} = " \ gnutls \ nettle \ util-linux-mountpoint \ + util-linux-getopt \ " RDEPENDS_${PN}_append_libc-glibc = " glibc-utils" -- cgit v1.2.3-54-g00ecf