mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
e62cc69909
commit
ada96ec99c
|
@ -19,8 +19,11 @@ RDEPENDS_${PN} = " \
|
|||
perl-module-constant \
|
||||
perl-module-overload \
|
||||
perl-module-exporter-heavy \
|
||||
"
|
||||
RDEPENDS_${PN}_append_libc-glibc = "\
|
||||
glibc-utils \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += "file make"
|
||||
|
||||
SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
|
||||
|
|
Loading…
Reference in New Issue
Block a user