diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-08-23 16:11:21 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-24 09:55:38 -0400 |
commit | aecdc17e0d9202954e8a8bf9cd80c0cb3505db41 (patch) | |
tree | ff338897b198cc3fc44055b4b981c2b6c116f676 | |
parent | 7b3b082eca0e4fb08b8b5c55b66c657fe1a4d95e (diff) | |
download | meta-virtualization-aecdc17e0d9202954e8a8bf9cd80c0cb3505db41.tar.gz |
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>
-rw-r--r-- | recipes-containers/lxc/lxc_2.0.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb index 8b5d77fc..93d5a106 100644 --- a/recipes-containers/lxc/lxc_2.0.8.bb +++ b/recipes-containers/lxc/lxc_2.0.8.bb | |||
@@ -22,7 +22,7 @@ RDEPENDS_${PN} = " \ | |||
22 | gnutls \ | 22 | gnutls \ |
23 | nettle \ | 23 | nettle \ |
24 | " | 24 | " |
25 | RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls" | 25 | RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash" |
26 | 26 | ||
27 | SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ | 27 | SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ |
28 | file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \ | 28 | file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \ |