mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
lxc: fix build failure, failing QA check
The build is failing due to a failing QA check: ERROR: lxc-2.0.8-r0 do_package_qa: QA Issue: /usr/lib/lxc/ptest/src/tests/lxc-test-may-control contained in package lxc-ptest requires /bin/bash, but no providers found in RDEPENDS_lxc-ptest? [file-rdeps] Add bash to the the ptest RDEPENDS. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
7b3b082eca
commit
aecdc17e0d
|
@ -22,7 +22,7 @@ RDEPENDS_${PN} = " \
|
|||
gnutls \
|
||||
nettle \
|
||||
"
|
||||
RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls"
|
||||
RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash"
|
||||
|
||||
SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
|
||||
file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
|
||||
|
|
Loading…
Reference in New Issue
Block a user