summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-21 08:36:12 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-03-21 16:28:09 -0400
commitada96ec99c5b512b527cb72b63fb7b2c01968b93 (patch)
tree4cbb105f4e160296a472a34674697662b0f8de11
parente62cc699098e16ea5ad8134b329c0ce9535eb706 (diff)
downloadmeta-virtualization-ada96ec99c5b512b527cb72b63fb7b2c01968b93.tar.gz
lxc: rdepend on glibc-utils when using glibc only
glibc-utils is only provided by glibc therefore add it with glibc overrides. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/lxc/lxc_2.0.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/lxc_2.0.0.bb
index 7ec9cb97..90d17e29 100644
--- a/recipes-containers/lxc/lxc_2.0.0.bb
+++ b/recipes-containers/lxc/lxc_2.0.0.bb
@@ -19,8 +19,11 @@ RDEPENDS_${PN} = " \
19 perl-module-constant \ 19 perl-module-constant \
20 perl-module-overload \ 20 perl-module-overload \
21 perl-module-exporter-heavy \ 21 perl-module-exporter-heavy \
22"
23RDEPENDS_${PN}_append_libc-glibc = "\
22 glibc-utils \ 24 glibc-utils \
23" 25"
26
24RDEPENDS_${PN}-ptest += "file make" 27RDEPENDS_${PN}-ptest += "file make"
25 28
26SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ 29SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \