diff options
| author | Dengke Du <dengke.du@windriver.com> | 2018-08-14 12:52:47 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-08-14 12:57:25 -0400 |
| commit | 66ee1a565031c39a772754879702ae98322fe8a2 (patch) | |
| tree | 9cee00200005b638688be7e3d6f97172e969216d | |
| parent | 9ca16e1a6e89c4fac39dc6ef3b8844909e5c19ee (diff) | |
| download | meta-virtualization-66ee1a565031c39a772754879702ae98322fe8a2.tar.gz | |
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>
| -rw-r--r-- | recipes-containers/lxc/lxc_3.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} = " \ | |||
| 25 | gnutls \ | 25 | gnutls \ |
| 26 | nettle \ | 26 | nettle \ |
| 27 | util-linux-mountpoint \ | 27 | util-linux-mountpoint \ |
| 28 | util-linux-getopt \ | ||
| 28 | " | 29 | " |
| 29 | 30 | ||
| 30 | RDEPENDS_${PN}_append_libc-glibc = " glibc-utils" | 31 | RDEPENDS_${PN}_append_libc-glibc = " glibc-utils" |
