mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-17 03:00:00 +02:00
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:
parent
9ca16e1a6e
commit
66ee1a5650
|
@ -25,6 +25,7 @@ RDEPENDS_${PN} = " \
|
|||
gnutls \
|
||||
nettle \
|
||||
util-linux-mountpoint \
|
||||
util-linux-getopt \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_append_libc-glibc = " glibc-utils"
|
||||
|
|
Loading…
Reference in New Issue
Block a user