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 <dengke.du@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Dengke Du 2018-08-14 12:52:47 +08:00 committed by Bruce Ashfield
parent 9ca16e1a6e
commit 66ee1a5650

View File

@ -25,6 +25,7 @@ RDEPENDS_${PN} = " \
gnutls \
nettle \
util-linux-mountpoint \
util-linux-getopt \
"
RDEPENDS_${PN}_append_libc-glibc = " glibc-utils"