On Tue, 2019-08-06 at 15:05 +0800, Robert Yang wrote: > 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 <liezhi.y...@windriver.com> > --- > meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 f7faf97..904eb0c 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 > @@ -11,7 +11,7 @@ SRC_URI = > "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \ > SRC_URI[md5sum] = "46aa41d37690324ceab4febfcc549018" > SRC_URI[sha256sum] = > "d09dd2a1aea549e478995bf9be90b38906a4cdf33ea7b245ef9d46aa5213c074" > > -DEPENDS = "coreutils-native" > +DEPENDS = "coreutils-native bash"
Technically you just want to make this an RDEPENDS of the appropriate package, which would give some small dependency improvement too. Cheers, Richard -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core