diff options
| author | Wenlin Kang <wenlin.kang@windriver.com> | 2016-10-08 15:17:02 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-10-12 19:10:31 -0400 |
| commit | 5caa9badba5823f3824fdf6db2b0ce20430a58f2 (patch) | |
| tree | 3a39edee937030b5cf576fa704ab5d7789e4beef | |
| parent | 05d080dc34417201c232c99b1a8de657b11c7db7 (diff) | |
| download | meta-virtualization-5caa9badba5823f3824fdf6db2b0ce20430a58f2.tar.gz | |
lxc: add glibc-utils to rdepend
getent is needed by lxc-net of lxc, but current system misses it,
so add glibc-utils to lxc's rdepend, fix this issue.
Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-containers/lxc/lxc_2.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/lxc_2.0.0.bb index e4360573..53068a80 100644 --- a/recipes-containers/lxc/lxc_2.0.0.bb +++ b/recipes-containers/lxc/lxc_2.0.0.bb | |||
| @@ -18,6 +18,7 @@ RDEPENDS_${PN} = " \ | |||
| 18 | perl-module-constant \ | 18 | perl-module-constant \ |
| 19 | perl-module-overload \ | 19 | perl-module-overload \ |
| 20 | perl-module-exporter-heavy \ | 20 | perl-module-exporter-heavy \ |
| 21 | glibc-utils \ | ||
| 21 | " | 22 | " |
| 22 | RDEPENDS_${PN}-ptest += "file make" | 23 | RDEPENDS_${PN}-ptest += "file make" |
| 23 | 24 | ||
