From: Robert Yang Date: Tue, 6 Aug 2019 06:36:36 +0000 (+0800) Subject: stress-ng: Add bash to RDEPENDS_stress-ng-bash-completion X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Frbt%2Fstress-ng;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git stress-ng: Add bash to RDEPENDS_stress-ng-bash-completion Fixed: $ bitbake stress-ng bash -ccleansstate && bitbake stress-ng ERROR: stress-ng-0.10.00-r0 do_package_qa: QA Issue: /usr/share/bash-completion/completions/stress-ng contained in package stress-ng-bash-completion requires /bin/bash, but no providers found in RDEPENDS_stress-ng-bash-completion? [file-rdeps] Signed-off-by: Robert Yang --- diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb index f7faf97e681..a417cf0ed22 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb @@ -15,6 +15,8 @@ DEPENDS = "coreutils-native" inherit bash-completion +RDEPENDS_${PN}-bash-completion += "bash" + do_install() { oe_runmake DESTDIR=${D} install }